Teonet library
0.4.7
|
KSNet command class data. More...
#include <net_com.h>
Data Fields | |
void * | kc |
Pointer to KSNet core class object. More... | |
void * | ks |
Pointer to KSNet split class. More... | |
void * | kr |
Pointer to KSNet reconnect class. More... | |
void * | ksscr |
Pointer to teoSScrClass. More... | |
KSNet command class data.
void* ksnCommandClass::kc |
Pointer to KSNet core class object.
Referenced by __arp_from_command_class(), __ke_from_command_class(), ksnCommandInit(), ksnCommandSendCmdConnect(), ksnCommandSendCmdConnectA(), and ksnCommandSendCmdEcho().
void* ksnCommandClass::kr |
Pointer to KSNet reconnect class.
Referenced by cmd_disconnected_cb(), cmd_reconnect_cb(), ksnCommandDestroy(), and ksnCommandInit().
void* ksnCommandClass::ks |
Pointer to KSNet split class.
Referenced by ksnCommandDestroy(), ksnCommandInit(), and ksnCoreSendto().
void* ksnCommandClass::ksscr |
Pointer to teoSScrClass.
Referenced by _send_subscribe_event_connected(), _send_subscribe_event_disconnected(), _send_subscribe_event_newvisit(), cmd_disconnected_cb(), cmd_subscribe_cb(), event_cb(), event_cb_client(), event_cb_server(), ksnCommandDestroy(), ksnCommandInit(), teo::Teonet::sendToSscr(), teo::Teonet::subscribe(), and teo::Teonet::subscribeA().