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