| RemoteControlGetValue Method (String, String, Boolean) |
Get value from camera resource tree.
Namespace: Flir.Atlas.Live.RemoteAssembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax public void GetValue(
string path,
out string value,
bool ascii = true
)
Parameters
- path
- Type: SystemString
Resoucre tree path. - value
- Type: SystemString
returned value from the resource tree. - ascii (Optional)
- Type: SystemBoolean
If false read value as Unicode from the camera.
Exceptions Remarks Synchronous.
See Also