1.2.8.4 Library Interface
RF PHY Serial library provides the following interfaces:
Functions
| Name | Description |
|---|---|
| SRV_RSERIAL_GetCommand | Extracts command field from serial frame |
| SRV_RSERIAL_ParsePIB | Extracts PIB information from get/set PIB serial frame |
| SRV_RSERIAL_SerialGetPIB | Serializes a response to a get PIB command |
| SRV_RSERIAL_SerialSetPIB | Serializes a response to a set PIB command |
| SRV_RSERIAL_ParseTxMessageTrxId | Extracts the TRX identifier from SRV_RSERIAL_CMD_PHY_SEND_MSG serial frame |
| SRV_RSERIAL_ParseTxMessage | Extracts a RF frame to be transmitted from SRV_RSERIAL_CMD_PHY_SEND_MSG serial frame |
| SRV_RSERIAL_SetTxHandle | Sets the TX handle for the last TX request |
| SRV_RSERIAL_SerialRxMessage | Serializes a received RF frame and its related information |
| SRV_RSERIAL_SerialCfmMessage | Serializes the result of a RF transmitted frame |
Data types and constants
| Name | Type | Description |
|---|---|---|
| SRV_RSERIAL_COMMAND | Enum | RF PHY Tester Tool commands enumeration |
