UNPKG

aes70

Version:

A controller library for the AES70 protocol.

31 lines (29 loc) 745 B
/* * This file has been generated. */ export class OcaClassAuthorityID { /** * Class authority identifier. Identifies the authority for a class's * definition. * @class OcaClassAuthorityID */ constructor(Sentinel, Reserved, OrganizationID) { /** * Sentinel signifying an Authority ID * @type number */ this.Sentinel = Sentinel; /** * Reserved, must be zero. * @type number */ this.Reserved = Reserved; /** * Authority's IEEE public Company ID (public CID) or IEEE Organizational * Unique Identifier (OUI), or the value zero, which signifies the Authority * of this AES70 standard. * @type Uint8Array */ this.OrganizationID = OrganizationID; } }