UCI_ControlRequestStatusMessage¶
- UCI_ControlRequestStatusMessage inherits UCI_Message
Overview¶
For every UCI_ControlRequestMessage, a corresponding UCI_ControlRequestStatusMessage is sent detailing the status of the message.
Methods¶
- string GetRemarks()¶
Returns the remarks of the message. The remarks specify the reasons for the response to the control request.
- bool IsApproved()¶
Returns true if the control request has been approved, false otherwise.
- bool IsDeleted()¶
Returns true if the control request has been deleted, false otherwise.
- bool IsPending()¶
Returns true if the control request is pending, false otherwise.
- bool IsRejected()¶
Returns true if the control request has been rejected, false otherwise.