Class MarauderRxTxConfig
-
- All Implemented Interfaces:
-
java.io.Serializable
public class MarauderRxTxConfig extends RxTxConfig
-
-
Field Summary
Fields Modifier and Type Field Description public String
mSessionId
public String
mSectorId
public final static int
RX_RSSI_THRESHOLD_DEFAULT
public final static int
FRAME_LENGTH_MAX_VALUE_BYTE
public long
mCaptureTimestamp
public int
mRxSyncCaptureBytesSize
public int
mRxAsyncCaptureMillisSize
public RxTxConfig.RxCaptureUnit
mRxCaptureUnit
public int
frameLength
public String
computedDataInHexa
public DeviceInfo
kaijuDeviceJobResult
public boolean
mAsyncMode
public final static int
DEFAULT_ASK_OOK_CHANNEL_BANDWIDTH_KHZ
public final static int
DEFAULT_FSK_CHANNEL_BANDWIDTH_KHZ
public final static int
MIN_DATARATE
public String
nameOfGate
public int
key_Frequency
public int
key_Modulation
public int
key_ChannelBandwidth
public int
key_DeviationHz
public int
repeat
public String
rawDataInHexa
public int
button
public Date
createdAt
-
Constructor Summary
Constructors Constructor Description MarauderRxTxConfig()
For GSON constructor MarauderRxTxConfig(MarauderRxTxConfig marauderRxTxConfig)
MarauderRxTxConfig(RxTxConfig rxTxConfig)
-
Method Summary
Modifier and Type Method Description static MarauderRxTxConfig
valueOf(@NonNull() MarauderSector sector)
String
getSessionId()
void
setSessionId(String sessionId)
String
getSectorId()
void
setSectorId(String sectorId)
-
Methods inherited from class com.comthings.gollum.api.gollumandroidlib.beans.RxTxConfig
clearCapture, getAsyncMode, getCapturedAt, getComputedDataInHexa, getDesiredAsyncCaptureSizeInMillis, getDesiredSyncCaptureSizeInBytes, getFrameLength, getKaijuDeviceJobResult, getKey_ComputedDataRate, getKey_PreviousDataRate, getNbGlitchesDetected, getNbPulsesReceived, getNbRawPulsesReceived, getPulseSumReceived, getRxRssiThreshold, setAsyncMode, setCapturedAt, setComputedDataInHexa, setFrameLength, setKaijuDeviceJobResult, setKey_PreviousDataRate, setKey_SamplingRate, setKey_SamplingRate, setRxAsyncCaptureMillisSize, setRxRssiThreshold, setRxSyncCaptureBytesSize, toString, valueOf, valueOf, valueOf
-
Methods inherited from class com.comthings.gollum.api.gollumandroidlib.beans.TxConfig
appendChunk, containsAsyncChunk, getButton, getChunk, getChunks, getDataHexBytes, getDataSize, getDefaultRxBandwidth, getKey_ChannelBandwidth, getKey_DeviationHz, getKey_Frequency, getKey_Modulation, getKey_SamplingRate, getNameOfGate, getRawDataInHexa, getRepeat, getRfDurations, hasData, hasHexData, setButton, setChunks, setKey_ChannelBandwidth, setKey_DeviationHz, setKey_Frequency, setKey_Modulation, setKey_SamplingRate, setNameOfGate, setRawDataInHexa, setRepeat, setRepeat, setRfDurations
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MarauderRxTxConfig
MarauderRxTxConfig()
For GSON constructor
-
MarauderRxTxConfig
MarauderRxTxConfig(MarauderRxTxConfig marauderRxTxConfig)
-
MarauderRxTxConfig
MarauderRxTxConfig(RxTxConfig rxTxConfig)
-
-
Method Detail
-
valueOf
@Nullable() static MarauderRxTxConfig valueOf(@NonNull() MarauderSector sector)
- Returns:
RxTxConfig with informations provided by the given Marauder sector, null if marauder sector doesnt contains a MarauderReadSectorInfo.
-
getSessionId
String getSessionId()
-
setSessionId
void setSessionId(String sessionId)
-
getSectorId
String getSectorId()
-
setSectorId
void setSectorId(String sectorId)
-
-
-
-