UNPKG

aes70

Version:

A controller library for the AES70 protocol.

53 lines (51 loc) 964 B
/* * This file has been generated. */ /** * Bitset that specifies the fields to be returned by a search for Action * Objects in a Block * @enum {number} * @readonly */ export const OcaActionObjectSearchResultFlags = { ONo: 1, ClassIdentification: 2, ContainerPath: 4, Role: 8, Label: 16, }; /** * Entry with value ``1``. * @type {number} * @member ONo * @memberof OcaActionObjectSearchResultFlags * @static */ /** * Entry with value ``2``. * @type {number} * @member ClassIdentification * @memberof OcaActionObjectSearchResultFlags * @static */ /** * Entry with value ``4``. * @type {number} * @member ContainerPath * @memberof OcaActionObjectSearchResultFlags * @static */ /** * Entry with value ``8``. * @type {number} * @member Role * @memberof OcaActionObjectSearchResultFlags * @static */ /** * Entry with value ``16``. * @type {number} * @member Label * @memberof OcaActionObjectSearchResultFlags * @static */