Click or drag to resize
BioRadioDeviceSaveConfiguration Method (Stream)
Writes the current configuration to a stream as xml

Namespace: GLNeuroTech.Devices.BioRadio
Assembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax
public void SaveConfiguration(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream where the BioRadio configuration will be written
See Also