template <uint16_t kSize>

class String

Defined at line 536 of file ../../third_party/openthread/src/core/common/string.hpp

Defines a fixed-size string.

Public Methods

void String<kSize> ()

Initializes the string as empty.

Defined at line 544 of file ../../third_party/openthread/src/core/common/string.hpp

const char * AsCString ()

Returns the string as a null-terminated C string.

Defined at line 554 of file ../../third_party/openthread/src/core/common/string.hpp