public static class BIADataPacket.Payload.StreamData
extends java.lang.Object
| Constructor and Description |
|---|
StreamData() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFrequencyIndex() |
long |
getImaginary() |
long |
getReal() |
long |
getTimestamp() |
void |
setFrequencyIndex(long frequencyIndex) |
void |
setImaginary(long imaginary) |
void |
setReal(long real) |
void |
setTimestamp(long timestamp) |
java.lang.String |
toString() |
public long getTimestamp()
public void setTimestamp(long timestamp)
public long getReal()
public void setReal(long real)
public long getImaginary()
public void setImaginary(long imaginary)
public long getFrequencyIndex()
public void setFrequencyIndex(long frequencyIndex)
public java.lang.String toString()
toString in class java.lang.Object