コード例 #1
0
 static public bool OnSndMsg(isaCommand cmd)
 {
     //this handles pings and comm level messages
     return(SendMsg?.Invoke(cmd) == true);
 }