BaseStation_RfSweepStart
BaseStation_RfSweepStart

Contains logic for the base station Start RF Sweep command.

Functions
buildCommand
static ByteStream buildCommand(
uint32 min,
uint32 max,
uint32 interval,
uint16 options
)

Builds the beacon status command.

Parameters
min
uint32

The minimum sweep frequency in kHz (2400000 = 2.4GHz).

max
uint32

The maximum sweep frequency in kHz (2400000 = 2.4GHz).

interval
uint32

The sweep interval in kHz.

options
uint16

The options to send with the command (advanced, used internally).

Returns

A ByteStream containing the base station beacon status command.