ThreadBorderAgent

public final class ThreadBorderAgent extends Object
implements Parcelable

Data interface for Thread Border Agent.

class ThreadBorderAgent.Builder Builder for constructing ThreadBorderAgent instances. 
int CONTENTS_FILE_DESCRIPTOR
int PARCELABLE_WRITE_RETURN_VALUE
byte[]
getId()
Returns the id which uniquely identifies a Thread Border Agent device.
static ThreadBorderAgent.Builder
newBuilder(byte[] id)
Creates a new ThreadBorderAgent.Builder for constructing a ThreadBorderAgent.
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
abstract int
describeContents()
abstract void
writeToParcel(Parcel arg0, int arg1)

Public Methods

public byte[] getId ()

Returns the id which uniquely identifies a Thread Border Agent device.

public static ThreadBorderAgent.Builder newBuilder (byte[] id)

Creates a new ThreadBorderAgent.Builder for constructing a ThreadBorderAgent.

Parameters
id the id which uniquely identifies a Border Agent. The length must be 16 bytes.
Throws
IllegalArgumentException if the id is not of length 16 bytes.

public void writeToParcel (Parcel dest, int flags)