コード例 #1
0
 public void OnReply_GetRT(FTAPI_Conn client, uint nSerialNo, QotGetRT.Response rsp)
 {
     handleQotOnReply(nSerialNo, ProtoID.QotGetRT, rsp);
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: handayu/FTAPI-3.20.1
 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;
 }