UNPKG

aes70

Version:

A controller library for the AES70 protocol.

18 lines (16 loc) 289 B
/* * This file has been generated. */ export class OcaEnumItem { /** * The datatype of an enumeration choice. * @class OcaEnumItem */ constructor(Value) { /** * This was not documented in the OCA standard. * @type number */ this.Value = Value; } }