void S6F7_OnReceived(CHSMS.CS6F7 S6F7)
 {
     //throw new NotImplementedException();
     if (ReceiveGIBMsg != null)
     {
         ReceiveGIBMsg(S6F7.GLASS_ID().ToString().Trim(), S6F7);
     }
 }