//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace iWareCC.ConveyorService { using System.Runtime.Serialization; using System; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="SdaResEntity", Namespace="http://schemas.datacontract.org/2004/07/iWareSda")] [System.SerializableAttribute()] [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.ConveyorService.ConveyerView))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.ConveyorService.ConveyerDB2Obj))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.ConveyorService.ConveyerDB2ObjForReadComm[]))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.ConveyorService.ConveyerDB2ObjForReadComm))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.ConveyorService.ConveyerDB2ObjForWriteComm[]))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.ConveyorService.ConveyerDB2ObjForWriteComm))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.ConveyorService.DeviceWarningInfo[]))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.ConveyorService.DeviceWarningInfo))] public partial class SdaResEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private object resDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string resMsgField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool resultField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public object resData { get { return this.resDataField; } set { if ((object.ReferenceEquals(this.resDataField, value) != true)) { this.resDataField = value; this.RaisePropertyChanged("resData"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string resMsg { get { return this.resMsgField; } set { if ((object.ReferenceEquals(this.resMsgField, value) != true)) { this.resMsgField = value; this.RaisePropertyChanged("resMsg"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool result { get { return this.resultField; } set { if ((this.resultField.Equals(value) != true)) { this.resultField = value; this.RaisePropertyChanged("result"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="ConveyerView", Namespace="http://schemas.datacontract.org/2004/07/iWareSda")] [System.SerializableAttribute()] public partial class ConveyerView : iWareCC.ConveyorService.ConveyerDB2Obj { [System.Runtime.Serialization.OptionalFieldAttribute()] private int DeviceIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DeviceNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool IsConnectedField; [System.Runtime.Serialization.OptionalFieldAttribute()] private iWareCC.ConveyorService.DeviceWarningInfo[] R_Conveyer_WarningDBListField; [System.Runtime.Serialization.DataMemberAttribute()] public int DeviceId { get { return this.DeviceIdField; } set { if ((this.DeviceIdField.Equals(value) != true)) { this.DeviceIdField = value; this.RaisePropertyChanged("DeviceId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DeviceName { get { return this.DeviceNameField; } set { if ((object.ReferenceEquals(this.DeviceNameField, value) != true)) { this.DeviceNameField = value; this.RaisePropertyChanged("DeviceName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool IsConnected { get { return this.IsConnectedField; } set { if ((this.IsConnectedField.Equals(value) != true)) { this.IsConnectedField = value; this.RaisePropertyChanged("IsConnected"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public iWareCC.ConveyorService.DeviceWarningInfo[] R_Conveyer_WarningDBList { get { return this.R_Conveyer_WarningDBListField; } set { if ((object.ReferenceEquals(this.R_Conveyer_WarningDBListField, value) != true)) { this.R_Conveyer_WarningDBListField = value; this.RaisePropertyChanged("R_Conveyer_WarningDBList"); } } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="ConveyerDB2Obj", Namespace="http://schemas.datacontract.org/2004/07/iWareSda")] [System.SerializableAttribute()] [System.Runtime.Serialization.KnownTypeAttribute(typeof(iWareCC.ConveyorService.ConveyerView))] public partial class ConveyerDB2Obj : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_AGV_AllowInField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_AGV_AllowInArrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_AGV_AllowOutField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_AGV_AllowOutArrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private iWareCC.ConveyorService.ConveyerDB2ObjForReadComm[] R_ConveyerForReadCommListField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short R_HandShakeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_Mode_AutoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_Mode_BreakdownField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_Mode_ManuaField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_Scan1_SuccessField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string R_Scan1_ValueField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short R_ShapeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool W_AGV_RequestInField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool W_AGV_RequestInArrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool W_AGV_RequestOutField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool W_AGV_RequestOutArrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short W_AGV_TaskTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private iWareCC.ConveyorService.ConveyerDB2ObjForWriteComm[] W_ConveyerForWriteCommListField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short W_HandShakeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool W_Scan1_ReceiveFinishField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_AGV_AllowIn { get { return this.R_AGV_AllowInField; } set { if ((this.R_AGV_AllowInField.Equals(value) != true)) { this.R_AGV_AllowInField = value; this.RaisePropertyChanged("R_AGV_AllowIn"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_AGV_AllowInArr { get { return this.R_AGV_AllowInArrField; } set { if ((this.R_AGV_AllowInArrField.Equals(value) != true)) { this.R_AGV_AllowInArrField = value; this.RaisePropertyChanged("R_AGV_AllowInArr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_AGV_AllowOut { get { return this.R_AGV_AllowOutField; } set { if ((this.R_AGV_AllowOutField.Equals(value) != true)) { this.R_AGV_AllowOutField = value; this.RaisePropertyChanged("R_AGV_AllowOut"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_AGV_AllowOutArr { get { return this.R_AGV_AllowOutArrField; } set { if ((this.R_AGV_AllowOutArrField.Equals(value) != true)) { this.R_AGV_AllowOutArrField = value; this.RaisePropertyChanged("R_AGV_AllowOutArr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public iWareCC.ConveyorService.ConveyerDB2ObjForReadComm[] R_ConveyerForReadCommList { get { return this.R_ConveyerForReadCommListField; } set { if ((object.ReferenceEquals(this.R_ConveyerForReadCommListField, value) != true)) { this.R_ConveyerForReadCommListField = value; this.RaisePropertyChanged("R_ConveyerForReadCommList"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short R_HandShake { get { return this.R_HandShakeField; } set { if ((this.R_HandShakeField.Equals(value) != true)) { this.R_HandShakeField = value; this.RaisePropertyChanged("R_HandShake"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_Mode_Auto { get { return this.R_Mode_AutoField; } set { if ((this.R_Mode_AutoField.Equals(value) != true)) { this.R_Mode_AutoField = value; this.RaisePropertyChanged("R_Mode_Auto"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_Mode_Breakdown { get { return this.R_Mode_BreakdownField; } set { if ((this.R_Mode_BreakdownField.Equals(value) != true)) { this.R_Mode_BreakdownField = value; this.RaisePropertyChanged("R_Mode_Breakdown"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_Mode_Manua { get { return this.R_Mode_ManuaField; } set { if ((this.R_Mode_ManuaField.Equals(value) != true)) { this.R_Mode_ManuaField = value; this.RaisePropertyChanged("R_Mode_Manua"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_Scan1_Success { get { return this.R_Scan1_SuccessField; } set { if ((this.R_Scan1_SuccessField.Equals(value) != true)) { this.R_Scan1_SuccessField = value; this.RaisePropertyChanged("R_Scan1_Success"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string R_Scan1_Value { get { return this.R_Scan1_ValueField; } set { if ((object.ReferenceEquals(this.R_Scan1_ValueField, value) != true)) { this.R_Scan1_ValueField = value; this.RaisePropertyChanged("R_Scan1_Value"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short R_Shape { get { return this.R_ShapeField; } set { if ((this.R_ShapeField.Equals(value) != true)) { this.R_ShapeField = value; this.RaisePropertyChanged("R_Shape"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool W_AGV_RequestIn { get { return this.W_AGV_RequestInField; } set { if ((this.W_AGV_RequestInField.Equals(value) != true)) { this.W_AGV_RequestInField = value; this.RaisePropertyChanged("W_AGV_RequestIn"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool W_AGV_RequestInArr { get { return this.W_AGV_RequestInArrField; } set { if ((this.W_AGV_RequestInArrField.Equals(value) != true)) { this.W_AGV_RequestInArrField = value; this.RaisePropertyChanged("W_AGV_RequestInArr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool W_AGV_RequestOut { get { return this.W_AGV_RequestOutField; } set { if ((this.W_AGV_RequestOutField.Equals(value) != true)) { this.W_AGV_RequestOutField = value; this.RaisePropertyChanged("W_AGV_RequestOut"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool W_AGV_RequestOutArr { get { return this.W_AGV_RequestOutArrField; } set { if ((this.W_AGV_RequestOutArrField.Equals(value) != true)) { this.W_AGV_RequestOutArrField = value; this.RaisePropertyChanged("W_AGV_RequestOutArr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short W_AGV_TaskType { get { return this.W_AGV_TaskTypeField; } set { if ((this.W_AGV_TaskTypeField.Equals(value) != true)) { this.W_AGV_TaskTypeField = value; this.RaisePropertyChanged("W_AGV_TaskType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public iWareCC.ConveyorService.ConveyerDB2ObjForWriteComm[] W_ConveyerForWriteCommList { get { return this.W_ConveyerForWriteCommListField; } set { if ((object.ReferenceEquals(this.W_ConveyerForWriteCommListField, value) != true)) { this.W_ConveyerForWriteCommListField = value; this.RaisePropertyChanged("W_ConveyerForWriteCommList"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short W_HandShake { get { return this.W_HandShakeField; } set { if ((this.W_HandShakeField.Equals(value) != true)) { this.W_HandShakeField = value; this.RaisePropertyChanged("W_HandShake"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool W_Scan1_ReceiveFinish { get { return this.W_Scan1_ReceiveFinishField; } set { if ((this.W_Scan1_ReceiveFinishField.Equals(value) != true)) { this.W_Scan1_ReceiveFinishField = value; this.RaisePropertyChanged("W_Scan1_ReceiveFinish"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="ConveyerDB2ObjForReadComm", Namespace="http://schemas.datacontract.org/2004/07/iWareSda.Devices._3_Conveyer.ConveyerMode" + "l")] [System.SerializableAttribute()] public partial class ConveyerDB2ObjForReadComm : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_HasCargoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short R_SalverHeightField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_SalverReachField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_TaskFinishField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int R_TaskIDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool R_TaskReciveFinishField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short R_TaskTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StationCodeField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_HasCargo { get { return this.R_HasCargoField; } set { if ((this.R_HasCargoField.Equals(value) != true)) { this.R_HasCargoField = value; this.RaisePropertyChanged("R_HasCargo"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short R_SalverHeight { get { return this.R_SalverHeightField; } set { if ((this.R_SalverHeightField.Equals(value) != true)) { this.R_SalverHeightField = value; this.RaisePropertyChanged("R_SalverHeight"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_SalverReach { get { return this.R_SalverReachField; } set { if ((this.R_SalverReachField.Equals(value) != true)) { this.R_SalverReachField = value; this.RaisePropertyChanged("R_SalverReach"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_TaskFinish { get { return this.R_TaskFinishField; } set { if ((this.R_TaskFinishField.Equals(value) != true)) { this.R_TaskFinishField = value; this.RaisePropertyChanged("R_TaskFinish"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int R_TaskID { get { return this.R_TaskIDField; } set { if ((this.R_TaskIDField.Equals(value) != true)) { this.R_TaskIDField = value; this.RaisePropertyChanged("R_TaskID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool R_TaskReciveFinish { get { return this.R_TaskReciveFinishField; } set { if ((this.R_TaskReciveFinishField.Equals(value) != true)) { this.R_TaskReciveFinishField = value; this.RaisePropertyChanged("R_TaskReciveFinish"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short R_TaskType { get { return this.R_TaskTypeField; } set { if ((this.R_TaskTypeField.Equals(value) != true)) { this.R_TaskTypeField = value; this.RaisePropertyChanged("R_TaskType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string StationCode { get { return this.StationCodeField; } set { if ((object.ReferenceEquals(this.StationCodeField, value) != true)) { this.StationCodeField = value; this.RaisePropertyChanged("StationCode"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="ConveyerDB2ObjForWriteComm", Namespace="http://schemas.datacontract.org/2004/07/iWareSda.Devices._3_Conveyer.ConveyerMode" + "l")] [System.SerializableAttribute()] public partial class ConveyerDB2ObjForWriteComm : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StationCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool W_ConfirmTaskFinishField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short W_DestinationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool W_STPField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short W_SalverTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short W_SourceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int W_TaskIDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short W_TaskTypeField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string StationCode { get { return this.StationCodeField; } set { if ((object.ReferenceEquals(this.StationCodeField, value) != true)) { this.StationCodeField = value; this.RaisePropertyChanged("StationCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool W_ConfirmTaskFinish { get { return this.W_ConfirmTaskFinishField; } set { if ((this.W_ConfirmTaskFinishField.Equals(value) != true)) { this.W_ConfirmTaskFinishField = value; this.RaisePropertyChanged("W_ConfirmTaskFinish"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short W_Destination { get { return this.W_DestinationField; } set { if ((this.W_DestinationField.Equals(value) != true)) { this.W_DestinationField = value; this.RaisePropertyChanged("W_Destination"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool W_STP { get { return this.W_STPField; } set { if ((this.W_STPField.Equals(value) != true)) { this.W_STPField = value; this.RaisePropertyChanged("W_STP"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short W_SalverType { get { return this.W_SalverTypeField; } set { if ((this.W_SalverTypeField.Equals(value) != true)) { this.W_SalverTypeField = value; this.RaisePropertyChanged("W_SalverType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short W_Source { get { return this.W_SourceField; } set { if ((this.W_SourceField.Equals(value) != true)) { this.W_SourceField = value; this.RaisePropertyChanged("W_Source"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int W_TaskID { get { return this.W_TaskIDField; } set { if ((this.W_TaskIDField.Equals(value) != true)) { this.W_TaskIDField = value; this.RaisePropertyChanged("W_TaskID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short W_TaskType { get { return this.W_TaskTypeField; } set { if ((this.W_TaskTypeField.Equals(value) != true)) { this.W_TaskTypeField = value; this.RaisePropertyChanged("W_TaskType"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="DeviceWarningInfo", Namespace="http://schemas.datacontract.org/2004/07/iWareSda.Model")] [System.SerializableAttribute()] public partial class DeviceWarningInfo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private string Addressk__BackingFieldField; private string Codek__BackingFieldField; private string Contextk__BackingFieldField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute(Name="
k__BackingField", IsRequired=true)] public string Addressk__BackingField { get { return this.Addressk__BackingFieldField; } set { if ((object.ReferenceEquals(this.Addressk__BackingFieldField, value) != true)) { this.Addressk__BackingFieldField = value; this.RaisePropertyChanged("Addressk__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string Codek__BackingField { get { return this.Codek__BackingFieldField; } set { if ((object.ReferenceEquals(this.Codek__BackingFieldField, value) != true)) { this.Codek__BackingFieldField = value; this.RaisePropertyChanged("Codek__BackingField"); } } } [System.Runtime.Serialization.DataMemberAttribute(Name="k__BackingField", IsRequired=true)] public string Contextk__BackingField { get { return this.Contextk__BackingFieldField; } set { if ((object.ReferenceEquals(this.Contextk__BackingFieldField, value) != true)) { this.Contextk__BackingFieldField = value; this.RaisePropertyChanged("Contextk__BackingField"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="ConveyorService.IConveyerService")] public interface IConveyerService { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/ClearAlarm", ReplyAction="http://tempuri.org/IConveyerService/ClearAlarmResponse")] iWareCC.ConveyorService.SdaResEntity ClearAlarm(int deviceId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/ClearAlarm", ReplyAction="http://tempuri.org/IConveyerService/ClearAlarmResponse")] System.Threading.Tasks.Task ClearAlarmAsync(int deviceId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/SendConveyerTask", ReplyAction="http://tempuri.org/IConveyerService/SendConveyerTaskResponse")] iWareCC.ConveyorService.SdaResEntity SendConveyerTask(int deviceId, int taskId, string sourcePlce, string toPlace, string containertype, string taskType); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/SendConveyerTask", ReplyAction="http://tempuri.org/IConveyerService/SendConveyerTaskResponse")] System.Threading.Tasks.Task SendConveyerTaskAsync(int deviceId, int taskId, string sourcePlce, string toPlace, string containertype, string taskType); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteStp", ReplyAction="http://tempuri.org/IConveyerService/WriteStpResponse")] iWareCC.ConveyorService.SdaResEntity WriteStp(int deviceId, bool value, string stationCode); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteStp", ReplyAction="http://tempuri.org/IConveyerService/WriteStpResponse")] System.Threading.Tasks.Task WriteStpAsync(int deviceId, bool value, string stationCode); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/GetConveyerInfo", ReplyAction="http://tempuri.org/IConveyerService/GetConveyerInfoResponse")] iWareCC.ConveyorService.ConveyerView GetConveyerInfo(int deviceId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/GetConveyerInfo", ReplyAction="http://tempuri.org/IConveyerService/GetConveyerInfoResponse")] System.Threading.Tasks.Task GetConveyerInfoAsync(int deviceId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/IsTaskFinish", ReplyAction="http://tempuri.org/IConveyerService/IsTaskFinishResponse")] iWareCC.ConveyorService.SdaResEntity IsTaskFinish(int deviceId, string stationCode, int taskId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/IsTaskFinish", ReplyAction="http://tempuri.org/IConveyerService/IsTaskFinishResponse")] System.Threading.Tasks.Task IsTaskFinishAsync(int deviceId, string stationCode, int taskId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/DeleteConveyerTask", ReplyAction="http://tempuri.org/IConveyerService/DeleteConveyerTaskResponse")] iWareCC.ConveyorService.SdaResEntity DeleteConveyerTask(int deviceId, int taskId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/DeleteConveyerTask", ReplyAction="http://tempuri.org/IConveyerService/DeleteConveyerTaskResponse")] System.Threading.Tasks.Task DeleteConveyerTaskAsync(int deviceId, int taskId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/IsConveyerAuto", ReplyAction="http://tempuri.org/IConveyerService/IsConveyerAutoResponse")] iWareCC.ConveyorService.SdaResEntity IsConveyerAuto(int deviceId, string stationCode); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/IsConveyerAuto", ReplyAction="http://tempuri.org/IConveyerService/IsConveyerAutoResponse")] System.Threading.Tasks.Task IsConveyerAutoAsync(int deviceId, string stationCode); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/IsAllowSendTask", ReplyAction="http://tempuri.org/IConveyerService/IsAllowSendTaskResponse")] iWareCC.ConveyorService.SdaResEntity IsAllowSendTask(bool isNeedValidateRealSourceAndToPlace, int deviceId, string stationCode, string toStationCode, bool isConveyerTask); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/IsAllowSendTask", ReplyAction="http://tempuri.org/IConveyerService/IsAllowSendTaskResponse")] System.Threading.Tasks.Task IsAllowSendTaskAsync(bool isNeedValidateRealSourceAndToPlace, int deviceId, string stationCode, string toStationCode, bool isConveyerTask); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/IsHaveHeatBeat", ReplyAction="http://tempuri.org/IConveyerService/IsHaveHeatBeatResponse")] iWareCC.ConveyorService.SdaResEntity IsHaveHeatBeat(int deviceId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/IsHaveHeatBeat", ReplyAction="http://tempuri.org/IConveyerService/IsHaveHeatBeatResponse")] System.Threading.Tasks.Task IsHaveHeatBeatAsync(int deviceId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/Write1015ReScan", ReplyAction="http://tempuri.org/IConveyerService/Write1015ReScanResponse")] iWareCC.ConveyorService.SdaResEntity Write1015ReScan(int deviceId, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/Write1015ReScan", ReplyAction="http://tempuri.org/IConveyerService/Write1015ReScanResponse")] System.Threading.Tasks.Task Write1015ReScanAsync(int deviceId, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteReceiveScan", ReplyAction="http://tempuri.org/IConveyerService/WriteReceiveScanResponse")] iWareCC.ConveyorService.SdaResEntity WriteReceiveScan(int deviceId, string stationCode, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteReceiveScan", ReplyAction="http://tempuri.org/IConveyerService/WriteReceiveScanResponse")] System.Threading.Tasks.Task WriteReceiveScanAsync(int deviceId, string stationCode, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteConveyer_FinishACK", ReplyAction="http://tempuri.org/IConveyerService/WriteConveyer_FinishACKResponse")] iWareCC.ConveyorService.SdaResEntity WriteConveyer_FinishACK(int deviceId, bool value, int plcTaskId, string stationcode); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteConveyer_FinishACK", ReplyAction="http://tempuri.org/IConveyerService/WriteConveyer_FinishACKResponse")] System.Threading.Tasks.Task WriteConveyer_FinishACKAsync(int deviceId, bool value, int plcTaskId, string stationcode); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteScanValidateACK", ReplyAction="http://tempuri.org/IConveyerService/WriteScanValidateACKResponse")] iWareCC.ConveyorService.SdaResEntity WriteScanValidateACK(bool isReset, int deviceId, string stationCode, bool value, int plcTaskId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteScanValidateACK", ReplyAction="http://tempuri.org/IConveyerService/WriteScanValidateACKResponse")] System.Threading.Tasks.Task WriteScanValidateACKAsync(bool isReset, int deviceId, string stationCode, bool value, int plcTaskId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteAGVRequestIn", ReplyAction="http://tempuri.org/IConveyerService/WriteAGVRequestInResponse")] iWareCC.ConveyorService.SdaResEntity WriteAGVRequestIn(int deviceId, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteAGVRequestIn", ReplyAction="http://tempuri.org/IConveyerService/WriteAGVRequestInResponse")] System.Threading.Tasks.Task WriteAGVRequestInAsync(int deviceId, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteAGVRequestInArr", ReplyAction="http://tempuri.org/IConveyerService/WriteAGVRequestInArrResponse")] iWareCC.ConveyorService.SdaResEntity WriteAGVRequestInArr(int deviceId, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteAGVRequestInArr", ReplyAction="http://tempuri.org/IConveyerService/WriteAGVRequestInArrResponse")] System.Threading.Tasks.Task WriteAGVRequestInArrAsync(int deviceId, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteAGVRequestOUT", ReplyAction="http://tempuri.org/IConveyerService/WriteAGVRequestOUTResponse")] iWareCC.ConveyorService.SdaResEntity WriteAGVRequestOUT(int deviceId, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteAGVRequestOUT", ReplyAction="http://tempuri.org/IConveyerService/WriteAGVRequestOUTResponse")] System.Threading.Tasks.Task WriteAGVRequestOUTAsync(int deviceId, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteAGVRequestOutArr", ReplyAction="http://tempuri.org/IConveyerService/WriteAGVRequestOutArrResponse")] iWareCC.ConveyorService.SdaResEntity WriteAGVRequestOutArr(int deviceId, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteAGVRequestOutArr", ReplyAction="http://tempuri.org/IConveyerService/WriteAGVRequestOutArrResponse")] System.Threading.Tasks.Task WriteAGVRequestOutArrAsync(int deviceId, bool value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteAGVTaskType", ReplyAction="http://tempuri.org/IConveyerService/WriteAGVTaskTypeResponse")] iWareCC.ConveyorService.SdaResEntity WriteAGVTaskType(int deviceId, short value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/WriteAGVTaskType", ReplyAction="http://tempuri.org/IConveyerService/WriteAGVTaskTypeResponse")] System.Threading.Tasks.Task WriteAGVTaskTypeAsync(int deviceId, short value); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/ClearConveyerTask", ReplyAction="http://tempuri.org/IConveyerService/ClearConveyerTaskResponse")] iWareCC.ConveyorService.SdaResEntity ClearConveyerTask(int deviceId, int taskId, string sourcePlce, string toPlace, string containertype, string taskType); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/ClearConveyerTask", ReplyAction="http://tempuri.org/IConveyerService/ClearConveyerTaskResponse")] System.Threading.Tasks.Task ClearConveyerTaskAsync(int deviceId, int taskId, string sourcePlce, string toPlace, string containertype, string taskType); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/ReadAddress", ReplyAction="http://tempuri.org/IConveyerService/ReadAddressResponse")] bool ReadAddress(string address); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/ReadAddress", ReplyAction="http://tempuri.org/IConveyerService/ReadAddressResponse")] System.Threading.Tasks.Task ReadAddressAsync(string address); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/ReadStr", ReplyAction="http://tempuri.org/IConveyerService/ReadStrResponse")] string ReadStr(string address); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/ReadStr", ReplyAction="http://tempuri.org/IConveyerService/ReadStrResponse")] System.Threading.Tasks.Task ReadStrAsync(string address); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/ReadShort", ReplyAction="http://tempuri.org/IConveyerService/ReadShortResponse")] short ReadShort(string address); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IConveyerService/ReadShort", ReplyAction="http://tempuri.org/IConveyerService/ReadShortResponse")] System.Threading.Tasks.Task ReadShortAsync(string address); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IConveyerServiceChannel : iWareCC.ConveyorService.IConveyerService, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class ConveyerServiceClient : System.ServiceModel.ClientBase, iWareCC.ConveyorService.IConveyerService { public ConveyerServiceClient() { } public ConveyerServiceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public ConveyerServiceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public ConveyerServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public ConveyerServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public iWareCC.ConveyorService.SdaResEntity ClearAlarm(int deviceId) { return base.Channel.ClearAlarm(deviceId); } public System.Threading.Tasks.Task ClearAlarmAsync(int deviceId) { return base.Channel.ClearAlarmAsync(deviceId); } public iWareCC.ConveyorService.SdaResEntity SendConveyerTask(int deviceId, int taskId, string sourcePlce, string toPlace, string containertype, string taskType) { return base.Channel.SendConveyerTask(deviceId, taskId, sourcePlce, toPlace, containertype, taskType); } public System.Threading.Tasks.Task SendConveyerTaskAsync(int deviceId, int taskId, string sourcePlce, string toPlace, string containertype, string taskType) { return base.Channel.SendConveyerTaskAsync(deviceId, taskId, sourcePlce, toPlace, containertype, taskType); } public iWareCC.ConveyorService.SdaResEntity WriteStp(int deviceId, bool value, string stationCode) { return base.Channel.WriteStp(deviceId, value, stationCode); } public System.Threading.Tasks.Task WriteStpAsync(int deviceId, bool value, string stationCode) { return base.Channel.WriteStpAsync(deviceId, value, stationCode); } public iWareCC.ConveyorService.ConveyerView GetConveyerInfo(int deviceId) { return base.Channel.GetConveyerInfo(deviceId); } public System.Threading.Tasks.Task GetConveyerInfoAsync(int deviceId) { return base.Channel.GetConveyerInfoAsync(deviceId); } public iWareCC.ConveyorService.SdaResEntity IsTaskFinish(int deviceId, string stationCode, int taskId) { return base.Channel.IsTaskFinish(deviceId, stationCode, taskId); } public System.Threading.Tasks.Task IsTaskFinishAsync(int deviceId, string stationCode, int taskId) { return base.Channel.IsTaskFinishAsync(deviceId, stationCode, taskId); } public iWareCC.ConveyorService.SdaResEntity DeleteConveyerTask(int deviceId, int taskId) { return base.Channel.DeleteConveyerTask(deviceId, taskId); } public System.Threading.Tasks.Task DeleteConveyerTaskAsync(int deviceId, int taskId) { return base.Channel.DeleteConveyerTaskAsync(deviceId, taskId); } public iWareCC.ConveyorService.SdaResEntity IsConveyerAuto(int deviceId, string stationCode) { return base.Channel.IsConveyerAuto(deviceId, stationCode); } public System.Threading.Tasks.Task IsConveyerAutoAsync(int deviceId, string stationCode) { return base.Channel.IsConveyerAutoAsync(deviceId, stationCode); } public iWareCC.ConveyorService.SdaResEntity IsAllowSendTask(bool isNeedValidateRealSourceAndToPlace, int deviceId, string stationCode, string toStationCode, bool isConveyerTask) { return base.Channel.IsAllowSendTask(isNeedValidateRealSourceAndToPlace, deviceId, stationCode, toStationCode, isConveyerTask); } public System.Threading.Tasks.Task IsAllowSendTaskAsync(bool isNeedValidateRealSourceAndToPlace, int deviceId, string stationCode, string toStationCode, bool isConveyerTask) { return base.Channel.IsAllowSendTaskAsync(isNeedValidateRealSourceAndToPlace, deviceId, stationCode, toStationCode, isConveyerTask); } public iWareCC.ConveyorService.SdaResEntity IsHaveHeatBeat(int deviceId) { return base.Channel.IsHaveHeatBeat(deviceId); } public System.Threading.Tasks.Task IsHaveHeatBeatAsync(int deviceId) { return base.Channel.IsHaveHeatBeatAsync(deviceId); } public iWareCC.ConveyorService.SdaResEntity Write1015ReScan(int deviceId, bool value) { return base.Channel.Write1015ReScan(deviceId, value); } public System.Threading.Tasks.Task Write1015ReScanAsync(int deviceId, bool value) { return base.Channel.Write1015ReScanAsync(deviceId, value); } public iWareCC.ConveyorService.SdaResEntity WriteReceiveScan(int deviceId, string stationCode, bool value) { return base.Channel.WriteReceiveScan(deviceId, stationCode, value); } public System.Threading.Tasks.Task WriteReceiveScanAsync(int deviceId, string stationCode, bool value) { return base.Channel.WriteReceiveScanAsync(deviceId, stationCode, value); } public iWareCC.ConveyorService.SdaResEntity WriteConveyer_FinishACK(int deviceId, bool value, int plcTaskId, string stationcode) { return base.Channel.WriteConveyer_FinishACK(deviceId, value, plcTaskId, stationcode); } public System.Threading.Tasks.Task WriteConveyer_FinishACKAsync(int deviceId, bool value, int plcTaskId, string stationcode) { return base.Channel.WriteConveyer_FinishACKAsync(deviceId, value, plcTaskId, stationcode); } public iWareCC.ConveyorService.SdaResEntity WriteScanValidateACK(bool isReset, int deviceId, string stationCode, bool value, int plcTaskId) { return base.Channel.WriteScanValidateACK(isReset, deviceId, stationCode, value, plcTaskId); } public System.Threading.Tasks.Task WriteScanValidateACKAsync(bool isReset, int deviceId, string stationCode, bool value, int plcTaskId) { return base.Channel.WriteScanValidateACKAsync(isReset, deviceId, stationCode, value, plcTaskId); } public iWareCC.ConveyorService.SdaResEntity WriteAGVRequestIn(int deviceId, bool value) { return base.Channel.WriteAGVRequestIn(deviceId, value); } public System.Threading.Tasks.Task WriteAGVRequestInAsync(int deviceId, bool value) { return base.Channel.WriteAGVRequestInAsync(deviceId, value); } public iWareCC.ConveyorService.SdaResEntity WriteAGVRequestInArr(int deviceId, bool value) { return base.Channel.WriteAGVRequestInArr(deviceId, value); } public System.Threading.Tasks.Task WriteAGVRequestInArrAsync(int deviceId, bool value) { return base.Channel.WriteAGVRequestInArrAsync(deviceId, value); } public iWareCC.ConveyorService.SdaResEntity WriteAGVRequestOUT(int deviceId, bool value) { return base.Channel.WriteAGVRequestOUT(deviceId, value); } public System.Threading.Tasks.Task WriteAGVRequestOUTAsync(int deviceId, bool value) { return base.Channel.WriteAGVRequestOUTAsync(deviceId, value); } public iWareCC.ConveyorService.SdaResEntity WriteAGVRequestOutArr(int deviceId, bool value) { return base.Channel.WriteAGVRequestOutArr(deviceId, value); } public System.Threading.Tasks.Task WriteAGVRequestOutArrAsync(int deviceId, bool value) { return base.Channel.WriteAGVRequestOutArrAsync(deviceId, value); } public iWareCC.ConveyorService.SdaResEntity WriteAGVTaskType(int deviceId, short value) { return base.Channel.WriteAGVTaskType(deviceId, value); } public System.Threading.Tasks.Task WriteAGVTaskTypeAsync(int deviceId, short value) { return base.Channel.WriteAGVTaskTypeAsync(deviceId, value); } public iWareCC.ConveyorService.SdaResEntity ClearConveyerTask(int deviceId, int taskId, string sourcePlce, string toPlace, string containertype, string taskType) { return base.Channel.ClearConveyerTask(deviceId, taskId, sourcePlce, toPlace, containertype, taskType); } public System.Threading.Tasks.Task ClearConveyerTaskAsync(int deviceId, int taskId, string sourcePlce, string toPlace, string containertype, string taskType) { return base.Channel.ClearConveyerTaskAsync(deviceId, taskId, sourcePlce, toPlace, containertype, taskType); } public bool ReadAddress(string address) { return base.Channel.ReadAddress(address); } public System.Threading.Tasks.Task ReadAddressAsync(string address) { return base.Channel.ReadAddressAsync(address); } public string ReadStr(string address) { return base.Channel.ReadStr(address); } public System.Threading.Tasks.Task ReadStrAsync(string address) { return base.Channel.ReadStrAsync(address); } public short ReadShort(string address) { return base.Channel.ReadShort(address); } public System.Threading.Tasks.Task ReadShortAsync(string address) { return base.Channel.ReadShortAsync(address); } } }