SessionId.h
Go to the documentation of this file.
bool assign(const uint8_t *newValue, unsigned newLength)
Definition: SessionId.h:39
Definition: Alert.h:15
const char * c_str() const
Get a constant (un-modifiable) pointer to String content.
Definition: WString.h:600
String toString() const
Return a string representation of the session ID.
Definition: SessionId.h:51
size_t length(void) const
Obtain the String length in characters, excluding NUL terminator.
Definition: WString.h:228
bool setLength(size_t length)
set the string length accordingly, expanding if necessary
String makeHexString(const uint8_t *data, unsigned length, char separator='\0')
Convert data into a hexadecimal string representation.