示例#1
0
 public void OnReply_GetRT(FTAPI_Conn client, uint nSerialNo, QotGetRT.Response rsp)
 {
     handleQotOnReply(nSerialNo, ProtoID.QotGetRT, rsp);
 }
示例#2
0
 public void OnReply_GetRT(FTAPI_Conn client, int nSerialNo, QotGetRT.Response rsp)
 {
 }
示例#3
0
 public GetRTEventArgs(FTAPI_Conn client, int nSerialNo, QotGetRT.Response result)
 {
     Client   = client;
     SerialNo = nSerialNo;
     Result   = result;
 }