aes70
Version:
A controller library for the AES70 protocol.
18 lines (16 loc) • 361 B
JavaScript
/*
* This file has been generated.
*/
export class OcaCounterUpdateEventData {
/**
* Notification data supplied by **OcaCounterNotifier.CounterUpdate()** event
* @class OcaCounterUpdateEventData
*/
constructor(Updates) {
/**
* List of counter-update descriptors
* @type OcaCounterUpdate[]
*/
this.Updates = Updates;
}
}