DolphinV4 API  1.6.1.0
RADIO_BUFFER_TYPE Struct Reference

Intern API structure for the processing of information in the radio buffers. More...

#include <EO3100I_API.h>

Collaboration diagram for RADIO_BUFFER_TYPE:

Data Fields

uint8 u8Data [RADIO_BUFF_LENGTH2]
 Array containing buffer data.
uint8 u8Length
 Amount of bytes being occupied in a buffer.
uint8 u8RepeaterCount
 Amount of times the radio telegram has been repeated.
uint8 u8dBm
 Signal of the telegram.
uint16 u8SubtelCountRx
 Amount of subtelegrams received.
uint16 u8SubtelCountTx
 Amount of subtelegram to send.
uint8 u8Flags
 Flags indicating the state of the corresponding radio buffer.
uint8 u8TimeReceived
 Time counter for received subtelegrams.
uint8 u8TimeToSend
 Time counter for sending subtelegrams.
uint16 u16Timestamp
 Time stamp for a telegram.

Detailed Description

Intern API structure for the processing of information in the radio buffers.