Constant MAX_STRING_LENGTH
pub const MAX_STRING_LENGTH: u16 = 1024; // 1_024u16
Expand description
Maximum length of a string that is alowed in a DataElement. If a DataElement string longer than this is sent by a peer it will be truncated.
pub const MAX_STRING_LENGTH: u16 = 1024; // 1_024u16
Maximum length of a string that is alowed in a DataElement. If a DataElement string longer than this is sent by a peer it will be truncated.