isLastMessage method

bool isLastMessage()

Implementation

bool isPstnCall(){return false;}bool isLastMessage(){return((super.flags&MESIBO_FLAG_LASTMESSAGE)>0)?true:false;}