|
OpenWSN Firmware
|
#include <opentcp.h>
Data Fields | |
| uint8_t | state |
| uint32_t | mySeqNum |
| uint16_t | myPort |
| uint32_t | hisNextSeqNum |
| uint16_t | hisPort |
| open_addr_t | hisIPv6Address |
| OpenQueueEntry_t * | dataToSend |
| OpenQueueEntry_t * | dataReceived |
| bool | timerStarted |
| opentimer_id_t | timerId |
| OpenQueueEntry_t* dataReceived |
| OpenQueueEntry_t* dataToSend |
| open_addr_t hisIPv6Address |
| uint32_t hisNextSeqNum |
| uint16_t hisPort |
| uint16_t myPort |
| uint32_t mySeqNum |
| uint8_t state |
| opentimer_id_t timerId |
| bool timerStarted |