Type Definition String
Other items inbl602_sdk
pub type String = String<64>;
Limit Strings to 64 chars, similar to char[64] in C
char[64]