|
BioRadioDeviceSaveConfiguration Method (String) |
Saves the current configuration to a file as xml
Namespace: GLNeuroTech.Devices.BioRadioAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax public void SaveConfiguration(
string filePath
)
Public Sub SaveConfiguration (
filePath As String
)
public:
void SaveConfiguration(
String^ filePath
)
member SaveConfiguration :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The path to the file where the BioRadio configuration will be saved
See Also