UNPKG

aes70

Version:

A controller library for the AES70 protocol.

37 lines (34 loc) 701 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Lock state of object * @class OcaLockState */ export class OcaLockState extends Enum({ NoLock: 0, LockNoWrite: 1, LockNoReadWrite: 2, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaLockState} * @member NoLock * @memberof OcaLockState * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaLockState} * @member LockNoWrite * @memberof OcaLockState * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaLockState} * @member LockNoReadWrite * @memberof OcaLockState * @static */