| RemoteControlSetValue Method (String, String, Boolean) |
Set camera resource value.
Namespace: Flir.Atlas.Live.RemoteAssembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax public void SetValue(
string path,
string value,
bool ascii = true
)
Parameters
- path
- Type: SystemString
Registry path in camera. - value
- Type: SystemString
Value to set. - ascii (Optional)
- Type: SystemBoolean
Ascii or Unicode
Exceptions Remarks Asynchronously sets a resource value in the camera,
CommandExecuted for more information about the result.
See Also