|
BioRadioDeviceSaveConfiguration Method (Stream) |
Writes the current configuration to a stream as xml
Namespace: GLNeuroTech.Devices.BioRadioAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax public void SaveConfiguration(
Stream stream
)
Public Sub SaveConfiguration (
stream As Stream
)
public:
void SaveConfiguration(
Stream^ stream
)
member SaveConfiguration :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
The stream where the BioRadio configuration will be written
See Also