public class TableFeaturePropExper extends TableFeatureProp
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Returns a copy of the experimenter-defined data.
|
ExperimenterId |
getExpId()
Returns the experimenter ID (if we know it); null otherwise; Since 1.3.
|
long |
getExpType()
Returns the experimenter-defined type (u32); Since 1.3.
|
int |
getId()
Returns the experimenter ID encoded as an int; Since 1.3.
|
int |
getTotalLength()
Returns the length in bytes of the property when encoded.
|
String |
toString() |
getTypepublic String toString()
toString in class TableFeatureProppublic int getTotalLength()
TableFeaturePropThis is really of interest only to the message encoder.
getTotalLength in class TableFeatureProppublic int getId()
public ExperimenterId getExpId()
public long getExpType()
public byte[] getData()
Copyright © 2014. All Rights Reserved.