Bit flags describing the direction of a connection.

Synopsis

Declared in <netbase.h>

enum class ConnectionDirection : int;

Members

Name

Description

None

No direction.

In

Inbound connection.

Out

Outbound connection.

Both

Both inbound and outbound.

Created with MrDocs