#include <oscl_namestring.h>
Public Methods | |
OsclNameString () | |
OsclNameString (const char a[]) | |
OsclNameString (uint8 *a) | |
void | Set (uint8 *a) |
void | Set (const char a[]) |
uint8 * | Str () const |
int32 | MaxLen () const |
|
|
|
|
|
|
|
|
|
|
|
Set the string to the input value. The string will be truncated to fit the storage class and automatically null-terminated.
|
|
|