UNPKG

aes70

Version:

A controller library for the AES70 protocol.

29 lines (26 loc) 521 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Time mode of **OcaTask** agent. * @class OcaTimeMode */ export class OcaTimeMode extends Enum({ Absolute: 1, Relative: 2, }) {} /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaTimeMode} * @member Absolute * @memberof OcaTimeMode * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaTimeMode} * @member Relative * @memberof OcaTimeMode * @static */