public static class PPGDataPacket.Payload extends Packet.Payload
command, status
Constructor and Description |
---|
Payload() |
Modifier and Type | Method and Description |
---|---|
int |
getAdpdLibState() |
int |
getConfidence() |
int[] |
getDebugInfo() |
int |
getHR() |
int |
getHRType() |
int |
getRrInterval() |
int |
getSequenceNumber() |
long |
getTimestamp() |
void |
setAdpdLibState(int adpdLibState) |
void |
setConfidence(int confidence) |
void |
setDebugInfo(int[] debugInfo) |
void |
setHR(int HR) |
void |
setHRType(int HRType) |
void |
setRrInterval(int rrInterval) |
void |
setSequenceNumber(int sequenceNumber) |
void |
setTimestamp(long timestamp) |
java.lang.String |
toString() |
getCommand, getStatus, setCommand, setStatus
public int getSequenceNumber()
public long getTimestamp()
public int getAdpdLibState()
public int getHR()
public int getConfidence()
public int getHRType()
public int getRrInterval()
public int[] getDebugInfo()
public void setSequenceNumber(int sequenceNumber)
public void setTimestamp(long timestamp)
public void setAdpdLibState(int adpdLibState)
public void setHR(int HR)
public void setConfidence(int confidence)
public void setHRType(int HRType)
public void setRrInterval(int rrInterval)
public void setDebugInfo(int[] debugInfo)
public java.lang.String toString()
toString
in class java.lang.Object