ThreadNetworkCredentials.ChannelMaskEntry

public static final class ThreadNetworkCredentials.ChannelMaskEntry extends Object

The Channel Mask Entry of Thread Operational Dataset.

Public Constructor Summary

ChannelMaskEntry(int page, byte[] mask)

Public Method Summary

boolean
equals(Object other)
byte[]
getMask()
Returns the Channel Mask.
int
getPage()
Returns the Channel Page.
int
String

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()

Public Constructors

public ChannelMaskEntry (int page, byte[] mask)

Throws
IllegalArgumentException if page exceeds range [0, 255].

Public Methods

public boolean equals (Object other)

public byte[] getMask ()

Returns the Channel Mask.

public int getPage ()

Returns the Channel Page.

public int hashCode ()

public String toString ()