isRetained method

bool isRetained()

//// Indicate whether or not the message should be/was retained by the server.

\return true if the message should be, or was, retained by the server /

Implementation

bool isRetained() {
  return retained;
}