English
Language : 

ZAURA Datasheet, PDF (46/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
34
ZAURA_RF_SendSeqData
Description The ZAURA_RF_SendSeqData macro sends data (using RDTFC) to
SAP_APP_0 on a remote node.
Syntax
ZAURA_RF_STATUS ZAURA_RF_SendSeqData(
ZAURA_RF_ADDR Dest, HANDLE hData, UINT8 Len)
Parameters
Dest
ZAURA_RF_ADDR value for the destination address. Addresses 0x01
through 0xFE are specific nodes (point-to-point).
hData
A void pointer to the application byte data.
Len
UINT8 value specifies the length of the valid bytes referenced by hData.
Returns
ZAURA_RF_SUCCESS is returned if the peer node acknowledged and
accepted the frame.
TX_CHANNEL_BUSY is returned if the channel was in use (see Chan-
nel Access Rules for more information).
ZAURA_RF_TX_NOT_ACK is returned if no acknowledgement was
received. This return result could either be that the packet did not arrive at
its destination or the ACK was not received.
RF_TX_NAK is returned if the node received the frame but rejected the
frame because no buffer space was available to hold the data.
See Also
Example
ZAURA_RF_Transmit, ZAURA_RF_SendData,
ZAURA_RF_SendPkt, ZAURA_RF_Receive,
ZAURA_RF_PKT_BUF Structure
/* Send reliable data to node */
ZAURA_RF_SendSeqData( 0x23, "Hello world", 11 );
ZAURA RF Wireless API Reference
RM006003-1011