isEnd method

bool isEnd()

Implementation

bool isEnd() {
  return from == MESSAGE_END;
}