nn::socket::ShutdownType Enumerated Type

Syntax

enum ShutdownType;

Value

Value Description
SHUT_RD Receive.
SHUT_WR Send.
SHUT_RDWR Send and receive.

Description

Flags given to the Shutdown function.


CONFIDENTIAL