![]() |
Max OS 0.3
|
Event for when a TCP socket is connected. More...
#include <tcp.h>
Public Member Functions | |
| ConnectedEvent (TCPSocket *socket) | |
| Construct a new connected 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 connected. | ||
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 connected Event object.
| socket | The socket that is connected |
Definition at line 608 of file tcp.cpp.
References socket.
| TCPSocket* MaxOS::net::ConnectedEvent::socket |