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 State in which the sender (other party) has notified the receiver (local host) that data transmission is complete and the receiver has sent an ACK to the sender, but the receiver is not yet certain that the sender received that ACK.
RECEIVER_STATE_FINISHED State in which the other party is thought to have received the ACK that data transmission is complete.
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