UNPKG

aes70

Version:

A controller library for the AES70 protocol.

18 lines (16 loc) 364 B
/* * This file has been generated. */ export class OcaEnumItem16 { /** * The datatype of an enumeration choice. Long format, used if normal 8-bit format isn't going to be big enough. * @class OcaEnumItem16 */ constructor(Value) { /** * This was not documented in the OCA standard. * @type number */ this.Value = Value; } }