UNPKG

aes70

Version:

A controller library for the AES70 protocol.

36 lines (34 loc) 610 B
/* * This file has been generated. */ /** * Bitset that defines a Block's Configurability. * @enum {number} * @readonly */ export const OcaBlockConfigurability = { ActionObjects: 1, SignalPaths: 2, DatasetObjects: 4, }; /** * Entry with value ``1``. * @type {number} * @member ActionObjects * @memberof OcaBlockConfigurability * @static */ /** * Entry with value ``2``. * @type {number} * @member SignalPaths * @memberof OcaBlockConfigurability * @static */ /** * Entry with value ``4``. * @type {number} * @member DatasetObjects * @memberof OcaBlockConfigurability * @static */