Esempio n. 1
0
    public System.Threading.Tasks.Task <KeepAliveResponse> KeepAliveAsync(skidata.com.tdi.common.v1.data.AuthenticationHeader AuthenticationHeader)
    {
        KeepAliveRequest inValue = new KeepAliveRequest();

        inValue.AuthenticationHeader = AuthenticationHeader;
        return(((CarAccessTransactionEventInterface)(this)).KeepAliveAsync(inValue));
    }
Esempio n. 2
0
    public bool KeepAlive(skidata.com.tdi.common.v1.data.AuthenticationHeader AuthenticationHeader)
    {
        KeepAliveRequest inValue = new KeepAliveRequest();

        inValue.AuthenticationHeader = AuthenticationHeader;
        KeepAliveResponse retVal = ((CarAccessTransactionEventInterface)(this)).KeepAlive(inValue);

        return(retVal.KeepAliveSignal);
    }
Esempio n. 3
0
    public skidata.com.tdi.ca.v1.data.SystemVersion GetVersion(skidata.com.tdi.common.v1.data.AuthenticationHeader AuthenticationHeader)
    {
        GetVersionRequest inValue = new GetVersionRequest();

        inValue.AuthenticationHeader = AuthenticationHeader;
        GetVersionResponse retVal = ((CarAccessTransactionEventInterface)(this)).GetVersion(inValue);

        return(retVal.SystemVersion);
    }
Esempio n. 4
0
    public bool NotifyParkingTransaction(skidata.com.tdi.common.v1.data.AuthenticationHeader AuthenticationHeader, skidata.com.tdi.ca.v1.data.ParkingTransactionDataList ParkingTransactionData)
    {
        NotifyParkingTransactionRequest inValue = new NotifyParkingTransactionRequest();

        inValue.AuthenticationHeader   = AuthenticationHeader;
        inValue.ParkingTransactionData = ParkingTransactionData;
        NotifyParkingTransactionResponse retVal = ((CarAccessTransactionEventInterface)(this)).NotifyParkingTransaction(inValue);

        return(retVal.Result);
    }
Esempio n. 5
0
 public GetVersionRequest(skidata.com.tdi.common.v1.data.AuthenticationHeader AuthenticationHeader)
 {
     this.AuthenticationHeader = AuthenticationHeader;
 }
Esempio n. 6
0
    public System.Threading.Tasks.Task <NotifyParkingTransactionResponse> NotifyParkingTransactionAsync(skidata.com.tdi.common.v1.data.AuthenticationHeader AuthenticationHeader, skidata.com.tdi.ca.v1.data.ParkingTransactionDataList ParkingTransactionData)
    {
        NotifyParkingTransactionRequest inValue = new NotifyParkingTransactionRequest();

        inValue.AuthenticationHeader   = AuthenticationHeader;
        inValue.ParkingTransactionData = ParkingTransactionData;
        return(((CarAccessTransactionEventInterface)(this)).NotifyParkingTransactionAsync(inValue));
    }
Esempio n. 7
0
 public KeepAliveRequest(skidata.com.tdi.common.v1.data.AuthenticationHeader AuthenticationHeader)
 {
     this.AuthenticationHeader = AuthenticationHeader;
 }
Esempio n. 8
0
 public NotifyParkingTransactionRequest(skidata.com.tdi.common.v1.data.AuthenticationHeader AuthenticationHeader, skidata.com.tdi.ca.v1.data.ParkingTransactionDataList ParkingTransactionData)
 {
     this.AuthenticationHeader   = AuthenticationHeader;
     this.ParkingTransactionData = ParkingTransactionData;
 }