Click or drag to resize
RemoteControlGetValue Method (String, String, Boolean)
Get value from camera resource tree.

Namespace: Flir.Atlas.Live.Remote
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
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
ExceptionCondition
InvalidOperationException
Remarks
Synchronous.
See Also