Class RfSetupParameters

  • All Implemented Interfaces:

    
    public class RfSetupParameters
    
                        

    Wrapper class for parameters of GollumDongle.BruteForceSetupParameters()

    • Constructor Detail

      • RfSetupParameters

        RfSetupParameters(int frequency, int dataRate, int modulation, int deviation, int channelBandwidth, int frameLength)
        Parameters:
        frequency - The frequency to use in Hz
        dataRate - Target data rate, in bits/s.
        modulation - The modulation value to use.
        deviation - Channel deviation, in Hz.
        channelBandwidth - Receiver Channel Filter Bandwidth, in Hz.
        frameLength - Size (in bytes) of the packet that the CC1111 transceiver needs to capture before sending it to Android.