nn::socket::ShutdownType Enumerated Type

Syntax

enum ShutdownType;

Value

Value Description
SHUT_RD Receive
SHUT_WR Send
SHUT_RDWR Sending and receiving.

Description

Flags given to the Shutdown function.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL