OcaDeviceState

class OcaDeviceState()

Bitset defining bit flags that indicate the device states CAP devices can be in. The state is returned by the device’s Device Manager on request. Any combination of the flags may be returned, unless specified otherwise for the specific flag. The value 0x0000 indicates the device is fully operational.

OcaDeviceState.Operational

type: number

Entry with value 0.

OcaDeviceState.Disabled

type: number

Entry with value 0.

OcaDeviceState.Error

type: number

Entry with value 0.

OcaDeviceState.Initializing

type: number

Entry with value 0.

OcaDeviceState.Updating

type: number

Entry with value 0.

OcaDeviceState.unused

type: number

Entry with value 0.