Click or drag to resize
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.BioRadio
Assembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax
public void SetConfiguration(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream that contains the BioRadio configuration
See Also