UNPKG

aes70

Version:

A controller library for the AES70 protocol.

43 lines (37 loc) 819 B
/* * This file has been generated. */ import { IOcaPropertyDescriptor, OcaPropertyDescriptor, } from './OcaPropertyDescriptor.js'; export declare interface IOcaProperty { /** * Object number * @type number */ ONo: number; /** * Property descriptor. * @type OcaPropertyDescriptor */ Descriptor: IOcaPropertyDescriptor; } export declare class OcaProperty implements IOcaProperty { /** * Identification of an OCA property instance, including object number, * property ID, Get and Set method IDs, and datatype. * @class OcaProperty */ constructor(ONo: number, Descriptor: OcaPropertyDescriptor); /** * Object number * @type number */ ONo: number; /** * Property descriptor. * @type OcaPropertyDescriptor */ Descriptor: OcaPropertyDescriptor; }