Difference between revisions of "COMMAND RESPONSE"
From Zenitel Wiki
Line 1: | Line 1: | ||
− | {| border="1" | + | {| border="1" |
|- | |- | ||
!style="background:#ffdead;" width="90pt" colspan="2"|COMMAND_RESPONSE | !style="background:#ffdead;" width="90pt" colspan="2"|COMMAND_RESPONSE | ||
Line 15: | Line 15: | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | |||
+ | [[AlphaNet_Data_Protocol#General_Exchange_Control|Back to AlphaNet message list]] |
Revision as of 11:44, 17 July 2007
COMMAND_RESPONSE | 0x0066 | 102 | AMC 07.00 | |
---|---|---|---|---|
General response message to messages introduced in AMC07.00 or newer messages.<br\>(COMMAND_RESPONSE is used rather than dedicated XXX_ACK and XXX_NAK messages ) | ||||
1 | UINT2 | The message_id that this message is a response to.<br\>Example: 0x0065 if this message is a response to CANCEL_MAIL. | ||
2 | UINT1 | Command status, possible values are: <br\>1 = Command performed successfully. 2 = Target was busy, no queuing. <br\>3 = Internal resource was busy, no queuing. <br\>4 = Access not allowed. <br\>5 = Target busy, command queued. <br\>6 = Target HW failed/not present. | ||
3 | UINT4 | Command response options: <br\>Additional information about the execution of the message. Interpretation of this field is dependent on the message id, see separate descriptions under each message having this message as response. |