UNPKG

aes70

Version:

A controller library for the AES70 protocol.

45 lines (42 loc) 1.03 kB
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Network advertising services. * @class OcaNetworkAdvertisingService */ export class OcaNetworkAdvertisingService extends Enum({ DNSSD: 0, MDNS_DNSSD: 1, NMOS: 2, ExpansionBase: 128, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaNetworkAdvertisingService} * @member DNSSD * @memberof OcaNetworkAdvertisingService * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaNetworkAdvertisingService} * @member MDNS_DNSSD * @memberof OcaNetworkAdvertisingService * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaNetworkAdvertisingService} * @member NMOS * @memberof OcaNetworkAdvertisingService * @static */ /** * Singleton object corresponding to the entry with value ``128``. * @type {OcaNetworkAdvertisingService} * @member ExpansionBase * @memberof OcaNetworkAdvertisingService * @static */