UNPKG

aes70

Version:

A controller library for the AES70 protocol.

37 lines (34 loc) 752 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Types of executable - program or commandset * @class OcaExecutableType */ export class OcaExecutableType extends Enum({ Undefined: 0, Program: 1, Commandset: 2, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaExecutableType} * @member Undefined * @memberof OcaExecutableType * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaExecutableType} * @member Program * @memberof OcaExecutableType * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaExecutableType} * @member Commandset * @memberof OcaExecutableType * @static */