aes70
Version:
A controller library for the AES70 protocol.
26 lines (22 loc) • 450 B
TypeScript
/*
* This file has been generated.
*/
export declare interface IOcaEnumItem {
/**
* This was not documented in the OCA standard.
* @type number
*/
Value: number;
}
export declare class OcaEnumItem implements IOcaEnumItem {
/**
* The datatype of an enumeration choice.
* @class OcaEnumItem
*/
constructor(Value: number);
/**
* This was not documented in the OCA standard.
* @type number
*/
Value: number;
}