예제 #1
0
        public static void EdulinkSentRequest(object sender, JsonRpcEventArgs e)
        {
            Edulink client = (Edulink)sender;

            Program.LogMsg($"{Edulink.Url}{e.Method}", LogSeverity.Info, $"{e.Username}/Edulink");
        }
예제 #2
0
 void cmdSrv_OnVhfAnnounce(object sender, VhfAnnounceEventArgs e)
 {
     this.received = e;
 }
예제 #3
0
 void cmdSrv_OnScanRequest(object sender, ScanRequestEventArgs e)
 {
     this.received = e;
 }
예제 #4
0
 void cmdSrv_OnPollReply(object sender, JsonRpcEventArgs e)
 {
     this.received = e;
 }
예제 #5
0
 void cmdSrv_OnGenericEvent(object sender, JsonRpcEventArgs e)
 {
     this.received = e;
 }
예제 #6
0
 public void TearDown()
 {
     received = null;
 }