aes70
Version:
A controller library for the AES70 protocol.
23 lines (20 loc) • 537 B
JavaScript
/*
* This file has been generated.
*/
import { Enum } from './Enum.js';
/**
* Enumeration (16-bit) for of software & firmware components in the device.
* Except for the boot loader, all other values of this enum are device-specific
* and will be specified by subclassing this class.
* @class OcaComponent
*/
export class OcaComponent extends Enum({
BootLoader: 0,
}) {}
/**
* Singleton object corresponding to the entry with value ``0``.
* @type {OcaComponent}
* @member BootLoader
* @memberof OcaComponent
* @static
*/