aes70
Version:
A controller library for the AES70 protocol.
29 lines (26 loc) • 644 B
JavaScript
/*
* This file has been generated.
*/
import { Enum } from './Enum.js';
/**
* Enum describing **OcaSubscriptionManager** states.
* @class OcaSubscriptionManagerState
*/
export class OcaSubscriptionManagerState extends Enum({
Normal: 1,
EventsDisabled: 2,
}) {}
/**
* Singleton object corresponding to the entry with value ``1``.
* @type {OcaSubscriptionManagerState}
* @member Normal
* @memberof OcaSubscriptionManagerState
* @static
*/
/**
* Singleton object corresponding to the entry with value ``2``.
* @type {OcaSubscriptionManagerState}
* @member EventsDisabled
* @memberof OcaSubscriptionManagerState
* @static
*/