Bit flags describing the direction of a connection.
Synopsis
Declared in <netbase.h>
enum class ConnectionDirection : int;
Members
Name |
Description |
|
No direction. |
|
Inbound connection. |
|
Outbound connection. |
|
Both inbound and outbound. |
Created with MrDocs