otNetworkName
#include <dataset.h>
Represents a Network Name.
Summary
The otNetworkName
is a null terminated C string (i.e., m8
char array MUST end with null char \0
).
Public attributes |
|
---|---|
m8[16+1]
|
char
Byte values. The
+ 1 is for null char. |
Public attributes
m8
char otNetworkName::m8[16+1]
Byte values. The + 1
is for null char.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.