The type of asynchronous socket operation most recently performed with this context object.
Enumerator |
---|
none | none of the socket operations.
|
accept | A socket accept operation.
|
connect | A socket connect operation.
|
disconnect | A socket disconnect operation.
|
receive | A socket receive operation.
|
receive_from | A socket receive_from operation.
|
receive_message_from | A socket receive_message_from operation.
|
send | A socket send operation.
|
send_packets | A socket send_packets operation.
|
send_to | A socket send_to operation.
|