GetAsCString() const
Gets the Network Name as a null terminated C string.
GetAsData() const
Gets the Network Name as NameData.
Set()
Sets the Network Name from a given null terminated C string. Also validates that the given @p aNameString follows UTF-8 encoding and can fit in `kMaxSize` chars.
Set()
Sets the Network Name from a given null terminated C string. Also validates that the given @p aNameString follows UTF-8 encoding and can fit in `kMaxSize` chars.
operator() const
Overloads operator `==` to evaluate whether or not two given `NetworkName` objects are equal.