Ejemplo n.º 1
0
 public AxlNetClient.GetPhoneNtpRes getPhoneNtp(AxlNetClient.GetPhoneNtpReq getPhoneNtp1)
 {
     AxlNetClient.getPhoneNtpRequest inValue = new AxlNetClient.getPhoneNtpRequest();
     inValue.getPhoneNtp = getPhoneNtp1;
     AxlNetClient.getPhoneNtpResponse retVal = ((AxlNetClient.AXLPort24)(this)).getPhoneNtp(inValue);
     return(retVal.getPhoneNtpResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getPhoneNtpResponse> getPhoneNtpAsync(AxlNetClient.GetPhoneNtpReq getPhoneNtp)
 {
     AxlNetClient.getPhoneNtpRequest inValue = new AxlNetClient.getPhoneNtpRequest();
     inValue.getPhoneNtp = getPhoneNtp;
     return(((AxlNetClient.AXLPort24)(this)).getPhoneNtpAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.getPhoneNtpResponse> AxlNetClient.AXLPort24.getPhoneNtpAsync(AxlNetClient.getPhoneNtpRequest request)
 {
     return(base.Channel.getPhoneNtpAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.getPhoneNtpResponse AxlNetClient.AXLPort24.getPhoneNtp(AxlNetClient.getPhoneNtpRequest request)
 {
     return(base.Channel.getPhoneNtp(request));
 }