isReadByUs method

bool isReadByUs()

Implementation

bool isReadByPeer(){return(MESIBO_MSGSTATUS_READ== super.status);}bool isReadByUs(){return(MESIBO_MSGSTATUS_RECEIVEDREAD== super.status);}