UNPKG

aes70

Version:

A controller library for the AES70 protocol.

29 lines (26 loc) 538 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Enum that describes whether a port is for input or output. * @class OcaPortMode */ export class OcaPortMode extends Enum({ Input: 1, Output: 2, }) {} /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaPortMode} * @member Input * @memberof OcaPortMode * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaPortMode} * @member Output * @memberof OcaPortMode * @static */