UNPKG

aes70

Version:

A controller library for the AES70 protocol.

23 lines (21 loc) 467 B
/* * This file has been generated. */ export class OcaDeviceOperationalState { /** * Operating state of device: generic state + device-specific details * @class OcaDeviceOperationalState */ constructor(Generic, Details) { /** * Generic device state * @type OcaDeviceGenericState */ this.Generic = Generic; /** * Device-specific state details (optional) * @type Uint8Array */ this.Details = Details; } }