Connect Reply, contains sock number and error value. More...
#include <m2m_socket_host_if.h>
Public Attributes | |
sint8 | s8Error |
SOCKET | sock |
uint16 | u16AppDataOffset |
Connect Reply, contains sock number and error value.
Definition at line 291 of file m2m_socket_host_if.h.
sint8 tstrConnectReply::s8Error |
Definition at line 293 of file m2m_socket_host_if.h.
SOCKET tstrConnectReply::sock |
Definition at line 292 of file m2m_socket_host_if.h.
uint16 tstrConnectReply::u16AppDataOffset |
In further packet send requests the host interface should put the user application data at this offset in the allocated shared data packet.
Definition at line 294 of file m2m_socket_host_if.h.