ThreadNetworkCredentials.ChannelMaskEntry

Stay organized with collections Save and categorize content based on your preferences.
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

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