1.2.7.4.6 SRV_RSNIFFER_COMMAND Enum

C - PRIME Implementation

typedef enum
{
  /* Set PLC Channel */
  SRV_RSNIFFER_CMD_SET_PLC_CHANNEL = 2,
  /* Set RF Band, Operating Mode and Channel */
  SRV_RSNIFFER_CMD_SET_RF_BAND_OPM_CHANNEL
} SRV_RSNIFFER_COMMAND;  

C - G3 Implementation

typedef enum
{
  /* Receive new message */
  SRV_RSNIFFER_CMD_RECEIVE_MSG = 0,
  /* Set PLC Tone Mask */
  SRV_RSNIFFER_CMD_SET_PLC_TONE_MASK,
  /* Set RF Band, Operating Mode and Channel */
  SRV_RSNIFFER_CMD_SET_RF_BAND_OPM_CHANNEL
} SRV_RSNIFFER_COMMAND;

Summary

Hybrid Sniffer Tool Commands enumeration.

Description

This enumeration defines the commands used by the Hybrid PHY Sniffer Tool provided by Microchip.