public override void OnReply_UpdateKL(FTAPI_Conn client, uint nSerialNo, QotUpdateKL.Response rsp) { Console.Write("OnReply_UpdateKL: {0}\n", rsp); }
public void OnReply_UpdateKL(FTAPI_Conn client, int nSerialNo, QotUpdateKL.Response rsp) { }
public UpdateKLEventArgs(FTAPI_Conn client, int nSerialNo, QotUpdateKL.Response result) { Client = client; SerialNo = nSerialNo; Result = result; }