public class InitPacketData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
applicationVersion |
protected int |
compressionType |
protected int |
deviceRevision |
protected int |
deviceType |
protected int |
firmwareCRC16 |
protected java.lang.String |
firmwareHash |
protected int |
packetVersion |
protected java.util.List<java.lang.Integer> |
softdeviceReq |
Constructor and Description |
---|
InitPacketData() |
Modifier and Type | Method and Description |
---|---|
long |
getApplicationVersion() |
int |
getCompressionType() |
int |
getDeviceRevision() |
int |
getDeviceType() |
int |
getFirmwareCRC16() |
java.lang.String |
getFirmwareHash() |
int |
getPacketVersion() |
java.util.List<java.lang.Integer> |
getSoftdeviceReq() |
protected int packetVersion
protected int compressionType
protected long applicationVersion
protected int deviceRevision
protected int deviceType
protected int firmwareCRC16
protected java.lang.String firmwareHash
protected java.util.List<java.lang.Integer> softdeviceReq
public int getPacketVersion()
public int getCompressionType()
public long getApplicationVersion()
public int getDeviceRevision()
public int getDeviceType()
public int getFirmwareCRC16()
public java.lang.String getFirmwareHash()
public java.util.List<java.lang.Integer> getSoftdeviceReq()