struct SocketType

Defined at line 64 of file ../../src/connectivity/network/tests/socket/util.h

Public Methods

SocketType Stream ()

Defined at line 71 of file ../../src/connectivity/network/tests/socket/util.h

SocketType Dgram ()

Defined at line 72 of file ../../src/connectivity/network/tests/socket/util.h

int Get ()

Defined at line 73 of file ../../src/connectivity/network/tests/socket/util.h

Which which ()

Defined at line 75 of file ../../src/connectivity/network/tests/socket/util.h

Enumerations

enum Which
Name Value
Stream SOCK_STREAM
Dgram SOCK_DGRAM

Should only be used when switching on the return value of which(), because

enum classes don't guarantee type-safe construction.

Defined at line 67 of file ../../src/connectivity/network/tests/socket/util.h