Click or drag to resize
BioRadioDeviceSetConfiguration Method
Overload List
  Name Description
Public method SetConfiguration(Stream)
Accepts a stream which contains an xml configuration and uses this stream to set the configuration for the BioRadioDevice
Public method Code example SetConfiguration(String)
Accepts a file path to a file which contains an xml configuration and uses this file to set the configuration for the BioRadioDevice
Public method Code example SetConfiguration(BioRadioConfiguration)
This will be implemented as a wrapper around the 2 lower-level commands to set global and channel Configurations.
Top
See Also