|
BioRadioDeviceSetConfiguration Method (Stream) |
Accepts a stream which contains an xml configuration and uses
this stream to set the configuration for the BioRadioDevice
Namespace: GLNeuroTech.Devices.BioRadioAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax public void SetConfiguration(
Stream stream
)
Public Sub SetConfiguration (
stream As Stream
)
public:
void SetConfiguration(
Stream^ stream
)
member SetConfiguration :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
A stream that contains the BioRadio configuration
See Also