aes70
Version:
A controller library for the AES70 protocol.
29 lines (26 loc) • 618 B
JavaScript
/*
* This file has been generated.
*/
import { Enum } from './Enum.js';
/**
* Availability states of a time source
* @class OcaTimeSourceAvailability
*/
export class OcaTimeSourceAvailability extends Enum({
Unavailable: 0,
Available: 1,
}) {}
/**
* Singleton object corresponding to the entry with value ``0``.
* @type {OcaTimeSourceAvailability}
* @member Unavailable
* @memberof OcaTimeSourceAvailability
* @static
*/
/**
* Singleton object corresponding to the entry with value ``1``.
* @type {OcaTimeSourceAvailability}
* @member Available
* @memberof OcaTimeSourceAvailability
* @static
*/