Click or drag to resize
RemoteControl Class
Remote camera control
Inheritance Hierarchy
SystemObject
  Flir.Atlas.Live.RemoteRemoteControl

Namespace: Flir.Atlas.Live.Remote
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public class RemoteControl

The RemoteControl type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(String, Boolean)
Get value from camera resource tree.
Public methodGetValue(String, Double)
Get value from camera resource tree.
Public methodGetValue(String, Int32)
Get value from camera resource tree.
Public methodGetValue(String, String, Boolean)
Get value from camera resource tree.
Public methodSetValue(String, Boolean)
Set camera resource value.
Public methodSetValue(String, Double)
Set camera resource value.
Public methodSetValue(String, Int32)
Set camera resource value.
Public methodSetValue(String, String, Boolean)
Set camera resource value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCameraAction
Camera control.
Public propertyCameraSettings
Remote camera settings.
Public propertyFocus
Control the camera focus.
Top
Events
  NameDescription
Public eventCommandExecuted
Event device command executed.
Top
See Also