예제 #1
0
 public string ReadIotUser(string account, string pwd, int index, int count)
 {
     CY.IoTM.SystemInterface.UM.ReadIotUserRequest inValue = new CY.IoTM.SystemInterface.UM.ReadIotUserRequest();
     inValue.Body         = new CY.IoTM.SystemInterface.UM.ReadIotUserRequestBody();
     inValue.Body.account = account;
     inValue.Body.pwd     = pwd;
     inValue.Body.index   = index;
     inValue.Body.count   = count;
     CY.IoTM.SystemInterface.UM.ReadIotUserResponse retVal = ((CY.IoTM.SystemInterface.UM.UserManageWebServiceSoap)(this)).ReadIotUser(inValue);
     return(retVal.Body.ReadIotUserResult);
 }
예제 #2
0
 CY.IoTM.SystemInterface.UM.ReadIotUserResponse CY.IoTM.SystemInterface.UM.UserManageWebServiceSoap.ReadIotUser(CY.IoTM.SystemInterface.UM.ReadIotUserRequest request)
 {
     return(base.Channel.ReadIotUser(request));
 }