aes70
Version:
A controller library for the AES70 protocol.
26 lines (22 loc) • 529 B
TypeScript
/*
* This file has been generated.
*/
export declare interface IOcaEnumItem16 {
/**
* This was not documented in the OCA standard.
* @type number
*/
Value: number;
}
export declare class OcaEnumItem16 implements IOcaEnumItem16 {
/**
* The datatype of an enumeration choice. Long format, used if normal 8-bit format isn't going to be big enough.
* @class OcaEnumItem16
*/
constructor(Value: number);
/**
* This was not documented in the OCA standard.
* @type number
*/
Value: number;
}