DeviceAccessibilityInfo Enumeration#
Syntax#
C#
VB
Members#
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | The accessibility of the device could not be determined. The state of accessibility is unknown. | |
Ok | 1 | The device can be opened. | |
Opened | 2 | The device is reachable, but can be opened in read only mode only. | |
OpenedExclusively | 3 | The device is reachable, but already opened exclusively, e.g. by another application. | |
NotReachable | 4 | The device could not be reached or it does not exist. A connection to the device cannot be established. |
Remarks#
This value will be returned by the CameraFinder.GetDeviceAccessibilityInfo
function and describes the connectivity state of a camera device. A GigE camera device i.e. may be DeviceAccessibilityInfo.Unknown
because of network configuration.