Specifications
92 CBI Buffer Formats HighWire MTP-2 - 1.2, September 4, 2002
6-3-32. CBI_M2_RETRIEVAL_
COMPLETE
L2 sends this message to the L3 once all data messages have been returned
in response to a CBI_M2_RETRIEVAL_REQ_FSNC message. This includes the
case when there are no data messages to return.
There is no response to this message.
Data structure.
typedef struct cbi_m2_retrieval_complete
{
CBI_IPS ips_hdr;
} CBI_M2_RETRIEVAL_COMPLETE;
Parameters.
ips_hdr
ips_hdrips_hdr
ips_hdr
IPS Header. For definition, see Section 6-1-1. The following fields are specified
below:
ips_type
ips_typeips_type
ips_type - IPS_CBI_M2_REM_RETRIEVAL_COMPLETE.
sender_handle
sender_handlesender_handle
sender_handle - L2’s handle for the join for this link.
receiver_handle
receiver_handlereceiver_handle
receiver_handle - L3’s handle for the join for this link.
6-3-33. CBI_M2_RETRIEVAL_NOT_
POSS
L2 sends this message to the L3 in response to a
CBI_M2_RETRIEVAL_REQ_FSNC message when the L2 is unable to send any
retrieved messages to the L3. A CBI_M2_RETRIEVAL_COMPLETE message is
sent if there are no messages to be returned.
There is no response to this message.
Data structure.
typedef struct cbi_m2_retrieval_not_poss
{
CBI_IPS ips_hdr;
} CBI_M2_RETRIEVAL_NOT_POSS;
Parameters.
ips_hdr
ips_hdrips_hdr
ips_hdr
IPS Header. For definition, see Section 6-1-1. The following fields are specified
below:
ips_type
ips_typeips_type
ips_type - IPS_CBI_M2_REM_RETRIEVAL_NOT_POSS.
sender_handle
sender_handlesender_handle
sender_handle - L2’s handle for the join for this link.
receiver_handle
receiver_handlereceiver_handle
receiver_handle - L3’s handle for the join for this link.