aes70
Version:
A controller library for the AES70 protocol.
21 lines (19 loc) • 345 B
JavaScript
/*
* This file has been generated.
*/
export class OcaClassIdentification {
/**
* @class OcaClassIdentification
*/
constructor(ClassID, ClassVersion) {
/**
* @type string
*/
this.ClassID = ClassID;
/**
* Version number of the class.
* @type number
*/
this.ClassVersion = ClassVersion;
}
}