isCompressed method
//// Indicate whether or not the message should be/was compressed.
@return Return whether or not the message should be/was compressed. If the received message was compressed, the library automatically decompresses its content without any additional code. /
Implementation
bool isCompressed() {
return compression;
}