Previous section.

Transport Provider Interface (TPI), Version 2 Draft 2
Copyright © 1999 The Open Group

NAME

T_OK_ACK - Success Acknowledgment

SYNOPSIS

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;
};


DESCRIPTION

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.

PARAMETERS

PRIM_type

identifies the primitive.

CORRECT_prim

contains the successfully received primitive type.

MODES

Both connection-mode and connectionless-mode.

ORIGINATOR

Transport provider.

Contents Next section Index