aes70
Version:
A controller library for the AES70 protocol.
29 lines (26 loc) • 539 B
JavaScript
/*
* This file has been generated.
*/
import { Enum } from './Enum.js';
/**
* Security types for stream endpoints
* @class OcaSecurityType
*/
export class OcaSecurityType extends Enum({
None: 0,
Default: 1,
}) {}
/**
* Singleton object corresponding to the entry with value ``0``.
* @type {OcaSecurityType}
* @member None
* @memberof OcaSecurityType
* @static
*/
/**
* Singleton object corresponding to the entry with value ``1``.
* @type {OcaSecurityType}
* @member Default
* @memberof OcaSecurityType
* @static
*/