Beispiel #1
0
 public override int RequestProcMsg(MacMsgBase msg)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public override int RequestProcMsg(MacMsgBase msg)
 {
     return(0);
 }
Beispiel #3
0
 /// <summary>
 /// 訊息接收窗口, 只能從這邊交辨任務
 /// </summary>
 /// <param name="msg"></param>
 /// <returns></returns>
 public abstract int RequestProcMsg(MacMsgBase msg);