コード例 #1
0
ファイル: Reference.cs プロジェクト: antonychrist/sdk
 public DeviceInfo.CodeproofService.DeviceProperty GetDeviceProperty(DeviceInfo.CodeproofService.Authenticate AuthObj, DeviceInfo.CodeproofService.CPID cpid)
 {
     return(base.Channel.GetDeviceProperty(AuthObj, cpid));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: antonychrist/sdk
 public DeviceInfo.CodeproofService.CPID[] GetCPIDs(DeviceInfo.CodeproofService.Authenticate AuthObj)
 {
     return(base.Channel.GetCPIDs(AuthObj));
 }