vedMsgHandle method

void vedMsgHandle(
  1. String _caller,
  2. String _msg
)

Implementation

void vedMsgHandle(String _caller, String _msg) {
  print(':ved:mxx:   C: $_caller  msg:  $_msg ');
  //  TODO  Check : analyze msg
  if (vedStatM['hasMsg']!) {
    print(' $mxC.mxLOGO : * :has:Msg: *');
  } else if (vedStatM['hasConnect']!) {
    print(' $mxC.mxLOGO : * no-msg-inline');
  } else {
    print(' $mxC.mxLOGO :  *waiting idle * ');
  }
  mxC.mxLogL.add(':ved:msg:   C:  $_caller  Msg: $_msg');
}