T_OK_ACK - Success Acknowledgment
This message consists of one M_PCPROTO message block formatted as follows:
struct T_ok_ack { t_scalar_t PRIM_type; /* Always T_OK_ACK */ t_scalar_t CORRECT_prim; };
This primitive indicates to the transport user that the previous transport-user-originated primitive was received successfully by the transport provider. It does not indicate to the transport user any transport protocol action taken due to issuing the T_INFO_REQ primitive. This may only be initiated as an acknowledgment for those primitives that require one.
- PRIM_type
identifies the primitive.
- CORRECT_prim
contains the successfully received primitive type.
Both connection-mode and connectionless-mode.
Transport provider.
Contents | Next section | Index |