![]() |
Max OS 0.3
|
Event for when a TCP socket is disconnected. More...
#include <tcp.h>
Public Member Functions | |
| DisconnectedEvent (TCPSocket *socket) | |
| Construct a new disconnected Event object. | |
Public Member Functions inherited from MaxOS::common::Event< TCPPayloadHandlerEvents > | |
| Event (TCPPayloadHandlerEvents type) | |
| Constructs a new Event object. | |
Public Attributes | ||
| TCPSocket * | socket | |
| The socket that is disconnected. | ||
Public Attributes inherited from MaxOS::common::Event< TCPPayloadHandlerEvents > | ||
| TCPPayloadHandlerEvents | type | |
| uint8_t * | buffer_value | |
| uint32_t | int_value | |
| bool | bool_value | |
| union { | ||
| uint8_t * buffer_value | ||
| uint32_t int_value | ||
| bool bool_value | ||
| } | return_value | |
|
explicit |
Construct a new disconnected Event object.
| socket | The socket that is disconnected |
Definition at line 620 of file tcp.cpp.
References socket.
| TCPSocket* MaxOS::net::DisconnectedEvent::socket |
The socket that is disconnected.
Definition at line 149 of file tcp.h.
Referenced by DisconnectedEvent().