1.2.8.4.10 SRV_RSERIAL_COMMAND Enum

C

typedef enum
{
    /* Get data configuration request */
    SRV_RSERIAL_CMD_PHY_GET_CFG = 0,
    /* Get data configuration response */
    SRV_RSERIAL_CMD_PHY_GET_CFG_RSP,
    /* Set data configuration request */
    SRV_RSERIAL_CMD_PHY_SET_CFG,
    /* Set data configuration response */
    SRV_RSERIAL_CMD_PHY_SET_CFG_RSP,
    /* Get command request */
    SRV_RSERIAL_CMD_PHY_CMD_CFG,
    /* Get command response */
    SRV_RSERIAL_CMD_PHY_CMD_CFG_RSP,
    /* Send message data */
    SRV_RSERIAL_CMD_PHY_SEND_MSG,
    /* Send message data response */
    SRV_RSERIAL_CMD_PHY_SEND_MSG_RSP,
    /* Receive message data */
    SRV_RSERIAL_CMD_PHY_RECEIVE_MSG

} SRV_RSERIAL_COMMAND;

Summary

RF PHY Tester Tool commands enumeration.

Description

This enumeration defines the commands used by RF PHY Tester Tool provided by Microchip.