GenICamInteger Class |
Namespace: Flir.Atlas.Live.Device
public class GenICamInteger : GenICamParameter
The GenICamInteger type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Refresh |
Refresh data value.
(Overrides GenICamParameterRefresh.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Category |
Category i.e. Device control, Image settings, etc.
(Inherited from GenICamParameter.) | |
Description |
Description of the command.
(Inherited from GenICamParameter.) | |
DisplayName |
Get the parameter display name.
(Inherited from GenICamParameter.) | |
IsPersistent |
check if the value is saved in the camera.
(Inherited from GenICamParameter.) | |
Name |
Name of GenICam register.
(Inherited from GenICamParameter.) | |
Type |
Data type.
(Inherited from GenICamParameter.) | |
Value |
GenICam value.
|