1.2.2.4.9 SRV_PSNIFFER_COMMAND Enum
C - PRIME Implementation
typedef enum
{
/* Set PLC Channel */
SRV_PSNIFFER_CMD_SET_PLC_CHANNEL = 2,
/* Set RF Band, Operating Mode and Channel */
SRV_PSNIFFER_CMD_SET_RF_BAND_OPM_CHANNEL
} SRV_PSNIFFER_COMMAND;
C - G3 Implementation
typedef enum
{
/* Receive new message */
SRV_PSNIFFER_CMD_RECEIVE_MSG = 0,
/* Set PLC Tone Mask */
SRV_PSNIFFER_CMD_SET_PLC_TONE_MASK,
/* Set RF Band, Operating Mode and Channel */
SRV_PSNIFFER_CMD_SET_RF_BAND_OPM_CHANNEL
} SRV_PSNIFFER_COMMAND;
Summary
Hybrid Sniffer Tool Commands enumeration.
Description
This enumeration defines the commands used by the Hybrid PHY Sniffer Tool provided by Microchip.