struct ShutdownType
Defined at line 82 of file ../../src/connectivity/network/tests/socket/util.h
Public Methods
ShutdownType Read ()
Defined at line 89 of file ../../src/connectivity/network/tests/socket/util.h
ShutdownType Write ()
Defined at line 90 of file ../../src/connectivity/network/tests/socket/util.h
int Get ()
Defined at line 91 of file ../../src/connectivity/network/tests/socket/util.h
Which which ()
Defined at line 93 of file ../../src/connectivity/network/tests/socket/util.h
Enumerations
enum Which
| Name | Value |
|---|---|
| Read | SHUT_RD |
| Write | SHUT_WR |
Should only be used when switching on the return value of which(), because
enum classes don't guarantee type-safe construction.
Defined at line 85 of file ../../src/connectivity/network/tests/socket/util.h