UNPKG

aes70

Version:

A controller library for the AES70 protocol.

29 lines (27 loc) 611 B
/* * This file has been generated. */ export class OcaGroupException { /** * Member of the OcaGroupExceptionEventData list. * @class OcaGroupException */ constructor(ONo, MethodID, Status) { /** * ONo of Group Member raising the exception * @type number */ this.ONo = ONo; /** * Method ID of the called method that returned a not-OK status, thereby * causing the exception. * @type OcaMethodID */ this.MethodID = MethodID; /** * Status code returned by the called method. * @type OcaStatus */ this.Status = Status; } }