Example #1
0
 public void OnReply_GetPlateSecurity(FTAPI_Conn client, uint nSerialNo, QotGetPlateSecurity.Response rsp)
 {
     handleQotOnReply(nSerialNo, ProtoID.QotGetPlateSecurity, rsp);
 }
Example #2
0
 public void OnReply_GetPlateSecurity(FTAPI_Conn client, int nSerialNo, QotGetPlateSecurity.Response rsp)
 {
 }
Example #3
0
 public GetPlateSecurityEventArgs(FTAPI_Conn client, int nSerialNo, QotGetPlateSecurity.Response result)
 {
     Client   = client;
     SerialNo = nSerialNo;
     Result   = result;
 }