Deprecated Management Datatypes

OcaDeviceState

using OcaDeviceState = OcaBitSet16

Bitset defining bit flags that indicate the device states AES70 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.

OcaModelGUID

struct OcaModelGUID
OcaBlobFixedLen<1> Reserved

8 reserved bits.

OcaBlobFixedLen<3> MfrCode

IEEE Manufacturer code. Unique worldwide.

OcaBlobFixedLen<4> ModelCode

Model code. Unique within the given manufacturer’s products. May be set freely by the manufacturer.

OcaModelDescription

struct OcaModelDescription

Friendly description of this particular product model.

OcaString Manufacturer

Name of manufacturer.

OcaString Name

Name of this model (whatever the manufacturer wants to call it).

OcaString Version

Text name for the version of this model, e.g. “1.2.1a”.