|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ka2ddo.opentrac.OpenTracElement
org.ka2ddo.opentrac.OpenTracRadioCapabilities
public class OpenTracRadioCapabilities
This class specifies the RadioCapabilities element of an OpenTRAC entity within an OpenTRAC message, which contains one or more RadioCapability sub-elements.
RadioCapability,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.ka2ddo.opentrac.OpenTracElement |
|---|
id |
| Constructor Summary | |
|---|---|
OpenTracRadioCapabilities()
Create a OpenTracRadioCapabilities element with no capabilities. |
|
OpenTracRadioCapabilities(int type,
byte[] body,
int offset,
int length)
Extract a OpenTracRadioCapabilities element from a byte array |
|
OpenTracRadioCapabilities(RadioCapability capability)
Create a OpenTracRadioCapabilities element with one capability. |
|
| Method Summary | |
|---|---|
int |
computeBody(byte[] buf,
int offset)
Append this element to a message buffer |
boolean |
equals(OpenTracElement other)
Test if this OpenTracElement has the same type and value as another OpenTracElement. |
int |
length()
Return the number of bytes needed to encode this element. |
java.lang.String |
valueString()
Get the string representation of the value of this element. |
| Methods inherited from class org.ka2ddo.opentrac.OpenTracElement |
|---|
getId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OpenTracRadioCapabilities()
public OpenTracRadioCapabilities(RadioCapability capability)
capability - RadioCapability to encapsulate in this element
public OpenTracRadioCapabilities(int type,
byte[] body,
int offset,
int length)
type - OpenTracTypes code for this elementbody - byte array to extract element fromoffset - zero-based array index to start extractionlength - number of bytes to extract| Method Detail |
|---|
public int computeBody(byte[] buf,
int offset)
computeBody in class OpenTracElementbuf - byte array to add the element tooffset - starting index to store the element
public java.lang.String valueString()
valueString in class OpenTracElementpublic int length()
length in class OpenTracElementpublic boolean equals(OpenTracElement other)
equals in class OpenTracElementother - OpenTracElement to compare against this element
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||