isStart method

bool isStart()

Implementation

bool isStart() {
  return from == MESSAGE_START;
}