UNPKG

aes70

Version:

A controller library for the AES70 protocol.

37 lines (34 loc) 819 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Command values for **OcaNetworkInterface.ApplyCommand().** * @class OcaNetworkInterfaceCommand */ export class OcaNetworkInterfaceCommand extends Enum({ Start: 0, Stop: 1, Restart: 2, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaNetworkInterfaceCommand} * @member Start * @memberof OcaNetworkInterfaceCommand * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaNetworkInterfaceCommand} * @member Stop * @memberof OcaNetworkInterfaceCommand * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaNetworkInterfaceCommand} * @member Restart * @memberof OcaNetworkInterfaceCommand * @static */