nn::rdt::CTR::ReceiverState Enumerated Type

Syntax

enum ReceiverState;

Value

Value Description
RECEIVER_STATE_WAITING Waiting for a connection request from the other party.
RECEIVER_STATE_OPENED State in which a connection with the other party has been established and the local host can receive data.
RECEIVER_STATE_WAITING_FINISHED This is the state in which all of the data has been received from the other party. After that a data transfer complete notification comes from that party and an acknowledgement is returned. However, this is also the state in which it is not certain whether or not the acknowledgement arrived.
RECEIVER_STATE_FINISHED State in which the other party is thought to have received the ACK that data transmission is complete. Call Receiver::Close and transition to RECEIVER_STATE_CLOSED.
RECEIVER_STATE_CLOSED Initial state of instances.
RECEIVER_STATE_NOT_INITIALIZED Indicates that a receiver instance has not been initialized.

Description

Enumerated type that indicates the state of a Receiver instance.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL