Class AddOrUpdatePlcDeviceArgsV2
新增PLC驱动参数
Inheritance
System.Object
AddOrUpdatePlcDeviceArgsV2
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class AddOrUpdatePlcDeviceArgsV2
Constructors
AddOrUpdatePlcDeviceArgsV2()
构造函数
Declaration
public AddOrUpdatePlcDeviceArgsV2()
AddOrUpdatePlcDeviceArgsV2(IList<AddOrUpdatePlcDeviceV2>, String)
构造函数
Declaration
public AddOrUpdatePlcDeviceArgsV2(IList<AddOrUpdatePlcDeviceV2> plcList, string boxNo)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<AddOrUpdatePlcDeviceV2> | plcList | 驱动列表 |
System.String | boxNo | 盒子编码 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlcList
Declaration
public IList<AddOrUpdatePlcDeviceV2> PlcList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AddOrUpdatePlcDeviceV2> |