UNPKG

aes70

Version:

A controller library for the AES70 protocol.

45 lines (42 loc) 974 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Network control protocols available. * @class OcaNetworkControlProtocol */ export class OcaNetworkControlProtocol extends Enum({ None: 0, OCP01: 1, OCP02: 2, OCP03: 3, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaNetworkControlProtocol} * @member None * @memberof OcaNetworkControlProtocol * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaNetworkControlProtocol} * @member OCP01 * @memberof OcaNetworkControlProtocol * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaNetworkControlProtocol} * @member OCP02 * @memberof OcaNetworkControlProtocol * @static */ /** * Singleton object corresponding to the entry with value ``3``. * @type {OcaNetworkControlProtocol} * @member OCP03 * @memberof OcaNetworkControlProtocol * @static */