/** * DOC: HXG Fast Request * * The `HXG Request`_ message should be used to initiate asynchronous activity * for which confirmation or return data is not expected. * * If confirmation is required then `HXG Request`_ shall be used instead. * * The recipient of this message may only use `HXG Failure`_ message if it was * unable to accept this request (like invalid data). * * Format of `HXG Fast Request`_ message is same as `HXG Request`_ except @TYPE. * * +---+-------+--------------------------------------------------------------+ * | | Bits | Description | * +===+=======+==============================================================+ * | 0 | 31 | ORIGIN - see `HXG Message`_ | * | +-------+--------------------------------------------------------------+ * | | 30:28 | TYPE = `GUC_HXG_TYPE_FAST_REQUEST`_ | * | +-------+--------------------------------------------------------------+ * | | 27:16 | DATA0 - see `HXG Request`_ | * | +-------+--------------------------------------------------------------+ * | | 15:0 | ACTION - see `HXG Request`_ | * +---+-------+--------------------------------------------------------------+ * |...| | DATAn - see `HXG Request`_ | * +---+-------+--------------------------------------------------------------+
*/
/** * DOC: HXG Event * * The `HXG Event`_ message should be used to initiate asynchronous activity * that does not involves immediate confirmation nor data. * * Format of @DATA0 and all @DATAn fields depends on the @ACTION code. * * +---+-------+--------------------------------------------------------------+ * | | Bits | Description | * +===+=======+==============================================================+ * | 0 | 31 | ORIGIN | * | +-------+--------------------------------------------------------------+ * | | 30:28 | TYPE = GUC_HXG_TYPE_EVENT_ | * | +-------+--------------------------------------------------------------+ * | | 27:16 | **DATA0** - event data (depends on ACTION) | * | +-------+--------------------------------------------------------------+ * | | 15:0 | **ACTION** - event action code | * +---+-------+--------------------------------------------------------------+ * | 1 | 31:0 | | * +---+-------+ | * |...| | **DATAn** - optional event data (depends on ACTION) | * +---+-------+ | * | n | 31:0 | | * +---+-------+--------------------------------------------------------------+
*/
/** * DOC: HXG Busy * * The `HXG Busy`_ message may be used to acknowledge reception of the `HXG Request`_ * message if the recipient expects that it processing will be longer than default * timeout. * * The @COUNTER field may be used as a progress indicator. * * +---+-------+--------------------------------------------------------------+ * | | Bits | Description | * +===+=======+==============================================================+ * | 0 | 31 | ORIGIN | * | +-------+--------------------------------------------------------------+ * | | 30:28 | TYPE = GUC_HXG_TYPE_NO_RESPONSE_BUSY_ | * | +-------+--------------------------------------------------------------+ * | | 27:0 | **COUNTER** - progress indicator | * +---+-------+--------------------------------------------------------------+
*/
/** * DOC: HXG Retry * * The `HXG Retry`_ message should be used by recipient to indicate that the * `HXG Request`_ message was dropped and it should be resent again. * * The @REASON field may be used to provide additional information. * * +---+-------+--------------------------------------------------------------+ * | | Bits | Description | * +===+=======+==============================================================+ * | 0 | 31 | ORIGIN | * | +-------+--------------------------------------------------------------+ * | | 30:28 | TYPE = GUC_HXG_TYPE_NO_RESPONSE_RETRY_ | * | +-------+--------------------------------------------------------------+ * | | 27:0 | **REASON** - reason for retry | * | | | - _`GUC_HXG_RETRY_REASON_UNSPECIFIED` = 0 | * +---+-------+--------------------------------------------------------------+
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.