You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4969 lines
281 KiB
4969 lines
281 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace wcfControlMonitorClient.ServiceReference1 {
|
|
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="ManageTask", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class ManageTask : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string BegtimeField;
|
|
|
|
private int ControlTaskTypeField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string EndCellField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string EndDeviceField;
|
|
|
|
private int FIDField;
|
|
|
|
private int ManageTaskKindIndexField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string PalletBarcodeField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string StartCellField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string StartDeviceField;
|
|
|
|
private int StatusField;
|
|
|
|
[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 Begtime {
|
|
get {
|
|
return this.BegtimeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.BegtimeField, value) != true)) {
|
|
this.BegtimeField = value;
|
|
this.RaisePropertyChanged("Begtime");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ControlTaskType {
|
|
get {
|
|
return this.ControlTaskTypeField;
|
|
}
|
|
set {
|
|
if ((this.ControlTaskTypeField.Equals(value) != true)) {
|
|
this.ControlTaskTypeField = value;
|
|
this.RaisePropertyChanged("ControlTaskType");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string EndCell {
|
|
get {
|
|
return this.EndCellField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.EndCellField, value) != true)) {
|
|
this.EndCellField = value;
|
|
this.RaisePropertyChanged("EndCell");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string EndDevice {
|
|
get {
|
|
return this.EndDeviceField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.EndDeviceField, value) != true)) {
|
|
this.EndDeviceField = value;
|
|
this.RaisePropertyChanged("EndDevice");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int FID {
|
|
get {
|
|
return this.FIDField;
|
|
}
|
|
set {
|
|
if ((this.FIDField.Equals(value) != true)) {
|
|
this.FIDField = value;
|
|
this.RaisePropertyChanged("FID");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ManageTaskKindIndex {
|
|
get {
|
|
return this.ManageTaskKindIndexField;
|
|
}
|
|
set {
|
|
if ((this.ManageTaskKindIndexField.Equals(value) != true)) {
|
|
this.ManageTaskKindIndexField = value;
|
|
this.RaisePropertyChanged("ManageTaskKindIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string PalletBarcode {
|
|
get {
|
|
return this.PalletBarcodeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.PalletBarcodeField, value) != true)) {
|
|
this.PalletBarcodeField = value;
|
|
this.RaisePropertyChanged("PalletBarcode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string StartCell {
|
|
get {
|
|
return this.StartCellField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.StartCellField, value) != true)) {
|
|
this.StartCellField = value;
|
|
this.RaisePropertyChanged("StartCell");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string StartDevice {
|
|
get {
|
|
return this.StartDeviceField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.StartDeviceField, value) != true)) {
|
|
this.StartDeviceField = value;
|
|
this.RaisePropertyChanged("StartDevice");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int Status {
|
|
get {
|
|
return this.StatusField;
|
|
}
|
|
set {
|
|
if ((this.StatusField.Equals(value) != true)) {
|
|
this.StatusField = value;
|
|
this.RaisePropertyChanged("Status");
|
|
}
|
|
}
|
|
}
|
|
|
|
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="MonitorTask", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class MonitorTask : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string BarCodeField;
|
|
|
|
private int DeviceCommandIndexField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string DeviceCommandNameField;
|
|
|
|
private int DeviceIndexField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string DeviceNameField;
|
|
|
|
private int ErrorCodeField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string ErrorNameField;
|
|
|
|
private int ForkNoField;
|
|
|
|
private int ManageTaskIndexField;
|
|
|
|
private int MonitorIndexField;
|
|
|
|
private int NumParam1ZField;
|
|
|
|
private int NumParam2XField;
|
|
|
|
private int NumParam3YField;
|
|
|
|
private int NumParam4ZField;
|
|
|
|
private int NumParam5XField;
|
|
|
|
private int NumParam6YField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string StartTimeField;
|
|
|
|
private int StatusField;
|
|
|
|
[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 BarCode {
|
|
get {
|
|
return this.BarCodeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.BarCodeField, value) != true)) {
|
|
this.BarCodeField = value;
|
|
this.RaisePropertyChanged("BarCode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int DeviceCommandIndex {
|
|
get {
|
|
return this.DeviceCommandIndexField;
|
|
}
|
|
set {
|
|
if ((this.DeviceCommandIndexField.Equals(value) != true)) {
|
|
this.DeviceCommandIndexField = value;
|
|
this.RaisePropertyChanged("DeviceCommandIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string DeviceCommandName {
|
|
get {
|
|
return this.DeviceCommandNameField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.DeviceCommandNameField, value) != true)) {
|
|
this.DeviceCommandNameField = value;
|
|
this.RaisePropertyChanged("DeviceCommandName");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int DeviceIndex {
|
|
get {
|
|
return this.DeviceIndexField;
|
|
}
|
|
set {
|
|
if ((this.DeviceIndexField.Equals(value) != true)) {
|
|
this.DeviceIndexField = value;
|
|
this.RaisePropertyChanged("DeviceIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[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(IsRequired=true)]
|
|
public int ErrorCode {
|
|
get {
|
|
return this.ErrorCodeField;
|
|
}
|
|
set {
|
|
if ((this.ErrorCodeField.Equals(value) != true)) {
|
|
this.ErrorCodeField = value;
|
|
this.RaisePropertyChanged("ErrorCode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string ErrorName {
|
|
get {
|
|
return this.ErrorNameField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.ErrorNameField, value) != true)) {
|
|
this.ErrorNameField = value;
|
|
this.RaisePropertyChanged("ErrorName");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ForkNo {
|
|
get {
|
|
return this.ForkNoField;
|
|
}
|
|
set {
|
|
if ((this.ForkNoField.Equals(value) != true)) {
|
|
this.ForkNoField = value;
|
|
this.RaisePropertyChanged("ForkNo");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ManageTaskIndex {
|
|
get {
|
|
return this.ManageTaskIndexField;
|
|
}
|
|
set {
|
|
if ((this.ManageTaskIndexField.Equals(value) != true)) {
|
|
this.ManageTaskIndexField = value;
|
|
this.RaisePropertyChanged("ManageTaskIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int MonitorIndex {
|
|
get {
|
|
return this.MonitorIndexField;
|
|
}
|
|
set {
|
|
if ((this.MonitorIndexField.Equals(value) != true)) {
|
|
this.MonitorIndexField = value;
|
|
this.RaisePropertyChanged("MonitorIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam1Z {
|
|
get {
|
|
return this.NumParam1ZField;
|
|
}
|
|
set {
|
|
if ((this.NumParam1ZField.Equals(value) != true)) {
|
|
this.NumParam1ZField = value;
|
|
this.RaisePropertyChanged("NumParam1Z");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam2X {
|
|
get {
|
|
return this.NumParam2XField;
|
|
}
|
|
set {
|
|
if ((this.NumParam2XField.Equals(value) != true)) {
|
|
this.NumParam2XField = value;
|
|
this.RaisePropertyChanged("NumParam2X");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam3Y {
|
|
get {
|
|
return this.NumParam3YField;
|
|
}
|
|
set {
|
|
if ((this.NumParam3YField.Equals(value) != true)) {
|
|
this.NumParam3YField = value;
|
|
this.RaisePropertyChanged("NumParam3Y");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam4Z {
|
|
get {
|
|
return this.NumParam4ZField;
|
|
}
|
|
set {
|
|
if ((this.NumParam4ZField.Equals(value) != true)) {
|
|
this.NumParam4ZField = value;
|
|
this.RaisePropertyChanged("NumParam4Z");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam5X {
|
|
get {
|
|
return this.NumParam5XField;
|
|
}
|
|
set {
|
|
if ((this.NumParam5XField.Equals(value) != true)) {
|
|
this.NumParam5XField = value;
|
|
this.RaisePropertyChanged("NumParam5X");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam6Y {
|
|
get {
|
|
return this.NumParam6YField;
|
|
}
|
|
set {
|
|
if ((this.NumParam6YField.Equals(value) != true)) {
|
|
this.NumParam6YField = value;
|
|
this.RaisePropertyChanged("NumParam6Y");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string StartTime {
|
|
get {
|
|
return this.StartTimeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.StartTimeField, value) != true)) {
|
|
this.StartTimeField = value;
|
|
this.RaisePropertyChanged("StartTime");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int Status {
|
|
get {
|
|
return this.StatusField;
|
|
}
|
|
set {
|
|
if ((this.StatusField.Equals(value) != true)) {
|
|
this.StatusField = value;
|
|
this.RaisePropertyChanged("Status");
|
|
}
|
|
}
|
|
}
|
|
|
|
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="DeviceStateType", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class DeviceStateType : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private int DeviceIndexField;
|
|
|
|
private int DeviceKindField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string DeviceNameField;
|
|
|
|
private int ErrorCodeField;
|
|
|
|
private int LockedStateField;
|
|
|
|
private int ManTaskReserveField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int DeviceIndex {
|
|
get {
|
|
return this.DeviceIndexField;
|
|
}
|
|
set {
|
|
if ((this.DeviceIndexField.Equals(value) != true)) {
|
|
this.DeviceIndexField = value;
|
|
this.RaisePropertyChanged("DeviceIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int DeviceKind {
|
|
get {
|
|
return this.DeviceKindField;
|
|
}
|
|
set {
|
|
if ((this.DeviceKindField.Equals(value) != true)) {
|
|
this.DeviceKindField = value;
|
|
this.RaisePropertyChanged("DeviceKind");
|
|
}
|
|
}
|
|
}
|
|
|
|
[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(IsRequired=true)]
|
|
public int ErrorCode {
|
|
get {
|
|
return this.ErrorCodeField;
|
|
}
|
|
set {
|
|
if ((this.ErrorCodeField.Equals(value) != true)) {
|
|
this.ErrorCodeField = value;
|
|
this.RaisePropertyChanged("ErrorCode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int LockedState {
|
|
get {
|
|
return this.LockedStateField;
|
|
}
|
|
set {
|
|
if ((this.LockedStateField.Equals(value) != true)) {
|
|
this.LockedStateField = value;
|
|
this.RaisePropertyChanged("LockedState");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ManTaskReserve {
|
|
get {
|
|
return this.ManTaskReserveField;
|
|
}
|
|
set {
|
|
if ((this.ManTaskReserveField.Equals(value) != true)) {
|
|
this.ManTaskReserveField = value;
|
|
this.RaisePropertyChanged("ManTaskReserve");
|
|
}
|
|
}
|
|
}
|
|
|
|
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="ST_Cell", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class ST_Cell : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string CELLCODEField;
|
|
|
|
private string CELLNAMEField;
|
|
|
|
private string CELLSTATUSField;
|
|
|
|
private int FIDField;
|
|
|
|
private int LaneWayField;
|
|
|
|
private string PALLETBARCODEField;
|
|
|
|
private string RUNSTATUSField;
|
|
|
|
private int StackField;
|
|
|
|
private string WAREHOUSEField;
|
|
|
|
private int XField;
|
|
|
|
private int YField;
|
|
|
|
private int ZField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string CELLCODE {
|
|
get {
|
|
return this.CELLCODEField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.CELLCODEField, value) != true)) {
|
|
this.CELLCODEField = value;
|
|
this.RaisePropertyChanged("CELLCODE");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string CELLNAME {
|
|
get {
|
|
return this.CELLNAMEField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.CELLNAMEField, value) != true)) {
|
|
this.CELLNAMEField = value;
|
|
this.RaisePropertyChanged("CELLNAME");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string CELLSTATUS {
|
|
get {
|
|
return this.CELLSTATUSField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.CELLSTATUSField, value) != true)) {
|
|
this.CELLSTATUSField = value;
|
|
this.RaisePropertyChanged("CELLSTATUS");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int FID {
|
|
get {
|
|
return this.FIDField;
|
|
}
|
|
set {
|
|
if ((this.FIDField.Equals(value) != true)) {
|
|
this.FIDField = value;
|
|
this.RaisePropertyChanged("FID");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int LaneWay {
|
|
get {
|
|
return this.LaneWayField;
|
|
}
|
|
set {
|
|
if ((this.LaneWayField.Equals(value) != true)) {
|
|
this.LaneWayField = value;
|
|
this.RaisePropertyChanged("LaneWay");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string PALLETBARCODE {
|
|
get {
|
|
return this.PALLETBARCODEField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.PALLETBARCODEField, value) != true)) {
|
|
this.PALLETBARCODEField = value;
|
|
this.RaisePropertyChanged("PALLETBARCODE");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string RUNSTATUS {
|
|
get {
|
|
return this.RUNSTATUSField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.RUNSTATUSField, value) != true)) {
|
|
this.RUNSTATUSField = value;
|
|
this.RaisePropertyChanged("RUNSTATUS");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int Stack {
|
|
get {
|
|
return this.StackField;
|
|
}
|
|
set {
|
|
if ((this.StackField.Equals(value) != true)) {
|
|
this.StackField = value;
|
|
this.RaisePropertyChanged("Stack");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string WAREHOUSE {
|
|
get {
|
|
return this.WAREHOUSEField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.WAREHOUSEField, value) != true)) {
|
|
this.WAREHOUSEField = value;
|
|
this.RaisePropertyChanged("WAREHOUSE");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int X {
|
|
get {
|
|
return this.XField;
|
|
}
|
|
set {
|
|
if ((this.XField.Equals(value) != true)) {
|
|
this.XField = value;
|
|
this.RaisePropertyChanged("X");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int Y {
|
|
get {
|
|
return this.YField;
|
|
}
|
|
set {
|
|
if ((this.YField.Equals(value) != true)) {
|
|
this.YField = value;
|
|
this.RaisePropertyChanged("Y");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int Z {
|
|
get {
|
|
return this.ZField;
|
|
}
|
|
set {
|
|
if ((this.ZField.Equals(value) != true)) {
|
|
this.ZField = value;
|
|
this.RaisePropertyChanged("Z");
|
|
}
|
|
}
|
|
}
|
|
|
|
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="LanguageContent", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class LanguageContent : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string keyField;
|
|
|
|
private string valueField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string key {
|
|
get {
|
|
return this.keyField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.keyField, value) != true)) {
|
|
this.keyField = value;
|
|
this.RaisePropertyChanged("key");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string value {
|
|
get {
|
|
return this.valueField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.valueField, value) != true)) {
|
|
this.valueField = value;
|
|
this.RaisePropertyChanged("value");
|
|
}
|
|
}
|
|
}
|
|
|
|
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="DevicesDic", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class DevicesDic : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private System.Collections.Generic.Dictionary<int, Model.MDevice> MDevicesField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public System.Collections.Generic.Dictionary<int, Model.MDevice> MDevices {
|
|
get {
|
|
return this.MDevicesField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.MDevicesField, value) != true)) {
|
|
this.MDevicesField = value;
|
|
this.RaisePropertyChanged("MDevices");
|
|
}
|
|
}
|
|
}
|
|
|
|
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="ServiceReference1.IControlMonitor", CallbackContract=typeof(wcfControlMonitorClient.ServiceReference1.IControlMonitorCallback))]
|
|
public interface IControlMonitor {
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetReadedAndReportedBarcode", ReplyAction="http://tempuri.org/IControlMonitor/GetReadedAndReportedBarcodeResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetReadedAndReportedBarcodeResponse GetReadedAndReportedBarcode(wcfControlMonitorClient.ServiceReference1.GetReadedAndReportedBarcodeRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetReadedAndReportedBarcode", ReplyAction="http://tempuri.org/IControlMonitor/GetReadedAndReportedBarcodeResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetReadedAndReportedBarcodeResponse> GetReadedAndReportedBarcodeAsync(wcfControlMonitorClient.ServiceReference1.GetReadedAndReportedBarcodeRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceAllErrors", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceAllErrorsResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceAllErrorsResponse GetDeviceAllErrors(wcfControlMonitorClient.ServiceReference1.GetDeviceAllErrorsRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceAllErrors", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceAllErrorsResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceAllErrorsResponse> GetDeviceAllErrorsAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceAllErrorsRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetAllRouteinfo", ReplyAction="http://tempuri.org/IControlMonitor/GetAllRouteinfoResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetAllRouteinfoResponse GetAllRouteinfo(wcfControlMonitorClient.ServiceReference1.GetAllRouteinfoRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetAllRouteinfo", ReplyAction="http://tempuri.org/IControlMonitor/GetAllRouteinfoResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetAllRouteinfoResponse> GetAllRouteinfoAsync(wcfControlMonitorClient.ServiceReference1.GetAllRouteinfoRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceJoinRouteinfo", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceJoinRouteinfoResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceJoinRouteinfoResponse GetDeviceJoinRouteinfo(wcfControlMonitorClient.ServiceReference1.GetDeviceJoinRouteinfoRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceJoinRouteinfo", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceJoinRouteinfoResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceJoinRouteinfoResponse> GetDeviceJoinRouteinfoAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceJoinRouteinfoRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetManageTasks", ReplyAction="http://tempuri.org/IControlMonitor/GetManageTasksResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTasksResponse GetManageTasks(wcfControlMonitorClient.ServiceReference1.GetManageTasksRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetManageTasks", ReplyAction="http://tempuri.org/IControlMonitor/GetManageTasksResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetManageTasksResponse> GetManageTasksAsync(wcfControlMonitorClient.ServiceReference1.GetManageTasksRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetMonitorTasks", ReplyAction="http://tempuri.org/IControlMonitor/GetMonitorTasksResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetMonitorTasksResponse GetMonitorTasks(wcfControlMonitorClient.ServiceReference1.GetMonitorTasksRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetMonitorTasks", ReplyAction="http://tempuri.org/IControlMonitor/GetMonitorTasksResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetMonitorTasksResponse> GetMonitorTasksAsync(wcfControlMonitorClient.ServiceReference1.GetMonitorTasksRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceStateInfo", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceStateInfoResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceStateInfoResponse GetDeviceStateInfo(wcfControlMonitorClient.ServiceReference1.GetDeviceStateInfoRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceStateInfo", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceStateInfoResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceStateInfoResponse> GetDeviceStateInfoAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceStateInfoRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetDeviceStateInfo", ReplyAction="http://tempuri.org/IControlMonitor/SetDeviceStateInfoResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceStateInfoResponse SetDeviceStateInfo(wcfControlMonitorClient.ServiceReference1.SetDeviceStateInfoRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetDeviceStateInfo", ReplyAction="http://tempuri.org/IControlMonitor/SetDeviceStateInfoResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetDeviceStateInfoResponse> SetDeviceStateInfoAsync(wcfControlMonitorClient.ServiceReference1.SetDeviceStateInfoRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetRouteStateInfo", ReplyAction="http://tempuri.org/IControlMonitor/SetRouteStateInfoResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetRouteStateInfoResponse SetRouteStateInfo(wcfControlMonitorClient.ServiceReference1.SetRouteStateInfoRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetRouteStateInfo", ReplyAction="http://tempuri.org/IControlMonitor/SetRouteStateInfoResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetRouteStateInfoResponse> SetRouteStateInfoAsync(wcfControlMonitorClient.ServiceReference1.SetRouteStateInfoRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetDeviceJoinRouteStateInfo", ReplyAction="http://tempuri.org/IControlMonitor/SetDeviceJoinRouteStateInfoResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceJoinRouteStateInfoResponse SetDeviceJoinRouteStateInfo(wcfControlMonitorClient.ServiceReference1.SetDeviceJoinRouteStateInfoRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetDeviceJoinRouteStateInfo", ReplyAction="http://tempuri.org/IControlMonitor/SetDeviceJoinRouteStateInfoResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetDeviceJoinRouteStateInfoResponse> SetDeviceJoinRouteStateInfoAsync(wcfControlMonitorClient.ServiceReference1.SetDeviceJoinRouteStateInfoRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetAllCellInfos", ReplyAction="http://tempuri.org/IControlMonitor/GetAllCellInfosResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetAllCellInfosResponse GetAllCellInfos(wcfControlMonitorClient.ServiceReference1.GetAllCellInfosRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetAllCellInfos", ReplyAction="http://tempuri.org/IControlMonitor/GetAllCellInfosResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetAllCellInfosResponse> GetAllCellInfosAsync(wcfControlMonitorClient.ServiceReference1.GetAllCellInfosRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetLanguageFields", ReplyAction="http://tempuri.org/IControlMonitor/GetLanguageFieldsResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetLanguageFieldsResponse GetLanguageFields(wcfControlMonitorClient.ServiceReference1.GetLanguageFieldsRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetLanguageFields", ReplyAction="http://tempuri.org/IControlMonitor/GetLanguageFieldsResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetLanguageFieldsResponse> GetLanguageFieldsAsync(wcfControlMonitorClient.ServiceReference1.GetLanguageFieldsRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetLanguageContent", ReplyAction="http://tempuri.org/IControlMonitor/GetLanguageContentResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetLanguageContentResponse GetLanguageContent(wcfControlMonitorClient.ServiceReference1.GetLanguageContentRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetLanguageContent", ReplyAction="http://tempuri.org/IControlMonitor/GetLanguageContentResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetLanguageContentResponse> GetLanguageContentAsync(wcfControlMonitorClient.ServiceReference1.GetLanguageContentRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDevicesDic", ReplyAction="http://tempuri.org/IControlMonitor/GetDevicesDicResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetDevicesDicResponse GetDevicesDic(wcfControlMonitorClient.ServiceReference1.GetDevicesDicRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDevicesDic", ReplyAction="http://tempuri.org/IControlMonitor/GetDevicesDicResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDevicesDicResponse> GetDevicesDicAsync(wcfControlMonitorClient.ServiceReference1.GetDevicesDicRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/RefreshMonitoringMode", ReplyAction="http://tempuri.org/IControlMonitor/RefreshMonitoringModeResponse")]
|
|
bool RefreshMonitoringMode();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/RefreshMonitoringMode", ReplyAction="http://tempuri.org/IControlMonitor/RefreshMonitoringModeResponse")]
|
|
System.Threading.Tasks.Task<bool> RefreshMonitoringModeAsync();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/RegisterClient", ReplyAction="http://tempuri.org/IControlMonitor/RegisterClientResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.RegisterClientResponse RegisterClient(wcfControlMonitorClient.ServiceReference1.RegisterClientRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/RegisterClient", ReplyAction="http://tempuri.org/IControlMonitor/RegisterClientResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.RegisterClientResponse> RegisterClientAsync(wcfControlMonitorClient.ServiceReference1.RegisterClientRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/LogoutClient", ReplyAction="http://tempuri.org/IControlMonitor/LogoutClientResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.LogoutClientResponse LogoutClient(wcfControlMonitorClient.ServiceReference1.LogoutClientRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/LogoutClient", ReplyAction="http://tempuri.org/IControlMonitor/LogoutClientResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.LogoutClientResponse> LogoutClientAsync(wcfControlMonitorClient.ServiceReference1.LogoutClientRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ObtainTask", ReplyAction="http://tempuri.org/IControlMonitor/ObtainTaskResponse")]
|
|
bool ObtainTask(string laneway, string Order);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ObtainTask", ReplyAction="http://tempuri.org/IControlMonitor/ObtainTaskResponse")]
|
|
System.Threading.Tasks.Task<bool> ObtainTaskAsync(string laneway, string Order);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/StopObtainTask", ReplyAction="http://tempuri.org/IControlMonitor/StopObtainTaskResponse")]
|
|
bool StopObtainTask();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/StopObtainTask", ReplyAction="http://tempuri.org/IControlMonitor/StopObtainTaskResponse")]
|
|
System.Threading.Tasks.Task<bool> StopObtainTaskAsync();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/OrderTurnOn", ReplyAction="http://tempuri.org/IControlMonitor/OrderTurnOnResponse")]
|
|
bool OrderTurnOn();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/OrderTurnOn", ReplyAction="http://tempuri.org/IControlMonitor/OrderTurnOnResponse")]
|
|
System.Threading.Tasks.Task<bool> OrderTurnOnAsync();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/OrderTurnOff", ReplyAction="http://tempuri.org/IControlMonitor/OrderTurnOffResponse")]
|
|
bool OrderTurnOff();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/OrderTurnOff", ReplyAction="http://tempuri.org/IControlMonitor/OrderTurnOffResponse")]
|
|
System.Threading.Tasks.Task<bool> OrderTurnOffAsync();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/DeviceCommunicationInit", ReplyAction="http://tempuri.org/IControlMonitor/DeviceCommunicationInitResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.DeviceCommunicationInitResponse DeviceCommunicationInit(wcfControlMonitorClient.ServiceReference1.DeviceCommunicationInitRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/DeviceCommunicationInit", ReplyAction="http://tempuri.org/IControlMonitor/DeviceCommunicationInitResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.DeviceCommunicationInitResponse> DeviceCommunicationInitAsync(wcfControlMonitorClient.ServiceReference1.DeviceCommunicationInitRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetUsers", ReplyAction="http://tempuri.org/IControlMonitor/GetUsersResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetUsersResponse GetUsers(wcfControlMonitorClient.ServiceReference1.GetUsersRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetUsers", ReplyAction="http://tempuri.org/IControlMonitor/GetUsersResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetUsersResponse> GetUsersAsync(wcfControlMonitorClient.ServiceReference1.GetUsersRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/BuildHandTask", ReplyAction="http://tempuri.org/IControlMonitor/BuildHandTaskResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.BuildHandTaskResponse BuildHandTask(wcfControlMonitorClient.ServiceReference1.BuildHandTaskRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/BuildHandTask", ReplyAction="http://tempuri.org/IControlMonitor/BuildHandTaskResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.BuildHandTaskResponse> BuildHandTaskAsync(wcfControlMonitorClient.ServiceReference1.BuildHandTaskRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/BuildHandAssociateTask", ReplyAction="http://tempuri.org/IControlMonitor/BuildHandAssociateTaskResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.BuildHandAssociateTaskResponse BuildHandAssociateTask(wcfControlMonitorClient.ServiceReference1.BuildHandAssociateTaskRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/BuildHandAssociateTask", ReplyAction="http://tempuri.org/IControlMonitor/BuildHandAssociateTaskResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.BuildHandAssociateTaskResponse> BuildHandAssociateTaskAsync(wcfControlMonitorClient.ServiceReference1.BuildHandAssociateTaskRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/BuildAutoTask", ReplyAction="http://tempuri.org/IControlMonitor/BuildAutoTaskResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.BuildAutoTaskResponse BuildAutoTask(wcfControlMonitorClient.ServiceReference1.BuildAutoTaskRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/BuildAutoTask", ReplyAction="http://tempuri.org/IControlMonitor/BuildAutoTaskResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.BuildAutoTaskResponse> BuildAutoTaskAsync(wcfControlMonitorClient.ServiceReference1.BuildAutoTaskRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ModifyManageTask", ReplyAction="http://tempuri.org/IControlMonitor/ModifyManageTaskResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.ModifyManageTaskResponse ModifyManageTask(wcfControlMonitorClient.ServiceReference1.ModifyManageTaskRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ModifyManageTask", ReplyAction="http://tempuri.org/IControlMonitor/ModifyManageTaskResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ModifyManageTaskResponse> ModifyManageTaskAsync(wcfControlMonitorClient.ServiceReference1.ModifyManageTaskRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ModifyMonitorTask", ReplyAction="http://tempuri.org/IControlMonitor/ModifyMonitorTaskResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.ModifyMonitorTaskResponse ModifyMonitorTask(wcfControlMonitorClient.ServiceReference1.ModifyMonitorTaskRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ModifyMonitorTask", ReplyAction="http://tempuri.org/IControlMonitor/ModifyMonitorTaskResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ModifyMonitorTaskResponse> ModifyMonitorTaskAsync(wcfControlMonitorClient.ServiceReference1.ModifyMonitorTaskRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ModifyManageTaskFork", ReplyAction="http://tempuri.org/IControlMonitor/ModifyManageTaskForkResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.ModifyManageTaskForkResponse ModifyManageTaskFork(wcfControlMonitorClient.ServiceReference1.ModifyManageTaskForkRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ModifyManageTaskFork", ReplyAction="http://tempuri.org/IControlMonitor/ModifyManageTaskForkResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ModifyManageTaskForkResponse> ModifyManageTaskForkAsync(wcfControlMonitorClient.ServiceReference1.ModifyManageTaskForkRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetDeviceState", ReplyAction="http://tempuri.org/IControlMonitor/SetDeviceStateResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceStateResponse SetDeviceState(wcfControlMonitorClient.ServiceReference1.SetDeviceStateRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetDeviceState", ReplyAction="http://tempuri.org/IControlMonitor/SetDeviceStateResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetDeviceStateResponse> SetDeviceStateAsync(wcfControlMonitorClient.ServiceReference1.SetDeviceStateRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceInfo", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceInfoResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceInfoResponse GetDeviceInfo(wcfControlMonitorClient.ServiceReference1.GetDeviceInfoRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceInfo", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceInfoResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceInfoResponse> GetDeviceInfoAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceInfoRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceInfos", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceInfosResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceInfosResponse GetDeviceInfos(wcfControlMonitorClient.ServiceReference1.GetDeviceInfosRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceInfos", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceInfosResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceInfosResponse> GetDeviceInfosAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceInfosRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetRouteState", ReplyAction="http://tempuri.org/IControlMonitor/SetRouteStateResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetRouteStateResponse SetRouteState(wcfControlMonitorClient.ServiceReference1.SetRouteStateRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetRouteState", ReplyAction="http://tempuri.org/IControlMonitor/SetRouteStateResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetRouteStateResponse> SetRouteStateAsync(wcfControlMonitorClient.ServiceReference1.SetRouteStateRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetRouteInfo", ReplyAction="http://tempuri.org/IControlMonitor/GetRouteInfoResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetRouteInfoResponse GetRouteInfo(wcfControlMonitorClient.ServiceReference1.GetRouteInfoRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetRouteInfo", ReplyAction="http://tempuri.org/IControlMonitor/GetRouteInfoResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetRouteInfoResponse> GetRouteInfoAsync(wcfControlMonitorClient.ServiceReference1.GetRouteInfoRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetRouteInfos", ReplyAction="http://tempuri.org/IControlMonitor/GetRouteInfosResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetRouteInfosResponse GetRouteInfos(wcfControlMonitorClient.ServiceReference1.GetRouteInfosRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetRouteInfos", ReplyAction="http://tempuri.org/IControlMonitor/GetRouteInfosResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetRouteInfosResponse> GetRouteInfosAsync(wcfControlMonitorClient.ServiceReference1.GetRouteInfosRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetForkCombinWaitTime", ReplyAction="http://tempuri.org/IControlMonitor/SetForkCombinWaitTimeResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetForkCombinWaitTimeResponse SetForkCombinWaitTime(wcfControlMonitorClient.ServiceReference1.SetForkCombinWaitTimeRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetForkCombinWaitTime", ReplyAction="http://tempuri.org/IControlMonitor/SetForkCombinWaitTimeResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetForkCombinWaitTimeResponse> SetForkCombinWaitTimeAsync(wcfControlMonitorClient.ServiceReference1.SetForkCombinWaitTimeRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetForkCombinWaitTime", ReplyAction="http://tempuri.org/IControlMonitor/GetForkCombinWaitTimeResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetForkCombinWaitTimeResponse GetForkCombinWaitTime(wcfControlMonitorClient.ServiceReference1.GetForkCombinWaitTimeRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetForkCombinWaitTime", ReplyAction="http://tempuri.org/IControlMonitor/GetForkCombinWaitTimeResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetForkCombinWaitTimeResponse> GetForkCombinWaitTimeAsync(wcfControlMonitorClient.ServiceReference1.GetForkCombinWaitTimeRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetConveyorTimeOutTime", ReplyAction="http://tempuri.org/IControlMonitor/SetConveyorTimeOutTimeResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetConveyorTimeOutTimeResponse SetConveyorTimeOutTime(wcfControlMonitorClient.ServiceReference1.SetConveyorTimeOutTimeRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetConveyorTimeOutTime", ReplyAction="http://tempuri.org/IControlMonitor/SetConveyorTimeOutTimeResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetConveyorTimeOutTimeResponse> SetConveyorTimeOutTimeAsync(wcfControlMonitorClient.ServiceReference1.SetConveyorTimeOutTimeRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetConveyorTimeOutTime", ReplyAction="http://tempuri.org/IControlMonitor/GetConveyorTimeOutTimeResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetConveyorTimeOutTimeResponse GetConveyorTimeOutTime(wcfControlMonitorClient.ServiceReference1.GetConveyorTimeOutTimeRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetConveyorTimeOutTime", ReplyAction="http://tempuri.org/IControlMonitor/GetConveyorTimeOutTimeResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetConveyorTimeOutTimeResponse> GetConveyorTimeOutTimeAsync(wcfControlMonitorClient.ServiceReference1.GetConveyorTimeOutTimeRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetDBConnection", ReplyAction="http://tempuri.org/IControlMonitor/SetDBConnectionResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetDBConnectionResponse SetDBConnection(wcfControlMonitorClient.ServiceReference1.SetDBConnectionRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetDBConnection", ReplyAction="http://tempuri.org/IControlMonitor/SetDBConnectionResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetDBConnectionResponse> SetDBConnectionAsync(wcfControlMonitorClient.ServiceReference1.SetDBConnectionRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDBConnection", ReplyAction="http://tempuri.org/IControlMonitor/GetDBConnectionResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetDBConnectionResponse GetDBConnection(wcfControlMonitorClient.ServiceReference1.GetDBConnectionRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDBConnection", ReplyAction="http://tempuri.org/IControlMonitor/GetDBConnectionResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDBConnectionResponse> GetDBConnectionAsync(wcfControlMonitorClient.ServiceReference1.GetDBConnectionRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetIOStationProperty", ReplyAction="http://tempuri.org/IControlMonitor/SetIOStationPropertyResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetIOStationPropertyResponse SetIOStationProperty(wcfControlMonitorClient.ServiceReference1.SetIOStationPropertyRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetIOStationProperty", ReplyAction="http://tempuri.org/IControlMonitor/SetIOStationPropertyResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetIOStationPropertyResponse> SetIOStationPropertyAsync(wcfControlMonitorClient.ServiceReference1.SetIOStationPropertyRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetBlackBoxParameter", ReplyAction="http://tempuri.org/IControlMonitor/SetBlackBoxParameterResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetBlackBoxParameterResponse SetBlackBoxParameter(wcfControlMonitorClient.ServiceReference1.SetBlackBoxParameterRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetBlackBoxParameter", ReplyAction="http://tempuri.org/IControlMonitor/SetBlackBoxParameterResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetBlackBoxParameterResponse> SetBlackBoxParameterAsync(wcfControlMonitorClient.ServiceReference1.SetBlackBoxParameterRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetBlackBoxInfo", ReplyAction="http://tempuri.org/IControlMonitor/GetBlackBoxInfoResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetBlackBoxInfoResponse GetBlackBoxInfo(wcfControlMonitorClient.ServiceReference1.GetBlackBoxInfoRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetBlackBoxInfo", ReplyAction="http://tempuri.org/IControlMonitor/GetBlackBoxInfoResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetBlackBoxInfoResponse> GetBlackBoxInfoAsync(wcfControlMonitorClient.ServiceReference1.GetBlackBoxInfoRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetAutoTaskHistory", ReplyAction="http://tempuri.org/IControlMonitor/GetAutoTaskHistoryResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetAutoTaskHistoryResponse GetAutoTaskHistory(wcfControlMonitorClient.ServiceReference1.GetAutoTaskHistoryRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetAutoTaskHistory", ReplyAction="http://tempuri.org/IControlMonitor/GetAutoTaskHistoryResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetAutoTaskHistoryResponse> GetAutoTaskHistoryAsync(wcfControlMonitorClient.ServiceReference1.GetAutoTaskHistoryRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/DeleteAutoTaskHistory", ReplyAction="http://tempuri.org/IControlMonitor/DeleteAutoTaskHistoryResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.DeleteAutoTaskHistoryResponse DeleteAutoTaskHistory(wcfControlMonitorClient.ServiceReference1.DeleteAutoTaskHistoryRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/DeleteAutoTaskHistory", ReplyAction="http://tempuri.org/IControlMonitor/DeleteAutoTaskHistoryResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.DeleteAutoTaskHistoryResponse> DeleteAutoTaskHistoryAsync(wcfControlMonitorClient.ServiceReference1.DeleteAutoTaskHistoryRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetUserAndPurview", ReplyAction="http://tempuri.org/IControlMonitor/SetUserAndPurviewResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetUserAndPurviewResponse SetUserAndPurview(wcfControlMonitorClient.ServiceReference1.SetUserAndPurviewRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetUserAndPurview", ReplyAction="http://tempuri.org/IControlMonitor/SetUserAndPurviewResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetUserAndPurviewResponse> SetUserAndPurviewAsync(wcfControlMonitorClient.ServiceReference1.SetUserAndPurviewRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetUserAndPurview", ReplyAction="http://tempuri.org/IControlMonitor/GetUserAndPurviewResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetUserAndPurviewResponse GetUserAndPurview(wcfControlMonitorClient.ServiceReference1.GetUserAndPurviewRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetUserAndPurview", ReplyAction="http://tempuri.org/IControlMonitor/GetUserAndPurviewResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetUserAndPurviewResponse> GetUserAndPurviewAsync(wcfControlMonitorClient.ServiceReference1.GetUserAndPurviewRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetUserPassword", ReplyAction="http://tempuri.org/IControlMonitor/SetUserPasswordResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetUserPasswordResponse SetUserPassword(wcfControlMonitorClient.ServiceReference1.SetUserPasswordRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetUserPassword", ReplyAction="http://tempuri.org/IControlMonitor/SetUserPasswordResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetUserPasswordResponse> SetUserPasswordAsync(wcfControlMonitorClient.ServiceReference1.SetUserPasswordRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetUserPassword", ReplyAction="http://tempuri.org/IControlMonitor/GetUserPasswordResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetUserPasswordResponse GetUserPassword(wcfControlMonitorClient.ServiceReference1.GetUserPasswordRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetUserPassword", ReplyAction="http://tempuri.org/IControlMonitor/GetUserPasswordResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetUserPasswordResponse> GetUserPasswordAsync(wcfControlMonitorClient.ServiceReference1.GetUserPasswordRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ShutDownControlSystem", ReplyAction="http://tempuri.org/IControlMonitor/ShutDownControlSystemResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.ShutDownControlSystemResponse ShutDownControlSystem(wcfControlMonitorClient.ServiceReference1.ShutDownControlSystemRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ShutDownControlSystem", ReplyAction="http://tempuri.org/IControlMonitor/ShutDownControlSystemResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ShutDownControlSystemResponse> ShutDownControlSystemAsync(wcfControlMonitorClient.ServiceReference1.ShutDownControlSystemRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/StartGetALLDeviceState", ReplyAction="http://tempuri.org/IControlMonitor/StartGetALLDeviceStateResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.StartGetALLDeviceStateResponse StartGetALLDeviceState(wcfControlMonitorClient.ServiceReference1.StartGetALLDeviceStateRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/StartGetALLDeviceState", ReplyAction="http://tempuri.org/IControlMonitor/StartGetALLDeviceStateResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.StartGetALLDeviceStateResponse> StartGetALLDeviceStateAsync(wcfControlMonitorClient.ServiceReference1.StartGetALLDeviceStateRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/StartSendDeviceOrder", ReplyAction="http://tempuri.org/IControlMonitor/StartSendDeviceOrderResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.StartSendDeviceOrderResponse StartSendDeviceOrder(wcfControlMonitorClient.ServiceReference1.StartSendDeviceOrderRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/StartSendDeviceOrder", ReplyAction="http://tempuri.org/IControlMonitor/StartSendDeviceOrderResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.StartSendDeviceOrderResponse> StartSendDeviceOrderAsync(wcfControlMonitorClient.ServiceReference1.StartSendDeviceOrderRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/DataClear", ReplyAction="http://tempuri.org/IControlMonitor/DataClearResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.DataClearResponse DataClear(wcfControlMonitorClient.ServiceReference1.DataClearRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/DataClear", ReplyAction="http://tempuri.org/IControlMonitor/DataClearResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.DataClearResponse> DataClearAsync(wcfControlMonitorClient.ServiceReference1.DataClearRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetManageTaskKindFromMonitor", ReplyAction="http://tempuri.org/IControlMonitor/GetManageTaskKindFromMonitorResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTaskKindFromMonitorResponse GetManageTaskKindFromMonitor(wcfControlMonitorClient.ServiceReference1.GetManageTaskKindFromMonitorRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetManageTaskKindFromMonitor", ReplyAction="http://tempuri.org/IControlMonitor/GetManageTaskKindFromMonitorResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetManageTaskKindFromMonitorResponse> GetManageTaskKindFromMonitorAsync(wcfControlMonitorClient.ServiceReference1.GetManageTaskKindFromMonitorRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetManageTaskIndexFromMonitor", ReplyAction="http://tempuri.org/IControlMonitor/GetManageTaskIndexFromMonitorResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTaskIndexFromMonitorResponse GetManageTaskIndexFromMonitor(wcfControlMonitorClient.ServiceReference1.GetManageTaskIndexFromMonitorRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetManageTaskIndexFromMonitor", ReplyAction="http://tempuri.org/IControlMonitor/GetManageTaskIndexFromMonitorResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetManageTaskIndexFromMonitorResponse> GetManageTaskIndexFromMonitorAsync(wcfControlMonitorClient.ServiceReference1.GetManageTaskIndexFromMonitorRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceKindIndex", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceKindIndexResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceKindIndexResponse GetDeviceKindIndex(wcfControlMonitorClient.ServiceReference1.GetDeviceKindIndexRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDeviceKindIndex", ReplyAction="http://tempuri.org/IControlMonitor/GetDeviceKindIndexResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceKindIndexResponse> GetDeviceKindIndexAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceKindIndexRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SendDeviceReset", ReplyAction="http://tempuri.org/IControlMonitor/SendDeviceResetResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SendDeviceResetResponse SendDeviceReset(wcfControlMonitorClient.ServiceReference1.SendDeviceResetRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SendDeviceReset", ReplyAction="http://tempuri.org/IControlMonitor/SendDeviceResetResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SendDeviceResetResponse> SendDeviceResetAsync(wcfControlMonitorClient.ServiceReference1.SendDeviceResetRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/Heartbeat", ReplyAction="http://tempuri.org/IControlMonitor/HeartbeatResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.HeartbeatResponse Heartbeat(wcfControlMonitorClient.ServiceReference1.HeartbeatRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/Heartbeat", ReplyAction="http://tempuri.org/IControlMonitor/HeartbeatResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.HeartbeatResponse> HeartbeatAsync(wcfControlMonitorClient.ServiceReference1.HeartbeatRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDataView", ReplyAction="http://tempuri.org/IControlMonitor/GetDataViewResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetDataViewResponse GetDataView(wcfControlMonitorClient.ServiceReference1.GetDataViewRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetDataView", ReplyAction="http://tempuri.org/IControlMonitor/GetDataViewResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDataViewResponse> GetDataViewAsync(wcfControlMonitorClient.ServiceReference1.GetDataViewRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ExeSQLNoneQuery", ReplyAction="http://tempuri.org/IControlMonitor/ExeSQLNoneQueryResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.ExeSQLNoneQueryResponse ExeSQLNoneQuery(wcfControlMonitorClient.ServiceReference1.ExeSQLNoneQueryRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ExeSQLNoneQuery", ReplyAction="http://tempuri.org/IControlMonitor/ExeSQLNoneQueryResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ExeSQLNoneQueryResponse> ExeSQLNoneQueryAsync(wcfControlMonitorClient.ServiceReference1.ExeSQLNoneQueryRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetManDataView", ReplyAction="http://tempuri.org/IControlMonitor/GetManDataViewResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetManDataViewResponse GetManDataView(wcfControlMonitorClient.ServiceReference1.GetManDataViewRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetManDataView", ReplyAction="http://tempuri.org/IControlMonitor/GetManDataViewResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetManDataViewResponse> GetManDataViewAsync(wcfControlMonitorClient.ServiceReference1.GetManDataViewRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ExeManSQLNoneQuery", ReplyAction="http://tempuri.org/IControlMonitor/ExeManSQLNoneQueryResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.ExeManSQLNoneQueryResponse ExeManSQLNoneQuery(wcfControlMonitorClient.ServiceReference1.ExeManSQLNoneQueryRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ExeManSQLNoneQuery", ReplyAction="http://tempuri.org/IControlMonitor/ExeManSQLNoneQueryResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ExeManSQLNoneQueryResponse> ExeManSQLNoneQueryAsync(wcfControlMonitorClient.ServiceReference1.ExeManSQLNoneQueryRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetAllManageTask", ReplyAction="http://tempuri.org/IControlMonitor/GetAllManageTaskResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.GetAllManageTaskResponse GetAllManageTask(wcfControlMonitorClient.ServiceReference1.GetAllManageTaskRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/GetAllManageTask", ReplyAction="http://tempuri.org/IControlMonitor/GetAllManageTaskResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetAllManageTaskResponse> GetAllManageTaskAsync(wcfControlMonitorClient.ServiceReference1.GetAllManageTaskRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/DisassembleTask", ReplyAction="http://tempuri.org/IControlMonitor/DisassembleTaskResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.DisassembleTaskResponse DisassembleTask(wcfControlMonitorClient.ServiceReference1.DisassembleTaskRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/DisassembleTask", ReplyAction="http://tempuri.org/IControlMonitor/DisassembleTaskResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.DisassembleTaskResponse> DisassembleTaskAsync(wcfControlMonitorClient.ServiceReference1.DisassembleTaskRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetLogicHaveGoods", ReplyAction="http://tempuri.org/IControlMonitor/SetLogicHaveGoodsResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.SetLogicHaveGoodsResponse SetLogicHaveGoods(wcfControlMonitorClient.ServiceReference1.SetLogicHaveGoodsRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SetLogicHaveGoods", ReplyAction="http://tempuri.org/IControlMonitor/SetLogicHaveGoodsResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetLogicHaveGoodsResponse> SetLogicHaveGoodsAsync(wcfControlMonitorClient.ServiceReference1.SetLogicHaveGoodsRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/DealWithDeviceState", ReplyAction="http://tempuri.org/IControlMonitor/DealWithDeviceStateResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.DealWithDeviceStateResponse DealWithDeviceState(wcfControlMonitorClient.ServiceReference1.DealWithDeviceStateRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/DealWithDeviceState", ReplyAction="http://tempuri.org/IControlMonitor/DealWithDeviceStateResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.DealWithDeviceStateResponse> DealWithDeviceStateAsync(wcfControlMonitorClient.ServiceReference1.DealWithDeviceStateRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SendAllDeviceStates", ReplyAction="http://tempuri.org/IControlMonitor/SendAllDeviceStatesResponse")]
|
|
Model.MDevice SendAllDeviceStates(int device);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/SendAllDeviceStates", ReplyAction="http://tempuri.org/IControlMonitor/SendAllDeviceStatesResponse")]
|
|
System.Threading.Tasks.Task<Model.MDevice> SendAllDeviceStatesAsync(int device);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/WriteDBData", ReplyAction="http://tempuri.org/IControlMonitor/WriteDBDataResponse")]
|
|
wcfControlMonitorClient.ServiceReference1.WriteDBDataResponse WriteDBData(wcfControlMonitorClient.ServiceReference1.WriteDBDataRequest request);
|
|
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/WriteDBData", ReplyAction="http://tempuri.org/IControlMonitor/WriteDBDataResponse")]
|
|
System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.WriteDBDataResponse> WriteDBDataAsync(wcfControlMonitorClient.ServiceReference1.WriteDBDataRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ReConnectOPCServer", ReplyAction="http://tempuri.org/IControlMonitor/ReConnectOPCServerResponse")]
|
|
bool ReConnectOPCServer();
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlMonitor/ReConnectOPCServer", ReplyAction="http://tempuri.org/IControlMonitor/ReConnectOPCServerResponse")]
|
|
System.Threading.Tasks.Task<bool> ReConnectOPCServerAsync();
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface IControlMonitorCallback {
|
|
|
|
[System.ServiceModel.OperationContractAttribute(IsOneWay=true, Action="http://tempuri.org/IControlMonitor/SendMessage")]
|
|
void SendMessage(string message);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(IsOneWay=true, Action="http://tempuri.org/IControlMonitor/SendDeviceInfo")]
|
|
void SendDeviceInfo(Model.MDevice devinfo);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(IsOneWay=true, Action="http://tempuri.org/IControlMonitor/SendOrderMessage")]
|
|
void SendOrderMessage(Model.MonitorInfo mi);
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetReadedAndReportedBarcode", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetReadedAndReportedBarcodeRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int bindDeviceOfBarcode;
|
|
|
|
public GetReadedAndReportedBarcodeRequest() {
|
|
}
|
|
|
|
public GetReadedAndReportedBarcodeRequest(int bindDeviceOfBarcode) {
|
|
this.bindDeviceOfBarcode = bindDeviceOfBarcode;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetReadedAndReportedBarcodeResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetReadedAndReportedBarcodeResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool GetReadedAndReportedBarcodeResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string readedBarcode;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public string reportedBarcode;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=3)]
|
|
public string errorText;
|
|
|
|
public GetReadedAndReportedBarcodeResponse() {
|
|
}
|
|
|
|
public GetReadedAndReportedBarcodeResponse(bool GetReadedAndReportedBarcodeResult, string readedBarcode, string reportedBarcode, string errorText) {
|
|
this.GetReadedAndReportedBarcodeResult = GetReadedAndReportedBarcodeResult;
|
|
this.readedBarcode = readedBarcode;
|
|
this.reportedBarcode = reportedBarcode;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceAllErrors", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceAllErrorsRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int deviceKindIndex;
|
|
|
|
public GetDeviceAllErrorsRequest() {
|
|
}
|
|
|
|
public GetDeviceAllErrorsRequest(int deviceKindIndex) {
|
|
this.deviceKindIndex = deviceKindIndex;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceAllErrorsResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceAllErrorsResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public Model.MError GetDeviceAllErrorsResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public GetDeviceAllErrorsResponse() {
|
|
}
|
|
|
|
public GetDeviceAllErrorsResponse(Model.MError GetDeviceAllErrorsResult, string errorText) {
|
|
this.GetDeviceAllErrorsResult = GetDeviceAllErrorsResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetAllRouteinfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetAllRouteinfoRequest {
|
|
|
|
public GetAllRouteinfoRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetAllRouteinfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetAllRouteinfoResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public Model.MRoute[] GetAllRouteinfoResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public GetAllRouteinfoResponse() {
|
|
}
|
|
|
|
public GetAllRouteinfoResponse(Model.MRoute[] GetAllRouteinfoResult, string errorText) {
|
|
this.GetAllRouteinfoResult = GetAllRouteinfoResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceJoinRouteinfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceJoinRouteinfoRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int deviceIndex;
|
|
|
|
public GetDeviceJoinRouteinfoRequest() {
|
|
}
|
|
|
|
public GetDeviceJoinRouteinfoRequest(int deviceIndex) {
|
|
this.deviceIndex = deviceIndex;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceJoinRouteinfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceJoinRouteinfoResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public Model.MRoute[] GetDeviceJoinRouteinfoResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public GetDeviceJoinRouteinfoResponse() {
|
|
}
|
|
|
|
public GetDeviceJoinRouteinfoResponse(Model.MRoute[] GetDeviceJoinRouteinfoResult, string errorText) {
|
|
this.GetDeviceJoinRouteinfoResult = GetDeviceJoinRouteinfoResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetManageTasks", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetManageTasksRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string FieldName;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string content;
|
|
|
|
public GetManageTasksRequest() {
|
|
}
|
|
|
|
public GetManageTasksRequest(string FieldName, string content) {
|
|
this.FieldName = FieldName;
|
|
this.content = content;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetManageTasksResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetManageTasksResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public wcfControlMonitorClient.ServiceReference1.ManageTask[] GetManageTasksResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public GetManageTasksResponse() {
|
|
}
|
|
|
|
public GetManageTasksResponse(wcfControlMonitorClient.ServiceReference1.ManageTask[] GetManageTasksResult, string errorText) {
|
|
this.GetManageTasksResult = GetManageTasksResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetMonitorTasks", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetMonitorTasksRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string FieldName;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string content;
|
|
|
|
public GetMonitorTasksRequest() {
|
|
}
|
|
|
|
public GetMonitorTasksRequest(string FieldName, string content) {
|
|
this.FieldName = FieldName;
|
|
this.content = content;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetMonitorTasksResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetMonitorTasksResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public wcfControlMonitorClient.ServiceReference1.MonitorTask[] GetMonitorTasksResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public GetMonitorTasksResponse() {
|
|
}
|
|
|
|
public GetMonitorTasksResponse(wcfControlMonitorClient.ServiceReference1.MonitorTask[] GetMonitorTasksResult, string errorText) {
|
|
this.GetMonitorTasksResult = GetMonitorTasksResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceStateInfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceStateInfoRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int deviceIndex;
|
|
|
|
public GetDeviceStateInfoRequest() {
|
|
}
|
|
|
|
public GetDeviceStateInfoRequest(int deviceIndex) {
|
|
this.deviceIndex = deviceIndex;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceStateInfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceStateInfoResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public wcfControlMonitorClient.ServiceReference1.DeviceStateType GetDeviceStateInfoResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public GetDeviceStateInfoResponse() {
|
|
}
|
|
|
|
public GetDeviceStateInfoResponse(wcfControlMonitorClient.ServiceReference1.DeviceStateType GetDeviceStateInfoResult, string errorText) {
|
|
this.GetDeviceStateInfoResult = GetDeviceStateInfoResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetDeviceStateInfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetDeviceStateInfoRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public wcfControlMonitorClient.ServiceReference1.DeviceStateType devstate;
|
|
|
|
public SetDeviceStateInfoRequest() {
|
|
}
|
|
|
|
public SetDeviceStateInfoRequest(wcfControlMonitorClient.ServiceReference1.DeviceStateType devstate) {
|
|
this.devstate = devstate;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetDeviceStateInfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetDeviceStateInfoResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetDeviceStateInfoResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public SetDeviceStateInfoResponse() {
|
|
}
|
|
|
|
public SetDeviceStateInfoResponse(bool SetDeviceStateInfoResult, string errorText) {
|
|
this.SetDeviceStateInfoResult = SetDeviceStateInfoResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetRouteStateInfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetRouteStateInfoRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int routeID;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public bool isEnabled;
|
|
|
|
public SetRouteStateInfoRequest() {
|
|
}
|
|
|
|
public SetRouteStateInfoRequest(int routeID, bool isEnabled) {
|
|
this.routeID = routeID;
|
|
this.isEnabled = isEnabled;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetRouteStateInfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetRouteStateInfoResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetRouteStateInfoResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public SetRouteStateInfoResponse() {
|
|
}
|
|
|
|
public SetRouteStateInfoResponse(bool SetRouteStateInfoResult, string errorText) {
|
|
this.SetRouteStateInfoResult = SetRouteStateInfoResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetDeviceJoinRouteStateInfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetDeviceJoinRouteStateInfoRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int deviceIndex;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public bool isEnabled;
|
|
|
|
public SetDeviceJoinRouteStateInfoRequest() {
|
|
}
|
|
|
|
public SetDeviceJoinRouteStateInfoRequest(int deviceIndex, bool isEnabled) {
|
|
this.deviceIndex = deviceIndex;
|
|
this.isEnabled = isEnabled;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetDeviceJoinRouteStateInfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetDeviceJoinRouteStateInfoResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetDeviceJoinRouteStateInfoResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public SetDeviceJoinRouteStateInfoResponse() {
|
|
}
|
|
|
|
public SetDeviceJoinRouteStateInfoResponse(bool SetDeviceJoinRouteStateInfoResult, string errorText) {
|
|
this.SetDeviceJoinRouteStateInfoResult = SetDeviceJoinRouteStateInfoResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetAllCellInfos", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetAllCellInfosRequest {
|
|
|
|
public GetAllCellInfosRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetAllCellInfosResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetAllCellInfosResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public wcfControlMonitorClient.ServiceReference1.ST_Cell[] GetAllCellInfosResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public GetAllCellInfosResponse() {
|
|
}
|
|
|
|
public GetAllCellInfosResponse(wcfControlMonitorClient.ServiceReference1.ST_Cell[] GetAllCellInfosResult, string errorText) {
|
|
this.GetAllCellInfosResult = GetAllCellInfosResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetLanguageFields", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetLanguageFieldsRequest {
|
|
|
|
public GetLanguageFieldsRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetLanguageFieldsResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetLanguageFieldsResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string[] GetLanguageFieldsResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public GetLanguageFieldsResponse() {
|
|
}
|
|
|
|
public GetLanguageFieldsResponse(string[] GetLanguageFieldsResult, string errorText) {
|
|
this.GetLanguageFieldsResult = GetLanguageFieldsResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetLanguageContent", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetLanguageContentRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string language;
|
|
|
|
public GetLanguageContentRequest() {
|
|
}
|
|
|
|
public GetLanguageContentRequest(string language) {
|
|
this.language = language;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetLanguageContentResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetLanguageContentResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public wcfControlMonitorClient.ServiceReference1.LanguageContent[] GetLanguageContentResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public GetLanguageContentResponse() {
|
|
}
|
|
|
|
public GetLanguageContentResponse(wcfControlMonitorClient.ServiceReference1.LanguageContent[] GetLanguageContentResult, string errorText) {
|
|
this.GetLanguageContentResult = GetLanguageContentResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDevicesDic", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDevicesDicRequest {
|
|
|
|
public GetDevicesDicRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDevicesDicResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDevicesDicResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public wcfControlMonitorClient.ServiceReference1.DevicesDic GetDevicesDicResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errorText;
|
|
|
|
public GetDevicesDicResponse() {
|
|
}
|
|
|
|
public GetDevicesDicResponse(wcfControlMonitorClient.ServiceReference1.DevicesDic GetDevicesDicResult, string errorText) {
|
|
this.GetDevicesDicResult = GetDevicesDicResult;
|
|
this.errorText = errorText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="RegisterClient", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class RegisterClientRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string userID;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string userDescription;
|
|
|
|
public RegisterClientRequest() {
|
|
}
|
|
|
|
public RegisterClientRequest(string userID, string userDescription) {
|
|
this.userID = userID;
|
|
this.userDescription = userDescription;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="RegisterClientResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class RegisterClientResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool RegisterClientResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errText;
|
|
|
|
public RegisterClientResponse() {
|
|
}
|
|
|
|
public RegisterClientResponse(bool RegisterClientResult, string errText) {
|
|
this.RegisterClientResult = RegisterClientResult;
|
|
this.errText = errText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="LogoutClient", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class LogoutClientRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string userID;
|
|
|
|
public LogoutClientRequest() {
|
|
}
|
|
|
|
public LogoutClientRequest(string userID) {
|
|
this.userID = userID;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="LogoutClientResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class LogoutClientResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool LogoutClientResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errText;
|
|
|
|
public LogoutClientResponse() {
|
|
}
|
|
|
|
public LogoutClientResponse(bool LogoutClientResult, string errText) {
|
|
this.LogoutClientResult = LogoutClientResult;
|
|
this.errText = errText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="DeviceCommunicationInit", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class DeviceCommunicationInitRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string CommunicationType;
|
|
|
|
public DeviceCommunicationInitRequest() {
|
|
}
|
|
|
|
public DeviceCommunicationInitRequest(string CommunicationType) {
|
|
this.CommunicationType = CommunicationType;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="DeviceCommunicationInitResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class DeviceCommunicationInitResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool DeviceCommunicationInitResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string ErrText;
|
|
|
|
public DeviceCommunicationInitResponse() {
|
|
}
|
|
|
|
public DeviceCommunicationInitResponse(bool DeviceCommunicationInitResult, string ErrText) {
|
|
this.DeviceCommunicationInitResult = DeviceCommunicationInitResult;
|
|
this.ErrText = ErrText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetUsers", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetUsersRequest {
|
|
|
|
public GetUsersRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetUsersResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetUsersResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public System.Data.DataTable GetUsersResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public GetUsersResponse() {
|
|
}
|
|
|
|
public GetUsersResponse(System.Data.DataTable GetUsersResult, string Errtext) {
|
|
this.GetUsersResult = GetUsersResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="BuildHandTask", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class BuildHandTaskRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public Model.HandTask Handtask;
|
|
|
|
public BuildHandTaskRequest() {
|
|
}
|
|
|
|
public BuildHandTaskRequest(Model.HandTask Handtask) {
|
|
this.Handtask = Handtask;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="BuildHandTaskResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class BuildHandTaskResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool BuildHandTaskResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public BuildHandTaskResponse() {
|
|
}
|
|
|
|
public BuildHandTaskResponse(bool BuildHandTaskResult, string Errtext) {
|
|
this.BuildHandTaskResult = BuildHandTaskResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="BuildHandAssociateTask", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class BuildHandAssociateTaskRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int ConveyorIndex;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public int ConveyorOrder;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public int RgvIndex;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=3)]
|
|
public int RgvOrder;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=4)]
|
|
public string RgvOrderName;
|
|
|
|
public BuildHandAssociateTaskRequest() {
|
|
}
|
|
|
|
public BuildHandAssociateTaskRequest(int ConveyorIndex, int ConveyorOrder, int RgvIndex, int RgvOrder, string RgvOrderName) {
|
|
this.ConveyorIndex = ConveyorIndex;
|
|
this.ConveyorOrder = ConveyorOrder;
|
|
this.RgvIndex = RgvIndex;
|
|
this.RgvOrder = RgvOrder;
|
|
this.RgvOrderName = RgvOrderName;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="BuildHandAssociateTaskResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class BuildHandAssociateTaskResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool BuildHandAssociateTaskResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public BuildHandAssociateTaskResponse() {
|
|
}
|
|
|
|
public BuildHandAssociateTaskResponse(bool BuildHandAssociateTaskResult, string Errtext) {
|
|
this.BuildHandAssociateTaskResult = BuildHandAssociateTaskResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="BuildAutoTask", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class BuildAutoTaskRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public Model.AutoTask Autotask;
|
|
|
|
public BuildAutoTaskRequest() {
|
|
}
|
|
|
|
public BuildAutoTaskRequest(Model.AutoTask Autotask) {
|
|
this.Autotask = Autotask;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="BuildAutoTaskResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class BuildAutoTaskResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool BuildAutoTaskResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public BuildAutoTaskResponse() {
|
|
}
|
|
|
|
public BuildAutoTaskResponse(bool BuildAutoTaskResult, string Errtext) {
|
|
this.BuildAutoTaskResult = BuildAutoTaskResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ModifyManageTask", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ModifyManageTaskRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int ManKind;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public int ManagetaskID;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public int ActionID;
|
|
|
|
public ModifyManageTaskRequest() {
|
|
}
|
|
|
|
public ModifyManageTaskRequest(int ManKind, int ManagetaskID, int ActionID) {
|
|
this.ManKind = ManKind;
|
|
this.ManagetaskID = ManagetaskID;
|
|
this.ActionID = ActionID;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ModifyManageTaskResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ModifyManageTaskResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool ModifyManageTaskResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public ModifyManageTaskResponse() {
|
|
}
|
|
|
|
public ModifyManageTaskResponse(bool ModifyManageTaskResult, string Errtext) {
|
|
this.ModifyManageTaskResult = ModifyManageTaskResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ModifyMonitorTask", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ModifyMonitorTaskRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int DeviceIndex;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public int MonitortaskID;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public int ActionID;
|
|
|
|
public ModifyMonitorTaskRequest() {
|
|
}
|
|
|
|
public ModifyMonitorTaskRequest(int DeviceIndex, int MonitortaskID, int ActionID) {
|
|
this.DeviceIndex = DeviceIndex;
|
|
this.MonitortaskID = MonitortaskID;
|
|
this.ActionID = ActionID;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ModifyMonitorTaskResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ModifyMonitorTaskResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool ModifyMonitorTaskResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public ModifyMonitorTaskResponse() {
|
|
}
|
|
|
|
public ModifyMonitorTaskResponse(bool ModifyMonitorTaskResult, string Errtext) {
|
|
this.ModifyMonitorTaskResult = ModifyMonitorTaskResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ModifyManageTaskFork", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ModifyManageTaskForkRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int Flag;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public int FarForkTaskID;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public int NearForkTaskID;
|
|
|
|
public ModifyManageTaskForkRequest() {
|
|
}
|
|
|
|
public ModifyManageTaskForkRequest(int Flag, int FarForkTaskID, int NearForkTaskID) {
|
|
this.Flag = Flag;
|
|
this.FarForkTaskID = FarForkTaskID;
|
|
this.NearForkTaskID = NearForkTaskID;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ModifyManageTaskForkResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ModifyManageTaskForkResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool ModifyManageTaskForkResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public ModifyManageTaskForkResponse() {
|
|
}
|
|
|
|
public ModifyManageTaskForkResponse(bool ModifyManageTaskForkResult, string Errtext) {
|
|
this.ModifyManageTaskForkResult = ModifyManageTaskForkResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetDeviceState", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetDeviceStateRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public Model.MDevice Devinfo;
|
|
|
|
public SetDeviceStateRequest() {
|
|
}
|
|
|
|
public SetDeviceStateRequest(Model.MDevice Devinfo) {
|
|
this.Devinfo = Devinfo;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetDeviceStateResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetDeviceStateResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetDeviceStateResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public SetDeviceStateResponse() {
|
|
}
|
|
|
|
public SetDeviceStateResponse(bool SetDeviceStateResult, string Errtext) {
|
|
this.SetDeviceStateResult = SetDeviceStateResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceInfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceInfoRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int Deviceindex;
|
|
|
|
public GetDeviceInfoRequest() {
|
|
}
|
|
|
|
public GetDeviceInfoRequest(int Deviceindex) {
|
|
this.Deviceindex = Deviceindex;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceInfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceInfoResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public Model.MDevice GetDeviceInfoResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public GetDeviceInfoResponse() {
|
|
}
|
|
|
|
public GetDeviceInfoResponse(Model.MDevice GetDeviceInfoResult, string Errtext) {
|
|
this.GetDeviceInfoResult = GetDeviceInfoResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceInfos", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceInfosRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string erroecode;
|
|
|
|
public GetDeviceInfosRequest() {
|
|
}
|
|
|
|
public GetDeviceInfosRequest(string erroecode) {
|
|
this.erroecode = erroecode;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceInfosResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceInfosResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public System.Data.DataTable GetDeviceInfosResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public GetDeviceInfosResponse() {
|
|
}
|
|
|
|
public GetDeviceInfosResponse(System.Data.DataTable GetDeviceInfosResult, string Errtext) {
|
|
this.GetDeviceInfosResult = GetDeviceInfosResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetRouteState", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetRouteStateRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public Model.MRoute Routeinfo;
|
|
|
|
public SetRouteStateRequest() {
|
|
}
|
|
|
|
public SetRouteStateRequest(Model.MRoute Routeinfo) {
|
|
this.Routeinfo = Routeinfo;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetRouteStateResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetRouteStateResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetRouteStateResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public SetRouteStateResponse() {
|
|
}
|
|
|
|
public SetRouteStateResponse(bool SetRouteStateResult, string Errtext) {
|
|
this.SetRouteStateResult = SetRouteStateResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetRouteInfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetRouteInfoRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public decimal RouteID;
|
|
|
|
public GetRouteInfoRequest() {
|
|
}
|
|
|
|
public GetRouteInfoRequest(decimal RouteID) {
|
|
this.RouteID = RouteID;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetRouteInfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetRouteInfoResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public Model.MRoute GetRouteInfoResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public GetRouteInfoResponse() {
|
|
}
|
|
|
|
public GetRouteInfoResponse(Model.MRoute GetRouteInfoResult, string Errtext) {
|
|
this.GetRouteInfoResult = GetRouteInfoResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetRouteInfos", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetRouteInfosRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int RouteState;
|
|
|
|
public GetRouteInfosRequest() {
|
|
}
|
|
|
|
public GetRouteInfosRequest(int RouteState) {
|
|
this.RouteState = RouteState;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetRouteInfosResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetRouteInfosResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public Model.MRoute[] GetRouteInfosResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public GetRouteInfosResponse() {
|
|
}
|
|
|
|
public GetRouteInfosResponse(Model.MRoute[] GetRouteInfosResult, string Errtext) {
|
|
this.GetRouteInfosResult = GetRouteInfosResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetForkCombinWaitTime", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetForkCombinWaitTimeRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int WaitTime;
|
|
|
|
public SetForkCombinWaitTimeRequest() {
|
|
}
|
|
|
|
public SetForkCombinWaitTimeRequest(int WaitTime) {
|
|
this.WaitTime = WaitTime;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetForkCombinWaitTimeResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetForkCombinWaitTimeResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetForkCombinWaitTimeResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public SetForkCombinWaitTimeResponse() {
|
|
}
|
|
|
|
public SetForkCombinWaitTimeResponse(bool SetForkCombinWaitTimeResult, string Errtext) {
|
|
this.SetForkCombinWaitTimeResult = SetForkCombinWaitTimeResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetForkCombinWaitTime", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetForkCombinWaitTimeRequest {
|
|
|
|
public GetForkCombinWaitTimeRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetForkCombinWaitTimeResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetForkCombinWaitTimeResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int GetForkCombinWaitTimeResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public GetForkCombinWaitTimeResponse() {
|
|
}
|
|
|
|
public GetForkCombinWaitTimeResponse(int GetForkCombinWaitTimeResult, string Errtext) {
|
|
this.GetForkCombinWaitTimeResult = GetForkCombinWaitTimeResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetConveyorTimeOutTime", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetConveyorTimeOutTimeRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int Timeout;
|
|
|
|
public SetConveyorTimeOutTimeRequest() {
|
|
}
|
|
|
|
public SetConveyorTimeOutTimeRequest(int Timeout) {
|
|
this.Timeout = Timeout;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetConveyorTimeOutTimeResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetConveyorTimeOutTimeResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetConveyorTimeOutTimeResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public SetConveyorTimeOutTimeResponse() {
|
|
}
|
|
|
|
public SetConveyorTimeOutTimeResponse(bool SetConveyorTimeOutTimeResult, string Errtext) {
|
|
this.SetConveyorTimeOutTimeResult = SetConveyorTimeOutTimeResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetConveyorTimeOutTime", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetConveyorTimeOutTimeRequest {
|
|
|
|
public GetConveyorTimeOutTimeRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetConveyorTimeOutTimeResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetConveyorTimeOutTimeResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int GetConveyorTimeOutTimeResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public GetConveyorTimeOutTimeResponse() {
|
|
}
|
|
|
|
public GetConveyorTimeOutTimeResponse(int GetConveyorTimeOutTimeResult, string Errtext) {
|
|
this.GetConveyorTimeOutTimeResult = GetConveyorTimeOutTimeResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetDBConnection", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetDBConnectionRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string MonitorOrManageDB;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string ServerHostName;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public string DBServiceName;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=3)]
|
|
public string Username;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=4)]
|
|
public string Password;
|
|
|
|
public SetDBConnectionRequest() {
|
|
}
|
|
|
|
public SetDBConnectionRequest(string MonitorOrManageDB, string ServerHostName, string DBServiceName, string Username, string Password) {
|
|
this.MonitorOrManageDB = MonitorOrManageDB;
|
|
this.ServerHostName = ServerHostName;
|
|
this.DBServiceName = DBServiceName;
|
|
this.Username = Username;
|
|
this.Password = Password;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetDBConnectionResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetDBConnectionResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetDBConnectionResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public SetDBConnectionResponse() {
|
|
}
|
|
|
|
public SetDBConnectionResponse(bool SetDBConnectionResult, string Errtext) {
|
|
this.SetDBConnectionResult = SetDBConnectionResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDBConnection", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDBConnectionRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string MonitorOrManageDB;
|
|
|
|
public GetDBConnectionRequest() {
|
|
}
|
|
|
|
public GetDBConnectionRequest(string MonitorOrManageDB) {
|
|
this.MonitorOrManageDB = MonitorOrManageDB;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDBConnectionResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDBConnectionResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool GetDBConnectionResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string ServerHostName;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public string DBServiceName;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=3)]
|
|
public string Username;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=4)]
|
|
public string Password;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=5)]
|
|
public string Errtext;
|
|
|
|
public GetDBConnectionResponse() {
|
|
}
|
|
|
|
public GetDBConnectionResponse(bool GetDBConnectionResult, string ServerHostName, string DBServiceName, string Username, string Password, string Errtext) {
|
|
this.GetDBConnectionResult = GetDBConnectionResult;
|
|
this.ServerHostName = ServerHostName;
|
|
this.DBServiceName = DBServiceName;
|
|
this.Username = Username;
|
|
this.Password = Password;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetIOStationProperty", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetIOStationPropertyRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int deviceIndex;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public int IOStationProperty;
|
|
|
|
public SetIOStationPropertyRequest() {
|
|
}
|
|
|
|
public SetIOStationPropertyRequest(int deviceIndex, int IOStationProperty) {
|
|
this.deviceIndex = deviceIndex;
|
|
this.IOStationProperty = IOStationProperty;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetIOStationPropertyResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetIOStationPropertyResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetIOStationPropertyResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public SetIOStationPropertyResponse() {
|
|
}
|
|
|
|
public SetIOStationPropertyResponse(bool SetIOStationPropertyResult, string Errtext) {
|
|
this.SetIOStationPropertyResult = SetIOStationPropertyResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetBlackBoxParameter", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetBlackBoxParameterRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int FileCount;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public int FileSize;
|
|
|
|
public SetBlackBoxParameterRequest() {
|
|
}
|
|
|
|
public SetBlackBoxParameterRequest(int FileCount, int FileSize) {
|
|
this.FileCount = FileCount;
|
|
this.FileSize = FileSize;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetBlackBoxParameterResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetBlackBoxParameterResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetBlackBoxParameterResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public SetBlackBoxParameterResponse() {
|
|
}
|
|
|
|
public SetBlackBoxParameterResponse(bool SetBlackBoxParameterResult, string Errtext) {
|
|
this.SetBlackBoxParameterResult = SetBlackBoxParameterResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetBlackBoxInfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetBlackBoxInfoRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string deviceIndex;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public System.DateTime BeginTime;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public System.DateTime EndTime;
|
|
|
|
public GetBlackBoxInfoRequest() {
|
|
}
|
|
|
|
public GetBlackBoxInfoRequest(string deviceIndex, System.DateTime BeginTime, System.DateTime EndTime) {
|
|
this.deviceIndex = deviceIndex;
|
|
this.BeginTime = BeginTime;
|
|
this.EndTime = EndTime;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetBlackBoxInfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetBlackBoxInfoResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string GetBlackBoxInfoResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public GetBlackBoxInfoResponse() {
|
|
}
|
|
|
|
public GetBlackBoxInfoResponse(string GetBlackBoxInfoResult, string Errtext) {
|
|
this.GetBlackBoxInfoResult = GetBlackBoxInfoResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetAutoTaskHistory", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetAutoTaskHistoryRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public System.DateTime BeginTime;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public System.DateTime EndTime;
|
|
|
|
public GetAutoTaskHistoryRequest() {
|
|
}
|
|
|
|
public GetAutoTaskHistoryRequest(System.DateTime BeginTime, System.DateTime EndTime) {
|
|
this.BeginTime = BeginTime;
|
|
this.EndTime = EndTime;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetAutoTaskHistoryResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetAutoTaskHistoryResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public System.Data.DataTable GetAutoTaskHistoryResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public GetAutoTaskHistoryResponse() {
|
|
}
|
|
|
|
public GetAutoTaskHistoryResponse(System.Data.DataTable GetAutoTaskHistoryResult, string Errtext) {
|
|
this.GetAutoTaskHistoryResult = GetAutoTaskHistoryResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="DeleteAutoTaskHistory", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class DeleteAutoTaskHistoryRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public System.DateTime BeginTime;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public System.DateTime EndTime;
|
|
|
|
public DeleteAutoTaskHistoryRequest() {
|
|
}
|
|
|
|
public DeleteAutoTaskHistoryRequest(System.DateTime BeginTime, System.DateTime EndTime) {
|
|
this.BeginTime = BeginTime;
|
|
this.EndTime = EndTime;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="DeleteAutoTaskHistoryResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class DeleteAutoTaskHistoryResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool DeleteAutoTaskHistoryResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public DeleteAutoTaskHistoryResponse() {
|
|
}
|
|
|
|
public DeleteAutoTaskHistoryResponse(bool DeleteAutoTaskHistoryResult, string Errtext) {
|
|
this.DeleteAutoTaskHistoryResult = DeleteAutoTaskHistoryResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetUserAndPurview", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetUserAndPurviewRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string UserID;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string UserName;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public string Password;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=3)]
|
|
public string Purview;
|
|
|
|
public SetUserAndPurviewRequest() {
|
|
}
|
|
|
|
public SetUserAndPurviewRequest(string UserID, string UserName, string Password, string Purview) {
|
|
this.UserID = UserID;
|
|
this.UserName = UserName;
|
|
this.Password = Password;
|
|
this.Purview = Purview;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetUserAndPurviewResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetUserAndPurviewResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetUserAndPurviewResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public SetUserAndPurviewResponse() {
|
|
}
|
|
|
|
public SetUserAndPurviewResponse(bool SetUserAndPurviewResult, string Errtext) {
|
|
this.SetUserAndPurviewResult = SetUserAndPurviewResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetUserAndPurview", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetUserAndPurviewRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string UserID;
|
|
|
|
public GetUserAndPurviewRequest() {
|
|
}
|
|
|
|
public GetUserAndPurviewRequest(string UserID) {
|
|
this.UserID = UserID;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetUserAndPurviewResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetUserAndPurviewResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool GetUserAndPurviewResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string UserName;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public string Password;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=3)]
|
|
public string Purview;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=4)]
|
|
public string Errtext;
|
|
|
|
public GetUserAndPurviewResponse() {
|
|
}
|
|
|
|
public GetUserAndPurviewResponse(bool GetUserAndPurviewResult, string UserName, string Password, string Purview, string Errtext) {
|
|
this.GetUserAndPurviewResult = GetUserAndPurviewResult;
|
|
this.UserName = UserName;
|
|
this.Password = Password;
|
|
this.Purview = Purview;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetUserPassword", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetUserPasswordRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string UserID;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Password;
|
|
|
|
public SetUserPasswordRequest() {
|
|
}
|
|
|
|
public SetUserPasswordRequest(string UserID, string Password) {
|
|
this.UserID = UserID;
|
|
this.Password = Password;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetUserPasswordResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetUserPasswordResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetUserPasswordResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public SetUserPasswordResponse() {
|
|
}
|
|
|
|
public SetUserPasswordResponse(bool SetUserPasswordResult, string Errtext) {
|
|
this.SetUserPasswordResult = SetUserPasswordResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetUserPassword", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetUserPasswordRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string UserID;
|
|
|
|
public GetUserPasswordRequest() {
|
|
}
|
|
|
|
public GetUserPasswordRequest(string UserID) {
|
|
this.UserID = UserID;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetUserPasswordResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetUserPasswordResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string GetUserPasswordResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public GetUserPasswordResponse() {
|
|
}
|
|
|
|
public GetUserPasswordResponse(string GetUserPasswordResult, string Errtext) {
|
|
this.GetUserPasswordResult = GetUserPasswordResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ShutDownControlSystem", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ShutDownControlSystemRequest {
|
|
|
|
public ShutDownControlSystemRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ShutDownControlSystemResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ShutDownControlSystemResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool ShutDownControlSystemResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string ErrText;
|
|
|
|
public ShutDownControlSystemResponse() {
|
|
}
|
|
|
|
public ShutDownControlSystemResponse(bool ShutDownControlSystemResult, string ErrText) {
|
|
this.ShutDownControlSystemResult = ShutDownControlSystemResult;
|
|
this.ErrText = ErrText;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="StartGetALLDeviceState", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class StartGetALLDeviceStateRequest {
|
|
|
|
public StartGetALLDeviceStateRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="StartGetALLDeviceStateResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class StartGetALLDeviceStateResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool StartGetALLDeviceStateResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public StartGetALLDeviceStateResponse() {
|
|
}
|
|
|
|
public StartGetALLDeviceStateResponse(bool StartGetALLDeviceStateResult, string Errtext) {
|
|
this.StartGetALLDeviceStateResult = StartGetALLDeviceStateResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="StartSendDeviceOrder", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class StartSendDeviceOrderRequest {
|
|
|
|
public StartSendDeviceOrderRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="StartSendDeviceOrderResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class StartSendDeviceOrderResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool StartSendDeviceOrderResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public StartSendDeviceOrderResponse() {
|
|
}
|
|
|
|
public StartSendDeviceOrderResponse(bool StartSendDeviceOrderResult, string Errtext) {
|
|
this.StartSendDeviceOrderResult = StartSendDeviceOrderResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="DataClear", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class DataClearRequest {
|
|
|
|
public DataClearRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="DataClearResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class DataClearResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool DataClearResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string Errtext;
|
|
|
|
public DataClearResponse() {
|
|
}
|
|
|
|
public DataClearResponse(bool DataClearResult, string Errtext) {
|
|
this.DataClearResult = DataClearResult;
|
|
this.Errtext = Errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetManageTaskKindFromMonitor", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetManageTaskKindFromMonitorRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int monitorIndex;
|
|
|
|
public GetManageTaskKindFromMonitorRequest() {
|
|
}
|
|
|
|
public GetManageTaskKindFromMonitorRequest(int monitorIndex) {
|
|
this.monitorIndex = monitorIndex;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetManageTaskKindFromMonitorResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetManageTaskKindFromMonitorResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int GetManageTaskKindFromMonitorResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public GetManageTaskKindFromMonitorResponse() {
|
|
}
|
|
|
|
public GetManageTaskKindFromMonitorResponse(int GetManageTaskKindFromMonitorResult, string errtext) {
|
|
this.GetManageTaskKindFromMonitorResult = GetManageTaskKindFromMonitorResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetManageTaskIndexFromMonitor", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetManageTaskIndexFromMonitorRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int monitorIndex;
|
|
|
|
public GetManageTaskIndexFromMonitorRequest() {
|
|
}
|
|
|
|
public GetManageTaskIndexFromMonitorRequest(int monitorIndex) {
|
|
this.monitorIndex = monitorIndex;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetManageTaskIndexFromMonitorResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetManageTaskIndexFromMonitorResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int GetManageTaskIndexFromMonitorResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public GetManageTaskIndexFromMonitorResponse() {
|
|
}
|
|
|
|
public GetManageTaskIndexFromMonitorResponse(int GetManageTaskIndexFromMonitorResult, string errtext) {
|
|
this.GetManageTaskIndexFromMonitorResult = GetManageTaskIndexFromMonitorResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceKindIndex", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceKindIndexRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int deviceIndex;
|
|
|
|
public GetDeviceKindIndexRequest() {
|
|
}
|
|
|
|
public GetDeviceKindIndexRequest(int deviceIndex) {
|
|
this.deviceIndex = deviceIndex;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDeviceKindIndexResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDeviceKindIndexResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int GetDeviceKindIndexResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public GetDeviceKindIndexResponse() {
|
|
}
|
|
|
|
public GetDeviceKindIndexResponse(int GetDeviceKindIndexResult, string errtext) {
|
|
this.GetDeviceKindIndexResult = GetDeviceKindIndexResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SendDeviceReset", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SendDeviceResetRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int deviceIndex;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public int ResetOrder;
|
|
|
|
public SendDeviceResetRequest() {
|
|
}
|
|
|
|
public SendDeviceResetRequest(int deviceIndex, int ResetOrder) {
|
|
this.deviceIndex = deviceIndex;
|
|
this.ResetOrder = ResetOrder;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SendDeviceResetResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SendDeviceResetResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SendDeviceResetResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public SendDeviceResetResponse() {
|
|
}
|
|
|
|
public SendDeviceResetResponse(bool SendDeviceResetResult, string errtext) {
|
|
this.SendDeviceResetResult = SendDeviceResetResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="Heartbeat", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class HeartbeatRequest {
|
|
|
|
public HeartbeatRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="HeartbeatResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class HeartbeatResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool HeartbeatResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public Model.MonitorInfo monitorinfo;
|
|
|
|
public HeartbeatResponse() {
|
|
}
|
|
|
|
public HeartbeatResponse(bool HeartbeatResult, Model.MonitorInfo monitorinfo) {
|
|
this.HeartbeatResult = HeartbeatResult;
|
|
this.monitorinfo = monitorinfo;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDataView", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDataViewRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string SQL;
|
|
|
|
public GetDataViewRequest() {
|
|
}
|
|
|
|
public GetDataViewRequest(string SQL) {
|
|
this.SQL = SQL;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDataViewResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetDataViewResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public System.Data.DataTable GetDataViewResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public GetDataViewResponse() {
|
|
}
|
|
|
|
public GetDataViewResponse(System.Data.DataTable GetDataViewResult, string errtext) {
|
|
this.GetDataViewResult = GetDataViewResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ExeSQLNoneQuery", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ExeSQLNoneQueryRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string SQL;
|
|
|
|
public ExeSQLNoneQueryRequest() {
|
|
}
|
|
|
|
public ExeSQLNoneQueryRequest(string SQL) {
|
|
this.SQL = SQL;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ExeSQLNoneQueryResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ExeSQLNoneQueryResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int ExeSQLNoneQueryResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public ExeSQLNoneQueryResponse() {
|
|
}
|
|
|
|
public ExeSQLNoneQueryResponse(int ExeSQLNoneQueryResult, string errtext) {
|
|
this.ExeSQLNoneQueryResult = ExeSQLNoneQueryResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetManDataView", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetManDataViewRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string SQL;
|
|
|
|
public GetManDataViewRequest() {
|
|
}
|
|
|
|
public GetManDataViewRequest(string SQL) {
|
|
this.SQL = SQL;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetManDataViewResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetManDataViewResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public System.Data.DataTable GetManDataViewResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public GetManDataViewResponse() {
|
|
}
|
|
|
|
public GetManDataViewResponse(System.Data.DataTable GetManDataViewResult, string errtext) {
|
|
this.GetManDataViewResult = GetManDataViewResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ExeManSQLNoneQuery", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ExeManSQLNoneQueryRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public string SQL;
|
|
|
|
public ExeManSQLNoneQueryRequest() {
|
|
}
|
|
|
|
public ExeManSQLNoneQueryRequest(string SQL) {
|
|
this.SQL = SQL;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="ExeManSQLNoneQueryResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class ExeManSQLNoneQueryResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int ExeManSQLNoneQueryResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public ExeManSQLNoneQueryResponse() {
|
|
}
|
|
|
|
public ExeManSQLNoneQueryResponse(int ExeManSQLNoneQueryResult, string errtext) {
|
|
this.ExeManSQLNoneQueryResult = ExeManSQLNoneQueryResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetAllManageTask", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetAllManageTaskRequest {
|
|
|
|
public GetAllManageTaskRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetAllManageTaskResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class GetAllManageTaskResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool GetAllManageTaskResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public GetAllManageTaskResponse() {
|
|
}
|
|
|
|
public GetAllManageTaskResponse(bool GetAllManageTaskResult, string errtext) {
|
|
this.GetAllManageTaskResult = GetAllManageTaskResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="DisassembleTask", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class DisassembleTaskRequest {
|
|
|
|
public DisassembleTaskRequest() {
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="DisassembleTaskResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class DisassembleTaskResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool DisassembleTaskResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public DisassembleTaskResponse() {
|
|
}
|
|
|
|
public DisassembleTaskResponse(bool DisassembleTaskResult, string errtext) {
|
|
this.DisassembleTaskResult = DisassembleTaskResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetLogicHaveGoods", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetLogicHaveGoodsRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool ifHaveGoods;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public int deviceindex;
|
|
|
|
public SetLogicHaveGoodsRequest() {
|
|
}
|
|
|
|
public SetLogicHaveGoodsRequest(bool ifHaveGoods, int deviceindex) {
|
|
this.ifHaveGoods = ifHaveGoods;
|
|
this.deviceindex = deviceindex;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="SetLogicHaveGoodsResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class SetLogicHaveGoodsResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool SetLogicHaveGoodsResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public SetLogicHaveGoodsResponse() {
|
|
}
|
|
|
|
public SetLogicHaveGoodsResponse(bool SetLogicHaveGoodsResult, string errtext) {
|
|
this.SetLogicHaveGoodsResult = SetLogicHaveGoodsResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="DealWithDeviceState", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class DealWithDeviceStateRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int deviceindex;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public byte[] splitbyteValue;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public byte[] devicestates;
|
|
|
|
public DealWithDeviceStateRequest() {
|
|
}
|
|
|
|
public DealWithDeviceStateRequest(int deviceindex, byte[] splitbyteValue, byte[] devicestates) {
|
|
this.deviceindex = deviceindex;
|
|
this.splitbyteValue = splitbyteValue;
|
|
this.devicestates = devicestates;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="DealWithDeviceStateResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class DealWithDeviceStateResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool DealWithDeviceStateResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public DealWithDeviceStateResponse() {
|
|
}
|
|
|
|
public DealWithDeviceStateResponse(bool DealWithDeviceStateResult, string errtext) {
|
|
this.DealWithDeviceStateResult = DealWithDeviceStateResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="WriteDBData", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class WriteDBDataRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public int deviceIndex;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string DBBlock;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
|
public string Wdata;
|
|
|
|
public WriteDBDataRequest() {
|
|
}
|
|
|
|
public WriteDBDataRequest(int deviceIndex, string DBBlock, string Wdata) {
|
|
this.deviceIndex = deviceIndex;
|
|
this.DBBlock = DBBlock;
|
|
this.Wdata = Wdata;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.MessageContractAttribute(WrapperName="WriteDBDataResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
|
public partial class WriteDBDataResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
|
public bool WriteDBDataResult;
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
|
public string errtext;
|
|
|
|
public WriteDBDataResponse() {
|
|
}
|
|
|
|
public WriteDBDataResponse(bool WriteDBDataResult, string errtext) {
|
|
this.WriteDBDataResult = WriteDBDataResult;
|
|
this.errtext = errtext;
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface IControlMonitorChannel : wcfControlMonitorClient.ServiceReference1.IControlMonitor, System.ServiceModel.IClientChannel {
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class ControlMonitorClient : System.ServiceModel.DuplexClientBase<wcfControlMonitorClient.ServiceReference1.IControlMonitor>, wcfControlMonitorClient.ServiceReference1.IControlMonitor {
|
|
|
|
public ControlMonitorClient(System.ServiceModel.InstanceContext callbackInstance) :
|
|
base(callbackInstance) {
|
|
}
|
|
|
|
public ControlMonitorClient(System.ServiceModel.InstanceContext callbackInstance, string endpointConfigurationName) :
|
|
base(callbackInstance, endpointConfigurationName) {
|
|
}
|
|
|
|
public ControlMonitorClient(System.ServiceModel.InstanceContext callbackInstance, string endpointConfigurationName, string remoteAddress) :
|
|
base(callbackInstance, endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public ControlMonitorClient(System.ServiceModel.InstanceContext callbackInstance, string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(callbackInstance, endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public ControlMonitorClient(System.ServiceModel.InstanceContext callbackInstance, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(callbackInstance, binding, remoteAddress) {
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetReadedAndReportedBarcodeResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetReadedAndReportedBarcode(wcfControlMonitorClient.ServiceReference1.GetReadedAndReportedBarcodeRequest request) {
|
|
return base.Channel.GetReadedAndReportedBarcode(request);
|
|
}
|
|
|
|
public bool GetReadedAndReportedBarcode(int bindDeviceOfBarcode, out string readedBarcode, out string reportedBarcode, out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.GetReadedAndReportedBarcodeRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetReadedAndReportedBarcodeRequest();
|
|
inValue.bindDeviceOfBarcode = bindDeviceOfBarcode;
|
|
wcfControlMonitorClient.ServiceReference1.GetReadedAndReportedBarcodeResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetReadedAndReportedBarcode(inValue);
|
|
readedBarcode = retVal.readedBarcode;
|
|
reportedBarcode = retVal.reportedBarcode;
|
|
errorText = retVal.errorText;
|
|
return retVal.GetReadedAndReportedBarcodeResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetReadedAndReportedBarcodeResponse> GetReadedAndReportedBarcodeAsync(wcfControlMonitorClient.ServiceReference1.GetReadedAndReportedBarcodeRequest request) {
|
|
return base.Channel.GetReadedAndReportedBarcodeAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceAllErrorsResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetDeviceAllErrors(wcfControlMonitorClient.ServiceReference1.GetDeviceAllErrorsRequest request) {
|
|
return base.Channel.GetDeviceAllErrors(request);
|
|
}
|
|
|
|
public Model.MError GetDeviceAllErrors(int deviceKindIndex, out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceAllErrorsRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetDeviceAllErrorsRequest();
|
|
inValue.deviceKindIndex = deviceKindIndex;
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceAllErrorsResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetDeviceAllErrors(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.GetDeviceAllErrorsResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceAllErrorsResponse> GetDeviceAllErrorsAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceAllErrorsRequest request) {
|
|
return base.Channel.GetDeviceAllErrorsAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetAllRouteinfoResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetAllRouteinfo(wcfControlMonitorClient.ServiceReference1.GetAllRouteinfoRequest request) {
|
|
return base.Channel.GetAllRouteinfo(request);
|
|
}
|
|
|
|
public Model.MRoute[] GetAllRouteinfo(out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.GetAllRouteinfoRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetAllRouteinfoRequest();
|
|
wcfControlMonitorClient.ServiceReference1.GetAllRouteinfoResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetAllRouteinfo(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.GetAllRouteinfoResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetAllRouteinfoResponse> GetAllRouteinfoAsync(wcfControlMonitorClient.ServiceReference1.GetAllRouteinfoRequest request) {
|
|
return base.Channel.GetAllRouteinfoAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceJoinRouteinfoResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetDeviceJoinRouteinfo(wcfControlMonitorClient.ServiceReference1.GetDeviceJoinRouteinfoRequest request) {
|
|
return base.Channel.GetDeviceJoinRouteinfo(request);
|
|
}
|
|
|
|
public Model.MRoute[] GetDeviceJoinRouteinfo(int deviceIndex, out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceJoinRouteinfoRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetDeviceJoinRouteinfoRequest();
|
|
inValue.deviceIndex = deviceIndex;
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceJoinRouteinfoResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetDeviceJoinRouteinfo(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.GetDeviceJoinRouteinfoResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceJoinRouteinfoResponse> GetDeviceJoinRouteinfoAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceJoinRouteinfoRequest request) {
|
|
return base.Channel.GetDeviceJoinRouteinfoAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTasksResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetManageTasks(wcfControlMonitorClient.ServiceReference1.GetManageTasksRequest request) {
|
|
return base.Channel.GetManageTasks(request);
|
|
}
|
|
|
|
public wcfControlMonitorClient.ServiceReference1.ManageTask[] GetManageTasks(string FieldName, string content, out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTasksRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetManageTasksRequest();
|
|
inValue.FieldName = FieldName;
|
|
inValue.content = content;
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTasksResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetManageTasks(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.GetManageTasksResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetManageTasksResponse> GetManageTasksAsync(wcfControlMonitorClient.ServiceReference1.GetManageTasksRequest request) {
|
|
return base.Channel.GetManageTasksAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetMonitorTasksResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetMonitorTasks(wcfControlMonitorClient.ServiceReference1.GetMonitorTasksRequest request) {
|
|
return base.Channel.GetMonitorTasks(request);
|
|
}
|
|
|
|
public wcfControlMonitorClient.ServiceReference1.MonitorTask[] GetMonitorTasks(string FieldName, string content, out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.GetMonitorTasksRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetMonitorTasksRequest();
|
|
inValue.FieldName = FieldName;
|
|
inValue.content = content;
|
|
wcfControlMonitorClient.ServiceReference1.GetMonitorTasksResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetMonitorTasks(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.GetMonitorTasksResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetMonitorTasksResponse> GetMonitorTasksAsync(wcfControlMonitorClient.ServiceReference1.GetMonitorTasksRequest request) {
|
|
return base.Channel.GetMonitorTasksAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceStateInfoResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetDeviceStateInfo(wcfControlMonitorClient.ServiceReference1.GetDeviceStateInfoRequest request) {
|
|
return base.Channel.GetDeviceStateInfo(request);
|
|
}
|
|
|
|
public wcfControlMonitorClient.ServiceReference1.DeviceStateType GetDeviceStateInfo(int deviceIndex, out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceStateInfoRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetDeviceStateInfoRequest();
|
|
inValue.deviceIndex = deviceIndex;
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceStateInfoResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetDeviceStateInfo(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.GetDeviceStateInfoResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceStateInfoResponse> GetDeviceStateInfoAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceStateInfoRequest request) {
|
|
return base.Channel.GetDeviceStateInfoAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceStateInfoResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetDeviceStateInfo(wcfControlMonitorClient.ServiceReference1.SetDeviceStateInfoRequest request) {
|
|
return base.Channel.SetDeviceStateInfo(request);
|
|
}
|
|
|
|
public bool SetDeviceStateInfo(wcfControlMonitorClient.ServiceReference1.DeviceStateType devstate, out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceStateInfoRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetDeviceStateInfoRequest();
|
|
inValue.devstate = devstate;
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceStateInfoResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetDeviceStateInfo(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.SetDeviceStateInfoResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetDeviceStateInfoResponse> SetDeviceStateInfoAsync(wcfControlMonitorClient.ServiceReference1.SetDeviceStateInfoRequest request) {
|
|
return base.Channel.SetDeviceStateInfoAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetRouteStateInfoResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetRouteStateInfo(wcfControlMonitorClient.ServiceReference1.SetRouteStateInfoRequest request) {
|
|
return base.Channel.SetRouteStateInfo(request);
|
|
}
|
|
|
|
public bool SetRouteStateInfo(int routeID, bool isEnabled, out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.SetRouteStateInfoRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetRouteStateInfoRequest();
|
|
inValue.routeID = routeID;
|
|
inValue.isEnabled = isEnabled;
|
|
wcfControlMonitorClient.ServiceReference1.SetRouteStateInfoResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetRouteStateInfo(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.SetRouteStateInfoResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetRouteStateInfoResponse> SetRouteStateInfoAsync(wcfControlMonitorClient.ServiceReference1.SetRouteStateInfoRequest request) {
|
|
return base.Channel.SetRouteStateInfoAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceJoinRouteStateInfoResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetDeviceJoinRouteStateInfo(wcfControlMonitorClient.ServiceReference1.SetDeviceJoinRouteStateInfoRequest request) {
|
|
return base.Channel.SetDeviceJoinRouteStateInfo(request);
|
|
}
|
|
|
|
public bool SetDeviceJoinRouteStateInfo(int deviceIndex, bool isEnabled, out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceJoinRouteStateInfoRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetDeviceJoinRouteStateInfoRequest();
|
|
inValue.deviceIndex = deviceIndex;
|
|
inValue.isEnabled = isEnabled;
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceJoinRouteStateInfoResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetDeviceJoinRouteStateInfo(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.SetDeviceJoinRouteStateInfoResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetDeviceJoinRouteStateInfoResponse> SetDeviceJoinRouteStateInfoAsync(wcfControlMonitorClient.ServiceReference1.SetDeviceJoinRouteStateInfoRequest request) {
|
|
return base.Channel.SetDeviceJoinRouteStateInfoAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetAllCellInfosResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetAllCellInfos(wcfControlMonitorClient.ServiceReference1.GetAllCellInfosRequest request) {
|
|
return base.Channel.GetAllCellInfos(request);
|
|
}
|
|
|
|
public wcfControlMonitorClient.ServiceReference1.ST_Cell[] GetAllCellInfos(out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.GetAllCellInfosRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetAllCellInfosRequest();
|
|
wcfControlMonitorClient.ServiceReference1.GetAllCellInfosResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetAllCellInfos(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.GetAllCellInfosResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetAllCellInfosResponse> GetAllCellInfosAsync(wcfControlMonitorClient.ServiceReference1.GetAllCellInfosRequest request) {
|
|
return base.Channel.GetAllCellInfosAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetLanguageFieldsResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetLanguageFields(wcfControlMonitorClient.ServiceReference1.GetLanguageFieldsRequest request) {
|
|
return base.Channel.GetLanguageFields(request);
|
|
}
|
|
|
|
public string[] GetLanguageFields(out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.GetLanguageFieldsRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetLanguageFieldsRequest();
|
|
wcfControlMonitorClient.ServiceReference1.GetLanguageFieldsResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetLanguageFields(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.GetLanguageFieldsResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetLanguageFieldsResponse> GetLanguageFieldsAsync(wcfControlMonitorClient.ServiceReference1.GetLanguageFieldsRequest request) {
|
|
return base.Channel.GetLanguageFieldsAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetLanguageContentResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetLanguageContent(wcfControlMonitorClient.ServiceReference1.GetLanguageContentRequest request) {
|
|
return base.Channel.GetLanguageContent(request);
|
|
}
|
|
|
|
public wcfControlMonitorClient.ServiceReference1.LanguageContent[] GetLanguageContent(string language, out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.GetLanguageContentRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetLanguageContentRequest();
|
|
inValue.language = language;
|
|
wcfControlMonitorClient.ServiceReference1.GetLanguageContentResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetLanguageContent(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.GetLanguageContentResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetLanguageContentResponse> GetLanguageContentAsync(wcfControlMonitorClient.ServiceReference1.GetLanguageContentRequest request) {
|
|
return base.Channel.GetLanguageContentAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetDevicesDicResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetDevicesDic(wcfControlMonitorClient.ServiceReference1.GetDevicesDicRequest request) {
|
|
return base.Channel.GetDevicesDic(request);
|
|
}
|
|
|
|
public wcfControlMonitorClient.ServiceReference1.DevicesDic GetDevicesDic(out string errorText) {
|
|
wcfControlMonitorClient.ServiceReference1.GetDevicesDicRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetDevicesDicRequest();
|
|
wcfControlMonitorClient.ServiceReference1.GetDevicesDicResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetDevicesDic(inValue);
|
|
errorText = retVal.errorText;
|
|
return retVal.GetDevicesDicResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDevicesDicResponse> GetDevicesDicAsync(wcfControlMonitorClient.ServiceReference1.GetDevicesDicRequest request) {
|
|
return base.Channel.GetDevicesDicAsync(request);
|
|
}
|
|
|
|
public bool RefreshMonitoringMode() {
|
|
return base.Channel.RefreshMonitoringMode();
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<bool> RefreshMonitoringModeAsync() {
|
|
return base.Channel.RefreshMonitoringModeAsync();
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.RegisterClientResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.RegisterClient(wcfControlMonitorClient.ServiceReference1.RegisterClientRequest request) {
|
|
return base.Channel.RegisterClient(request);
|
|
}
|
|
|
|
public bool RegisterClient(string userID, string userDescription, out string errText) {
|
|
wcfControlMonitorClient.ServiceReference1.RegisterClientRequest inValue = new wcfControlMonitorClient.ServiceReference1.RegisterClientRequest();
|
|
inValue.userID = userID;
|
|
inValue.userDescription = userDescription;
|
|
wcfControlMonitorClient.ServiceReference1.RegisterClientResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).RegisterClient(inValue);
|
|
errText = retVal.errText;
|
|
return retVal.RegisterClientResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.RegisterClientResponse> RegisterClientAsync(wcfControlMonitorClient.ServiceReference1.RegisterClientRequest request) {
|
|
return base.Channel.RegisterClientAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.LogoutClientResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.LogoutClient(wcfControlMonitorClient.ServiceReference1.LogoutClientRequest request) {
|
|
return base.Channel.LogoutClient(request);
|
|
}
|
|
|
|
public bool LogoutClient(string userID, out string errText) {
|
|
wcfControlMonitorClient.ServiceReference1.LogoutClientRequest inValue = new wcfControlMonitorClient.ServiceReference1.LogoutClientRequest();
|
|
inValue.userID = userID;
|
|
wcfControlMonitorClient.ServiceReference1.LogoutClientResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).LogoutClient(inValue);
|
|
errText = retVal.errText;
|
|
return retVal.LogoutClientResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.LogoutClientResponse> LogoutClientAsync(wcfControlMonitorClient.ServiceReference1.LogoutClientRequest request) {
|
|
return base.Channel.LogoutClientAsync(request);
|
|
}
|
|
|
|
public bool ObtainTask(string laneway, string Order) {
|
|
return base.Channel.ObtainTask(laneway, Order);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<bool> ObtainTaskAsync(string laneway, string Order) {
|
|
return base.Channel.ObtainTaskAsync(laneway, Order);
|
|
}
|
|
|
|
public bool StopObtainTask() {
|
|
return base.Channel.StopObtainTask();
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<bool> StopObtainTaskAsync() {
|
|
return base.Channel.StopObtainTaskAsync();
|
|
}
|
|
|
|
public bool OrderTurnOn() {
|
|
return base.Channel.OrderTurnOn();
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<bool> OrderTurnOnAsync() {
|
|
return base.Channel.OrderTurnOnAsync();
|
|
}
|
|
|
|
public bool OrderTurnOff() {
|
|
return base.Channel.OrderTurnOff();
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<bool> OrderTurnOffAsync() {
|
|
return base.Channel.OrderTurnOffAsync();
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.DeviceCommunicationInitResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.DeviceCommunicationInit(wcfControlMonitorClient.ServiceReference1.DeviceCommunicationInitRequest request) {
|
|
return base.Channel.DeviceCommunicationInit(request);
|
|
}
|
|
|
|
public bool DeviceCommunicationInit(string CommunicationType, out string ErrText) {
|
|
wcfControlMonitorClient.ServiceReference1.DeviceCommunicationInitRequest inValue = new wcfControlMonitorClient.ServiceReference1.DeviceCommunicationInitRequest();
|
|
inValue.CommunicationType = CommunicationType;
|
|
wcfControlMonitorClient.ServiceReference1.DeviceCommunicationInitResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).DeviceCommunicationInit(inValue);
|
|
ErrText = retVal.ErrText;
|
|
return retVal.DeviceCommunicationInitResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.DeviceCommunicationInitResponse> DeviceCommunicationInitAsync(wcfControlMonitorClient.ServiceReference1.DeviceCommunicationInitRequest request) {
|
|
return base.Channel.DeviceCommunicationInitAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetUsersResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetUsers(wcfControlMonitorClient.ServiceReference1.GetUsersRequest request) {
|
|
return base.Channel.GetUsers(request);
|
|
}
|
|
|
|
public System.Data.DataTable GetUsers(out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetUsersRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetUsersRequest();
|
|
wcfControlMonitorClient.ServiceReference1.GetUsersResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetUsers(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetUsersResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetUsersResponse> GetUsersAsync(wcfControlMonitorClient.ServiceReference1.GetUsersRequest request) {
|
|
return base.Channel.GetUsersAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.BuildHandTaskResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.BuildHandTask(wcfControlMonitorClient.ServiceReference1.BuildHandTaskRequest request) {
|
|
return base.Channel.BuildHandTask(request);
|
|
}
|
|
|
|
public bool BuildHandTask(Model.HandTask Handtask, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.BuildHandTaskRequest inValue = new wcfControlMonitorClient.ServiceReference1.BuildHandTaskRequest();
|
|
inValue.Handtask = Handtask;
|
|
wcfControlMonitorClient.ServiceReference1.BuildHandTaskResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).BuildHandTask(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.BuildHandTaskResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.BuildHandTaskResponse> BuildHandTaskAsync(wcfControlMonitorClient.ServiceReference1.BuildHandTaskRequest request) {
|
|
return base.Channel.BuildHandTaskAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.BuildHandAssociateTaskResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.BuildHandAssociateTask(wcfControlMonitorClient.ServiceReference1.BuildHandAssociateTaskRequest request) {
|
|
return base.Channel.BuildHandAssociateTask(request);
|
|
}
|
|
|
|
public bool BuildHandAssociateTask(int ConveyorIndex, int ConveyorOrder, int RgvIndex, int RgvOrder, string RgvOrderName, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.BuildHandAssociateTaskRequest inValue = new wcfControlMonitorClient.ServiceReference1.BuildHandAssociateTaskRequest();
|
|
inValue.ConveyorIndex = ConveyorIndex;
|
|
inValue.ConveyorOrder = ConveyorOrder;
|
|
inValue.RgvIndex = RgvIndex;
|
|
inValue.RgvOrder = RgvOrder;
|
|
inValue.RgvOrderName = RgvOrderName;
|
|
wcfControlMonitorClient.ServiceReference1.BuildHandAssociateTaskResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).BuildHandAssociateTask(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.BuildHandAssociateTaskResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.BuildHandAssociateTaskResponse> BuildHandAssociateTaskAsync(wcfControlMonitorClient.ServiceReference1.BuildHandAssociateTaskRequest request) {
|
|
return base.Channel.BuildHandAssociateTaskAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.BuildAutoTaskResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.BuildAutoTask(wcfControlMonitorClient.ServiceReference1.BuildAutoTaskRequest request) {
|
|
return base.Channel.BuildAutoTask(request);
|
|
}
|
|
|
|
public bool BuildAutoTask(Model.AutoTask Autotask, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.BuildAutoTaskRequest inValue = new wcfControlMonitorClient.ServiceReference1.BuildAutoTaskRequest();
|
|
inValue.Autotask = Autotask;
|
|
wcfControlMonitorClient.ServiceReference1.BuildAutoTaskResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).BuildAutoTask(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.BuildAutoTaskResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.BuildAutoTaskResponse> BuildAutoTaskAsync(wcfControlMonitorClient.ServiceReference1.BuildAutoTaskRequest request) {
|
|
return base.Channel.BuildAutoTaskAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.ModifyManageTaskResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.ModifyManageTask(wcfControlMonitorClient.ServiceReference1.ModifyManageTaskRequest request) {
|
|
return base.Channel.ModifyManageTask(request);
|
|
}
|
|
|
|
public bool ModifyManageTask(int ManKind, int ManagetaskID, int ActionID, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.ModifyManageTaskRequest inValue = new wcfControlMonitorClient.ServiceReference1.ModifyManageTaskRequest();
|
|
inValue.ManKind = ManKind;
|
|
inValue.ManagetaskID = ManagetaskID;
|
|
inValue.ActionID = ActionID;
|
|
wcfControlMonitorClient.ServiceReference1.ModifyManageTaskResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).ModifyManageTask(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.ModifyManageTaskResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ModifyManageTaskResponse> ModifyManageTaskAsync(wcfControlMonitorClient.ServiceReference1.ModifyManageTaskRequest request) {
|
|
return base.Channel.ModifyManageTaskAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.ModifyMonitorTaskResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.ModifyMonitorTask(wcfControlMonitorClient.ServiceReference1.ModifyMonitorTaskRequest request) {
|
|
return base.Channel.ModifyMonitorTask(request);
|
|
}
|
|
|
|
public bool ModifyMonitorTask(int DeviceIndex, int MonitortaskID, int ActionID, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.ModifyMonitorTaskRequest inValue = new wcfControlMonitorClient.ServiceReference1.ModifyMonitorTaskRequest();
|
|
inValue.DeviceIndex = DeviceIndex;
|
|
inValue.MonitortaskID = MonitortaskID;
|
|
inValue.ActionID = ActionID;
|
|
wcfControlMonitorClient.ServiceReference1.ModifyMonitorTaskResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).ModifyMonitorTask(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.ModifyMonitorTaskResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ModifyMonitorTaskResponse> ModifyMonitorTaskAsync(wcfControlMonitorClient.ServiceReference1.ModifyMonitorTaskRequest request) {
|
|
return base.Channel.ModifyMonitorTaskAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.ModifyManageTaskForkResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.ModifyManageTaskFork(wcfControlMonitorClient.ServiceReference1.ModifyManageTaskForkRequest request) {
|
|
return base.Channel.ModifyManageTaskFork(request);
|
|
}
|
|
|
|
public bool ModifyManageTaskFork(int Flag, int FarForkTaskID, int NearForkTaskID, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.ModifyManageTaskForkRequest inValue = new wcfControlMonitorClient.ServiceReference1.ModifyManageTaskForkRequest();
|
|
inValue.Flag = Flag;
|
|
inValue.FarForkTaskID = FarForkTaskID;
|
|
inValue.NearForkTaskID = NearForkTaskID;
|
|
wcfControlMonitorClient.ServiceReference1.ModifyManageTaskForkResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).ModifyManageTaskFork(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.ModifyManageTaskForkResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ModifyManageTaskForkResponse> ModifyManageTaskForkAsync(wcfControlMonitorClient.ServiceReference1.ModifyManageTaskForkRequest request) {
|
|
return base.Channel.ModifyManageTaskForkAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceStateResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetDeviceState(wcfControlMonitorClient.ServiceReference1.SetDeviceStateRequest request) {
|
|
return base.Channel.SetDeviceState(request);
|
|
}
|
|
|
|
public bool SetDeviceState(Model.MDevice Devinfo, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceStateRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetDeviceStateRequest();
|
|
inValue.Devinfo = Devinfo;
|
|
wcfControlMonitorClient.ServiceReference1.SetDeviceStateResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetDeviceState(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.SetDeviceStateResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetDeviceStateResponse> SetDeviceStateAsync(wcfControlMonitorClient.ServiceReference1.SetDeviceStateRequest request) {
|
|
return base.Channel.SetDeviceStateAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceInfoResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetDeviceInfo(wcfControlMonitorClient.ServiceReference1.GetDeviceInfoRequest request) {
|
|
return base.Channel.GetDeviceInfo(request);
|
|
}
|
|
|
|
public Model.MDevice GetDeviceInfo(int Deviceindex, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceInfoRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetDeviceInfoRequest();
|
|
inValue.Deviceindex = Deviceindex;
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceInfoResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetDeviceInfo(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetDeviceInfoResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceInfoResponse> GetDeviceInfoAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceInfoRequest request) {
|
|
return base.Channel.GetDeviceInfoAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceInfosResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetDeviceInfos(wcfControlMonitorClient.ServiceReference1.GetDeviceInfosRequest request) {
|
|
return base.Channel.GetDeviceInfos(request);
|
|
}
|
|
|
|
public System.Data.DataTable GetDeviceInfos(string erroecode, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceInfosRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetDeviceInfosRequest();
|
|
inValue.erroecode = erroecode;
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceInfosResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetDeviceInfos(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetDeviceInfosResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceInfosResponse> GetDeviceInfosAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceInfosRequest request) {
|
|
return base.Channel.GetDeviceInfosAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetRouteStateResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetRouteState(wcfControlMonitorClient.ServiceReference1.SetRouteStateRequest request) {
|
|
return base.Channel.SetRouteState(request);
|
|
}
|
|
|
|
public bool SetRouteState(Model.MRoute Routeinfo, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.SetRouteStateRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetRouteStateRequest();
|
|
inValue.Routeinfo = Routeinfo;
|
|
wcfControlMonitorClient.ServiceReference1.SetRouteStateResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetRouteState(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.SetRouteStateResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetRouteStateResponse> SetRouteStateAsync(wcfControlMonitorClient.ServiceReference1.SetRouteStateRequest request) {
|
|
return base.Channel.SetRouteStateAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetRouteInfoResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetRouteInfo(wcfControlMonitorClient.ServiceReference1.GetRouteInfoRequest request) {
|
|
return base.Channel.GetRouteInfo(request);
|
|
}
|
|
|
|
public Model.MRoute GetRouteInfo(decimal RouteID, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetRouteInfoRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetRouteInfoRequest();
|
|
inValue.RouteID = RouteID;
|
|
wcfControlMonitorClient.ServiceReference1.GetRouteInfoResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetRouteInfo(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetRouteInfoResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetRouteInfoResponse> GetRouteInfoAsync(wcfControlMonitorClient.ServiceReference1.GetRouteInfoRequest request) {
|
|
return base.Channel.GetRouteInfoAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetRouteInfosResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetRouteInfos(wcfControlMonitorClient.ServiceReference1.GetRouteInfosRequest request) {
|
|
return base.Channel.GetRouteInfos(request);
|
|
}
|
|
|
|
public Model.MRoute[] GetRouteInfos(int RouteState, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetRouteInfosRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetRouteInfosRequest();
|
|
inValue.RouteState = RouteState;
|
|
wcfControlMonitorClient.ServiceReference1.GetRouteInfosResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetRouteInfos(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetRouteInfosResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetRouteInfosResponse> GetRouteInfosAsync(wcfControlMonitorClient.ServiceReference1.GetRouteInfosRequest request) {
|
|
return base.Channel.GetRouteInfosAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetForkCombinWaitTimeResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetForkCombinWaitTime(wcfControlMonitorClient.ServiceReference1.SetForkCombinWaitTimeRequest request) {
|
|
return base.Channel.SetForkCombinWaitTime(request);
|
|
}
|
|
|
|
public bool SetForkCombinWaitTime(int WaitTime, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.SetForkCombinWaitTimeRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetForkCombinWaitTimeRequest();
|
|
inValue.WaitTime = WaitTime;
|
|
wcfControlMonitorClient.ServiceReference1.SetForkCombinWaitTimeResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetForkCombinWaitTime(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.SetForkCombinWaitTimeResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetForkCombinWaitTimeResponse> SetForkCombinWaitTimeAsync(wcfControlMonitorClient.ServiceReference1.SetForkCombinWaitTimeRequest request) {
|
|
return base.Channel.SetForkCombinWaitTimeAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetForkCombinWaitTimeResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetForkCombinWaitTime(wcfControlMonitorClient.ServiceReference1.GetForkCombinWaitTimeRequest request) {
|
|
return base.Channel.GetForkCombinWaitTime(request);
|
|
}
|
|
|
|
public int GetForkCombinWaitTime(out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetForkCombinWaitTimeRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetForkCombinWaitTimeRequest();
|
|
wcfControlMonitorClient.ServiceReference1.GetForkCombinWaitTimeResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetForkCombinWaitTime(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetForkCombinWaitTimeResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetForkCombinWaitTimeResponse> GetForkCombinWaitTimeAsync(wcfControlMonitorClient.ServiceReference1.GetForkCombinWaitTimeRequest request) {
|
|
return base.Channel.GetForkCombinWaitTimeAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetConveyorTimeOutTimeResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetConveyorTimeOutTime(wcfControlMonitorClient.ServiceReference1.SetConveyorTimeOutTimeRequest request) {
|
|
return base.Channel.SetConveyorTimeOutTime(request);
|
|
}
|
|
|
|
public bool SetConveyorTimeOutTime(int Timeout, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.SetConveyorTimeOutTimeRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetConveyorTimeOutTimeRequest();
|
|
inValue.Timeout = Timeout;
|
|
wcfControlMonitorClient.ServiceReference1.SetConveyorTimeOutTimeResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetConveyorTimeOutTime(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.SetConveyorTimeOutTimeResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetConveyorTimeOutTimeResponse> SetConveyorTimeOutTimeAsync(wcfControlMonitorClient.ServiceReference1.SetConveyorTimeOutTimeRequest request) {
|
|
return base.Channel.SetConveyorTimeOutTimeAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetConveyorTimeOutTimeResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetConveyorTimeOutTime(wcfControlMonitorClient.ServiceReference1.GetConveyorTimeOutTimeRequest request) {
|
|
return base.Channel.GetConveyorTimeOutTime(request);
|
|
}
|
|
|
|
public int GetConveyorTimeOutTime(out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetConveyorTimeOutTimeRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetConveyorTimeOutTimeRequest();
|
|
wcfControlMonitorClient.ServiceReference1.GetConveyorTimeOutTimeResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetConveyorTimeOutTime(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetConveyorTimeOutTimeResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetConveyorTimeOutTimeResponse> GetConveyorTimeOutTimeAsync(wcfControlMonitorClient.ServiceReference1.GetConveyorTimeOutTimeRequest request) {
|
|
return base.Channel.GetConveyorTimeOutTimeAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetDBConnectionResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetDBConnection(wcfControlMonitorClient.ServiceReference1.SetDBConnectionRequest request) {
|
|
return base.Channel.SetDBConnection(request);
|
|
}
|
|
|
|
public bool SetDBConnection(string MonitorOrManageDB, string ServerHostName, string DBServiceName, string Username, string Password, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.SetDBConnectionRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetDBConnectionRequest();
|
|
inValue.MonitorOrManageDB = MonitorOrManageDB;
|
|
inValue.ServerHostName = ServerHostName;
|
|
inValue.DBServiceName = DBServiceName;
|
|
inValue.Username = Username;
|
|
inValue.Password = Password;
|
|
wcfControlMonitorClient.ServiceReference1.SetDBConnectionResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetDBConnection(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.SetDBConnectionResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetDBConnectionResponse> SetDBConnectionAsync(wcfControlMonitorClient.ServiceReference1.SetDBConnectionRequest request) {
|
|
return base.Channel.SetDBConnectionAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetDBConnectionResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetDBConnection(wcfControlMonitorClient.ServiceReference1.GetDBConnectionRequest request) {
|
|
return base.Channel.GetDBConnection(request);
|
|
}
|
|
|
|
public bool GetDBConnection(string MonitorOrManageDB, out string ServerHostName, out string DBServiceName, out string Username, out string Password, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetDBConnectionRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetDBConnectionRequest();
|
|
inValue.MonitorOrManageDB = MonitorOrManageDB;
|
|
wcfControlMonitorClient.ServiceReference1.GetDBConnectionResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetDBConnection(inValue);
|
|
ServerHostName = retVal.ServerHostName;
|
|
DBServiceName = retVal.DBServiceName;
|
|
Username = retVal.Username;
|
|
Password = retVal.Password;
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetDBConnectionResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDBConnectionResponse> GetDBConnectionAsync(wcfControlMonitorClient.ServiceReference1.GetDBConnectionRequest request) {
|
|
return base.Channel.GetDBConnectionAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetIOStationPropertyResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetIOStationProperty(wcfControlMonitorClient.ServiceReference1.SetIOStationPropertyRequest request) {
|
|
return base.Channel.SetIOStationProperty(request);
|
|
}
|
|
|
|
public bool SetIOStationProperty(int deviceIndex, int IOStationProperty, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.SetIOStationPropertyRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetIOStationPropertyRequest();
|
|
inValue.deviceIndex = deviceIndex;
|
|
inValue.IOStationProperty = IOStationProperty;
|
|
wcfControlMonitorClient.ServiceReference1.SetIOStationPropertyResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetIOStationProperty(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.SetIOStationPropertyResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetIOStationPropertyResponse> SetIOStationPropertyAsync(wcfControlMonitorClient.ServiceReference1.SetIOStationPropertyRequest request) {
|
|
return base.Channel.SetIOStationPropertyAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetBlackBoxParameterResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetBlackBoxParameter(wcfControlMonitorClient.ServiceReference1.SetBlackBoxParameterRequest request) {
|
|
return base.Channel.SetBlackBoxParameter(request);
|
|
}
|
|
|
|
public bool SetBlackBoxParameter(int FileCount, int FileSize, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.SetBlackBoxParameterRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetBlackBoxParameterRequest();
|
|
inValue.FileCount = FileCount;
|
|
inValue.FileSize = FileSize;
|
|
wcfControlMonitorClient.ServiceReference1.SetBlackBoxParameterResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetBlackBoxParameter(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.SetBlackBoxParameterResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetBlackBoxParameterResponse> SetBlackBoxParameterAsync(wcfControlMonitorClient.ServiceReference1.SetBlackBoxParameterRequest request) {
|
|
return base.Channel.SetBlackBoxParameterAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetBlackBoxInfoResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetBlackBoxInfo(wcfControlMonitorClient.ServiceReference1.GetBlackBoxInfoRequest request) {
|
|
return base.Channel.GetBlackBoxInfo(request);
|
|
}
|
|
|
|
public string GetBlackBoxInfo(string deviceIndex, System.DateTime BeginTime, System.DateTime EndTime, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetBlackBoxInfoRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetBlackBoxInfoRequest();
|
|
inValue.deviceIndex = deviceIndex;
|
|
inValue.BeginTime = BeginTime;
|
|
inValue.EndTime = EndTime;
|
|
wcfControlMonitorClient.ServiceReference1.GetBlackBoxInfoResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetBlackBoxInfo(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetBlackBoxInfoResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetBlackBoxInfoResponse> GetBlackBoxInfoAsync(wcfControlMonitorClient.ServiceReference1.GetBlackBoxInfoRequest request) {
|
|
return base.Channel.GetBlackBoxInfoAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetAutoTaskHistoryResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetAutoTaskHistory(wcfControlMonitorClient.ServiceReference1.GetAutoTaskHistoryRequest request) {
|
|
return base.Channel.GetAutoTaskHistory(request);
|
|
}
|
|
|
|
public System.Data.DataTable GetAutoTaskHistory(System.DateTime BeginTime, System.DateTime EndTime, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetAutoTaskHistoryRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetAutoTaskHistoryRequest();
|
|
inValue.BeginTime = BeginTime;
|
|
inValue.EndTime = EndTime;
|
|
wcfControlMonitorClient.ServiceReference1.GetAutoTaskHistoryResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetAutoTaskHistory(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetAutoTaskHistoryResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetAutoTaskHistoryResponse> GetAutoTaskHistoryAsync(wcfControlMonitorClient.ServiceReference1.GetAutoTaskHistoryRequest request) {
|
|
return base.Channel.GetAutoTaskHistoryAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.DeleteAutoTaskHistoryResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.DeleteAutoTaskHistory(wcfControlMonitorClient.ServiceReference1.DeleteAutoTaskHistoryRequest request) {
|
|
return base.Channel.DeleteAutoTaskHistory(request);
|
|
}
|
|
|
|
public bool DeleteAutoTaskHistory(System.DateTime BeginTime, System.DateTime EndTime, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.DeleteAutoTaskHistoryRequest inValue = new wcfControlMonitorClient.ServiceReference1.DeleteAutoTaskHistoryRequest();
|
|
inValue.BeginTime = BeginTime;
|
|
inValue.EndTime = EndTime;
|
|
wcfControlMonitorClient.ServiceReference1.DeleteAutoTaskHistoryResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).DeleteAutoTaskHistory(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.DeleteAutoTaskHistoryResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.DeleteAutoTaskHistoryResponse> DeleteAutoTaskHistoryAsync(wcfControlMonitorClient.ServiceReference1.DeleteAutoTaskHistoryRequest request) {
|
|
return base.Channel.DeleteAutoTaskHistoryAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetUserAndPurviewResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetUserAndPurview(wcfControlMonitorClient.ServiceReference1.SetUserAndPurviewRequest request) {
|
|
return base.Channel.SetUserAndPurview(request);
|
|
}
|
|
|
|
public bool SetUserAndPurview(string UserID, string UserName, string Password, string Purview, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.SetUserAndPurviewRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetUserAndPurviewRequest();
|
|
inValue.UserID = UserID;
|
|
inValue.UserName = UserName;
|
|
inValue.Password = Password;
|
|
inValue.Purview = Purview;
|
|
wcfControlMonitorClient.ServiceReference1.SetUserAndPurviewResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetUserAndPurview(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.SetUserAndPurviewResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetUserAndPurviewResponse> SetUserAndPurviewAsync(wcfControlMonitorClient.ServiceReference1.SetUserAndPurviewRequest request) {
|
|
return base.Channel.SetUserAndPurviewAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetUserAndPurviewResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetUserAndPurview(wcfControlMonitorClient.ServiceReference1.GetUserAndPurviewRequest request) {
|
|
return base.Channel.GetUserAndPurview(request);
|
|
}
|
|
|
|
public bool GetUserAndPurview(string UserID, out string UserName, out string Password, out string Purview, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetUserAndPurviewRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetUserAndPurviewRequest();
|
|
inValue.UserID = UserID;
|
|
wcfControlMonitorClient.ServiceReference1.GetUserAndPurviewResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetUserAndPurview(inValue);
|
|
UserName = retVal.UserName;
|
|
Password = retVal.Password;
|
|
Purview = retVal.Purview;
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetUserAndPurviewResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetUserAndPurviewResponse> GetUserAndPurviewAsync(wcfControlMonitorClient.ServiceReference1.GetUserAndPurviewRequest request) {
|
|
return base.Channel.GetUserAndPurviewAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetUserPasswordResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetUserPassword(wcfControlMonitorClient.ServiceReference1.SetUserPasswordRequest request) {
|
|
return base.Channel.SetUserPassword(request);
|
|
}
|
|
|
|
public bool SetUserPassword(string UserID, string Password, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.SetUserPasswordRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetUserPasswordRequest();
|
|
inValue.UserID = UserID;
|
|
inValue.Password = Password;
|
|
wcfControlMonitorClient.ServiceReference1.SetUserPasswordResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetUserPassword(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.SetUserPasswordResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetUserPasswordResponse> SetUserPasswordAsync(wcfControlMonitorClient.ServiceReference1.SetUserPasswordRequest request) {
|
|
return base.Channel.SetUserPasswordAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetUserPasswordResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetUserPassword(wcfControlMonitorClient.ServiceReference1.GetUserPasswordRequest request) {
|
|
return base.Channel.GetUserPassword(request);
|
|
}
|
|
|
|
public string GetUserPassword(string UserID, out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetUserPasswordRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetUserPasswordRequest();
|
|
inValue.UserID = UserID;
|
|
wcfControlMonitorClient.ServiceReference1.GetUserPasswordResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetUserPassword(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.GetUserPasswordResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetUserPasswordResponse> GetUserPasswordAsync(wcfControlMonitorClient.ServiceReference1.GetUserPasswordRequest request) {
|
|
return base.Channel.GetUserPasswordAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.ShutDownControlSystemResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.ShutDownControlSystem(wcfControlMonitorClient.ServiceReference1.ShutDownControlSystemRequest request) {
|
|
return base.Channel.ShutDownControlSystem(request);
|
|
}
|
|
|
|
public bool ShutDownControlSystem(out string ErrText) {
|
|
wcfControlMonitorClient.ServiceReference1.ShutDownControlSystemRequest inValue = new wcfControlMonitorClient.ServiceReference1.ShutDownControlSystemRequest();
|
|
wcfControlMonitorClient.ServiceReference1.ShutDownControlSystemResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).ShutDownControlSystem(inValue);
|
|
ErrText = retVal.ErrText;
|
|
return retVal.ShutDownControlSystemResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ShutDownControlSystemResponse> ShutDownControlSystemAsync(wcfControlMonitorClient.ServiceReference1.ShutDownControlSystemRequest request) {
|
|
return base.Channel.ShutDownControlSystemAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.StartGetALLDeviceStateResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.StartGetALLDeviceState(wcfControlMonitorClient.ServiceReference1.StartGetALLDeviceStateRequest request) {
|
|
return base.Channel.StartGetALLDeviceState(request);
|
|
}
|
|
|
|
public bool StartGetALLDeviceState(out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.StartGetALLDeviceStateRequest inValue = new wcfControlMonitorClient.ServiceReference1.StartGetALLDeviceStateRequest();
|
|
wcfControlMonitorClient.ServiceReference1.StartGetALLDeviceStateResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).StartGetALLDeviceState(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.StartGetALLDeviceStateResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.StartGetALLDeviceStateResponse> StartGetALLDeviceStateAsync(wcfControlMonitorClient.ServiceReference1.StartGetALLDeviceStateRequest request) {
|
|
return base.Channel.StartGetALLDeviceStateAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.StartSendDeviceOrderResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.StartSendDeviceOrder(wcfControlMonitorClient.ServiceReference1.StartSendDeviceOrderRequest request) {
|
|
return base.Channel.StartSendDeviceOrder(request);
|
|
}
|
|
|
|
public bool StartSendDeviceOrder(out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.StartSendDeviceOrderRequest inValue = new wcfControlMonitorClient.ServiceReference1.StartSendDeviceOrderRequest();
|
|
wcfControlMonitorClient.ServiceReference1.StartSendDeviceOrderResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).StartSendDeviceOrder(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.StartSendDeviceOrderResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.StartSendDeviceOrderResponse> StartSendDeviceOrderAsync(wcfControlMonitorClient.ServiceReference1.StartSendDeviceOrderRequest request) {
|
|
return base.Channel.StartSendDeviceOrderAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.DataClearResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.DataClear(wcfControlMonitorClient.ServiceReference1.DataClearRequest request) {
|
|
return base.Channel.DataClear(request);
|
|
}
|
|
|
|
public bool DataClear(out string Errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.DataClearRequest inValue = new wcfControlMonitorClient.ServiceReference1.DataClearRequest();
|
|
wcfControlMonitorClient.ServiceReference1.DataClearResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).DataClear(inValue);
|
|
Errtext = retVal.Errtext;
|
|
return retVal.DataClearResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.DataClearResponse> DataClearAsync(wcfControlMonitorClient.ServiceReference1.DataClearRequest request) {
|
|
return base.Channel.DataClearAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTaskKindFromMonitorResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetManageTaskKindFromMonitor(wcfControlMonitorClient.ServiceReference1.GetManageTaskKindFromMonitorRequest request) {
|
|
return base.Channel.GetManageTaskKindFromMonitor(request);
|
|
}
|
|
|
|
public int GetManageTaskKindFromMonitor(int monitorIndex, out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTaskKindFromMonitorRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetManageTaskKindFromMonitorRequest();
|
|
inValue.monitorIndex = monitorIndex;
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTaskKindFromMonitorResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetManageTaskKindFromMonitor(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.GetManageTaskKindFromMonitorResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetManageTaskKindFromMonitorResponse> GetManageTaskKindFromMonitorAsync(wcfControlMonitorClient.ServiceReference1.GetManageTaskKindFromMonitorRequest request) {
|
|
return base.Channel.GetManageTaskKindFromMonitorAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTaskIndexFromMonitorResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetManageTaskIndexFromMonitor(wcfControlMonitorClient.ServiceReference1.GetManageTaskIndexFromMonitorRequest request) {
|
|
return base.Channel.GetManageTaskIndexFromMonitor(request);
|
|
}
|
|
|
|
public int GetManageTaskIndexFromMonitor(int monitorIndex, out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTaskIndexFromMonitorRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetManageTaskIndexFromMonitorRequest();
|
|
inValue.monitorIndex = monitorIndex;
|
|
wcfControlMonitorClient.ServiceReference1.GetManageTaskIndexFromMonitorResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetManageTaskIndexFromMonitor(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.GetManageTaskIndexFromMonitorResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetManageTaskIndexFromMonitorResponse> GetManageTaskIndexFromMonitorAsync(wcfControlMonitorClient.ServiceReference1.GetManageTaskIndexFromMonitorRequest request) {
|
|
return base.Channel.GetManageTaskIndexFromMonitorAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceKindIndexResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetDeviceKindIndex(wcfControlMonitorClient.ServiceReference1.GetDeviceKindIndexRequest request) {
|
|
return base.Channel.GetDeviceKindIndex(request);
|
|
}
|
|
|
|
public int GetDeviceKindIndex(int deviceIndex, out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceKindIndexRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetDeviceKindIndexRequest();
|
|
inValue.deviceIndex = deviceIndex;
|
|
wcfControlMonitorClient.ServiceReference1.GetDeviceKindIndexResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetDeviceKindIndex(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.GetDeviceKindIndexResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDeviceKindIndexResponse> GetDeviceKindIndexAsync(wcfControlMonitorClient.ServiceReference1.GetDeviceKindIndexRequest request) {
|
|
return base.Channel.GetDeviceKindIndexAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SendDeviceResetResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SendDeviceReset(wcfControlMonitorClient.ServiceReference1.SendDeviceResetRequest request) {
|
|
return base.Channel.SendDeviceReset(request);
|
|
}
|
|
|
|
public bool SendDeviceReset(int deviceIndex, int ResetOrder, out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.SendDeviceResetRequest inValue = new wcfControlMonitorClient.ServiceReference1.SendDeviceResetRequest();
|
|
inValue.deviceIndex = deviceIndex;
|
|
inValue.ResetOrder = ResetOrder;
|
|
wcfControlMonitorClient.ServiceReference1.SendDeviceResetResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SendDeviceReset(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.SendDeviceResetResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SendDeviceResetResponse> SendDeviceResetAsync(wcfControlMonitorClient.ServiceReference1.SendDeviceResetRequest request) {
|
|
return base.Channel.SendDeviceResetAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.HeartbeatResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.Heartbeat(wcfControlMonitorClient.ServiceReference1.HeartbeatRequest request) {
|
|
return base.Channel.Heartbeat(request);
|
|
}
|
|
|
|
public bool Heartbeat(out Model.MonitorInfo monitorinfo) {
|
|
wcfControlMonitorClient.ServiceReference1.HeartbeatRequest inValue = new wcfControlMonitorClient.ServiceReference1.HeartbeatRequest();
|
|
wcfControlMonitorClient.ServiceReference1.HeartbeatResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).Heartbeat(inValue);
|
|
monitorinfo = retVal.monitorinfo;
|
|
return retVal.HeartbeatResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.HeartbeatResponse> HeartbeatAsync(wcfControlMonitorClient.ServiceReference1.HeartbeatRequest request) {
|
|
return base.Channel.HeartbeatAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetDataViewResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetDataView(wcfControlMonitorClient.ServiceReference1.GetDataViewRequest request) {
|
|
return base.Channel.GetDataView(request);
|
|
}
|
|
|
|
public System.Data.DataTable GetDataView(string SQL, out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetDataViewRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetDataViewRequest();
|
|
inValue.SQL = SQL;
|
|
wcfControlMonitorClient.ServiceReference1.GetDataViewResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetDataView(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.GetDataViewResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetDataViewResponse> GetDataViewAsync(wcfControlMonitorClient.ServiceReference1.GetDataViewRequest request) {
|
|
return base.Channel.GetDataViewAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.ExeSQLNoneQueryResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.ExeSQLNoneQuery(wcfControlMonitorClient.ServiceReference1.ExeSQLNoneQueryRequest request) {
|
|
return base.Channel.ExeSQLNoneQuery(request);
|
|
}
|
|
|
|
public int ExeSQLNoneQuery(string SQL, out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.ExeSQLNoneQueryRequest inValue = new wcfControlMonitorClient.ServiceReference1.ExeSQLNoneQueryRequest();
|
|
inValue.SQL = SQL;
|
|
wcfControlMonitorClient.ServiceReference1.ExeSQLNoneQueryResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).ExeSQLNoneQuery(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.ExeSQLNoneQueryResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ExeSQLNoneQueryResponse> ExeSQLNoneQueryAsync(wcfControlMonitorClient.ServiceReference1.ExeSQLNoneQueryRequest request) {
|
|
return base.Channel.ExeSQLNoneQueryAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetManDataViewResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetManDataView(wcfControlMonitorClient.ServiceReference1.GetManDataViewRequest request) {
|
|
return base.Channel.GetManDataView(request);
|
|
}
|
|
|
|
public System.Data.DataTable GetManDataView(string SQL, out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetManDataViewRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetManDataViewRequest();
|
|
inValue.SQL = SQL;
|
|
wcfControlMonitorClient.ServiceReference1.GetManDataViewResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetManDataView(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.GetManDataViewResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetManDataViewResponse> GetManDataViewAsync(wcfControlMonitorClient.ServiceReference1.GetManDataViewRequest request) {
|
|
return base.Channel.GetManDataViewAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.ExeManSQLNoneQueryResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.ExeManSQLNoneQuery(wcfControlMonitorClient.ServiceReference1.ExeManSQLNoneQueryRequest request) {
|
|
return base.Channel.ExeManSQLNoneQuery(request);
|
|
}
|
|
|
|
public int ExeManSQLNoneQuery(string SQL, out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.ExeManSQLNoneQueryRequest inValue = new wcfControlMonitorClient.ServiceReference1.ExeManSQLNoneQueryRequest();
|
|
inValue.SQL = SQL;
|
|
wcfControlMonitorClient.ServiceReference1.ExeManSQLNoneQueryResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).ExeManSQLNoneQuery(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.ExeManSQLNoneQueryResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.ExeManSQLNoneQueryResponse> ExeManSQLNoneQueryAsync(wcfControlMonitorClient.ServiceReference1.ExeManSQLNoneQueryRequest request) {
|
|
return base.Channel.ExeManSQLNoneQueryAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.GetAllManageTaskResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.GetAllManageTask(wcfControlMonitorClient.ServiceReference1.GetAllManageTaskRequest request) {
|
|
return base.Channel.GetAllManageTask(request);
|
|
}
|
|
|
|
public bool GetAllManageTask(out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.GetAllManageTaskRequest inValue = new wcfControlMonitorClient.ServiceReference1.GetAllManageTaskRequest();
|
|
wcfControlMonitorClient.ServiceReference1.GetAllManageTaskResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).GetAllManageTask(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.GetAllManageTaskResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.GetAllManageTaskResponse> GetAllManageTaskAsync(wcfControlMonitorClient.ServiceReference1.GetAllManageTaskRequest request) {
|
|
return base.Channel.GetAllManageTaskAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.DisassembleTaskResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.DisassembleTask(wcfControlMonitorClient.ServiceReference1.DisassembleTaskRequest request) {
|
|
return base.Channel.DisassembleTask(request);
|
|
}
|
|
|
|
public bool DisassembleTask(out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.DisassembleTaskRequest inValue = new wcfControlMonitorClient.ServiceReference1.DisassembleTaskRequest();
|
|
wcfControlMonitorClient.ServiceReference1.DisassembleTaskResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).DisassembleTask(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.DisassembleTaskResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.DisassembleTaskResponse> DisassembleTaskAsync(wcfControlMonitorClient.ServiceReference1.DisassembleTaskRequest request) {
|
|
return base.Channel.DisassembleTaskAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.SetLogicHaveGoodsResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.SetLogicHaveGoods(wcfControlMonitorClient.ServiceReference1.SetLogicHaveGoodsRequest request) {
|
|
return base.Channel.SetLogicHaveGoods(request);
|
|
}
|
|
|
|
public bool SetLogicHaveGoods(bool ifHaveGoods, int deviceindex, out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.SetLogicHaveGoodsRequest inValue = new wcfControlMonitorClient.ServiceReference1.SetLogicHaveGoodsRequest();
|
|
inValue.ifHaveGoods = ifHaveGoods;
|
|
inValue.deviceindex = deviceindex;
|
|
wcfControlMonitorClient.ServiceReference1.SetLogicHaveGoodsResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).SetLogicHaveGoods(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.SetLogicHaveGoodsResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.SetLogicHaveGoodsResponse> SetLogicHaveGoodsAsync(wcfControlMonitorClient.ServiceReference1.SetLogicHaveGoodsRequest request) {
|
|
return base.Channel.SetLogicHaveGoodsAsync(request);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.DealWithDeviceStateResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.DealWithDeviceState(wcfControlMonitorClient.ServiceReference1.DealWithDeviceStateRequest request) {
|
|
return base.Channel.DealWithDeviceState(request);
|
|
}
|
|
|
|
public bool DealWithDeviceState(int deviceindex, byte[] splitbyteValue, byte[] devicestates, out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.DealWithDeviceStateRequest inValue = new wcfControlMonitorClient.ServiceReference1.DealWithDeviceStateRequest();
|
|
inValue.deviceindex = deviceindex;
|
|
inValue.splitbyteValue = splitbyteValue;
|
|
inValue.devicestates = devicestates;
|
|
wcfControlMonitorClient.ServiceReference1.DealWithDeviceStateResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).DealWithDeviceState(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.DealWithDeviceStateResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.DealWithDeviceStateResponse> DealWithDeviceStateAsync(wcfControlMonitorClient.ServiceReference1.DealWithDeviceStateRequest request) {
|
|
return base.Channel.DealWithDeviceStateAsync(request);
|
|
}
|
|
|
|
public Model.MDevice SendAllDeviceStates(int device) {
|
|
return base.Channel.SendAllDeviceStates(device);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<Model.MDevice> SendAllDeviceStatesAsync(int device) {
|
|
return base.Channel.SendAllDeviceStatesAsync(device);
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
wcfControlMonitorClient.ServiceReference1.WriteDBDataResponse wcfControlMonitorClient.ServiceReference1.IControlMonitor.WriteDBData(wcfControlMonitorClient.ServiceReference1.WriteDBDataRequest request) {
|
|
return base.Channel.WriteDBData(request);
|
|
}
|
|
|
|
public bool WriteDBData(int deviceIndex, string DBBlock, string Wdata, out string errtext) {
|
|
wcfControlMonitorClient.ServiceReference1.WriteDBDataRequest inValue = new wcfControlMonitorClient.ServiceReference1.WriteDBDataRequest();
|
|
inValue.deviceIndex = deviceIndex;
|
|
inValue.DBBlock = DBBlock;
|
|
inValue.Wdata = Wdata;
|
|
wcfControlMonitorClient.ServiceReference1.WriteDBDataResponse retVal = ((wcfControlMonitorClient.ServiceReference1.IControlMonitor)(this)).WriteDBData(inValue);
|
|
errtext = retVal.errtext;
|
|
return retVal.WriteDBDataResult;
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<wcfControlMonitorClient.ServiceReference1.WriteDBDataResponse> WriteDBDataAsync(wcfControlMonitorClient.ServiceReference1.WriteDBDataRequest request) {
|
|
return base.Channel.WriteDBDataAsync(request);
|
|
}
|
|
|
|
public bool ReConnectOPCServer() {
|
|
return base.Channel.ReConnectOPCServer();
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<bool> ReConnectOPCServerAsync() {
|
|
return base.Channel.ReConnectOPCServerAsync();
|
|
}
|
|
}
|
|
}
|