Represents a Network Name.

The otNetworkName is a null terminated C string (i.e., m8 char array MUST end with null char \0).

Public Attributes#

char

Byte values. The + 1 is for null char.

Public Attribute Documentation#

m8#

char otNetworkName::m8[OT_NETWORK_NAME_MAX_SIZE+1]

Byte values. The + 1 is for null char.


Definition at line 92 of file include/openthread/dataset.h