public static class EDAGetBaselineImpedancePacket.Payload extends Packet.Payload
command, status
Constructor and Description |
---|
Payload() |
Modifier and Type | Method and Description |
---|---|
int |
getBaselineImpSet() |
float |
getImaginaryDft16() |
float |
getImaginaryDft8() |
float |
getRealDft16() |
float |
getRealDft8() |
long |
getResistorBaseline() |
void |
setBaselineImpSet(int baselineImpSet) |
void |
setImaginaryDft16(float imaginaryDft16) |
void |
setImaginaryDft8(float imaginaryDft8) |
void |
setRealDft16(float realDft16) |
void |
setRealDft8(float realDft8) |
void |
setResistorBaseline(long resistorBaseline) |
java.lang.String |
toString() |
getCommand, getStatus, setCommand, setStatus
public int getBaselineImpSet()
public float getRealDft16()
public float getImaginaryDft16()
public float getRealDft8()
public float getImaginaryDft8()
public long getResistorBaseline()
public void setBaselineImpSet(int baselineImpSet)
public void setRealDft16(float realDft16)
public void setImaginaryDft16(float imaginaryDft16)
public void setRealDft8(float realDft8)
public void setImaginaryDft8(float imaginaryDft8)
public void setResistorBaseline(long resistorBaseline)
public java.lang.String toString()
toString
in class java.lang.Object