feedback
Type: Integer
The feedback property of the JadeGenericMessage class contains additional information about the type of a report message. This property has meaning only for reports with a type property of Type_Report.
You can set the feedback property to one of the JadeGenericMessage class constants listed in the following table.
Class Constant | Type of Report Message |
---|---|
Feedback_Expiration | An expiry report message indicating that an application attempted to retrieve an expired message |
Feedback_NAN | A negative action notification report message indicating that a request has not been successfully serviced |
Feedback_None | A report message with an unspecified type |
Feedback_PAN | A positive action notification report message indicating that a request has been successfully serviced |