Ejemplo n.º 1
0
 public void OnReply_GetOwnerPlate(FTAPI_Conn client, uint nSerialNo, QotGetOwnerPlate.Response rsp)
 {
     handleQotOnReply(nSerialNo, ProtoID.QotGetOwnerPlate, rsp);
 }
Ejemplo n.º 2
0
 public void OnReply_GetOwnerPlate(FTAPI_Conn client, int nSerialNo, QotGetOwnerPlate.Response rsp)
 {
 }
Ejemplo n.º 3
0
 public GetOwnerPlateEventArgs(FTAPI_Conn client, int nSerialNo, QotGetOwnerPlate.Response result)
 {
     Client   = client;
     SerialNo = nSerialNo;
     Result   = result;
 }