|
Teonet library
0.4.7
|
teoSScr class list or CMD_SUBSCRIBE_ANSWER data More...
#include <subscribe.h>
Data Fields | |
| uint16_t | ev |
| Event (used when send data to subscriber) More... | |
| uint8_t | cmd |
| Command ID (used when send data to subscriber) More... | |
| uint8_t | l0_f |
| This is L0 client. The L0 server name added to the beginning of data. More... | |
| int16_t | port |
| L0 peer port. More... | |
| char | addr [ARP_TABLE_IP_SIZE] |
| L0 peer IP address. More... | |
| char | data [] |
| Remote peer name in list or data in CMD_SUBSCRIBE_ANSWER. More... | |
teoSScr class list or CMD_SUBSCRIBE_ANSWER data
| char teoSScrListData::addr[ARP_TABLE_IP_SIZE] |
L0 peer IP address.
Referenced by teoSScrSend(), and teoSScrSubscriptionList().
| uint8_t teoSScrListData::cmd |
Command ID (used when send data to subscriber)
Referenced by teoSScrSubscriptionList().
| char teoSScrListData::data[] |
Remote peer name in list or data in CMD_SUBSCRIBE_ANSWER.
Referenced by teoSScrSend(), teoSScrSubscriptionList(), and teoSScrUnSubscription().
| uint16_t teoSScrListData::ev |
Event (used when send data to subscriber)
Referenced by teoSScrSubscriptionList(), and teoSScrUnSubscription().
| uint8_t teoSScrListData::l0_f |
This is L0 client. The L0 server name added to the beginning of data.
Referenced by teoSScrSend(), and teoSScrSubscriptionList().
| int16_t teoSScrListData::port |
L0 peer port.
Referenced by teoSScrSend(), and teoSScrSubscriptionList().