public static final class ThreadNetworkCredentials.ChannelMaskEntry extends Object
The Channel Mask Entry of Thread Operational Dataset.
Public Constructor Summary
ChannelMaskEntry(int page, byte[] mask)
Creates a new
ThreadNetworkCredentials.ChannelMaskEntry object.
|
Public Method Summary
boolean | |
byte[] |
getMask()
Returns the Channel Mask.
|
int |
getPage()
Returns the Channel Page.
|
int |
hashCode()
|
String |
toString()
|
Inherited Method Summary
Public Constructors
public ChannelMaskEntry (int page, byte[] mask)
Creates a new
ThreadNetworkCredentials.ChannelMaskEntry
object.
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.