Skip to content
dberenguer edited this page Aug 21, 2014 · 7 revisions

CCPACKET is the basic container structure for panStamp's raw RF packets. CCPACKET consists of the following attributes:

length

unsigned char length

Description

Size of the data field


data

unsigned char data[CCPACKET_DATA_LEN]

Description

Data buffer. Up to 61 bytes per packet.


crc_ok

bool crc_ok

Description

Only for CCPACKETs received, crc_ok shows whether the packet passed the CRC filter or not


rssi

unsigned char rssi

Description

Received Strength Signal Indication level. Only for packets received.


lqi

unsigned char lqi

Description

Link Quality Index. Only for packets received

Anti Swap

API for Anti Swap

Clone this wiki locally