Type Definition bl602_sdk::String[][src]

pub type String = String<64>;
Expand description

Limit Strings to 64 chars, similar to char[64] in C