Class PlcEntity
PLC 实体
Inheritance
System.Object
PlcEntity
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 PlcEntity
Constructors
PlcEntity()
构造函数
Declaration
public PlcEntity()
Properties
ComPortPlcs
串口PLC集合
Declaration
public IList<ComPortPlc> ComPortPlcs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ComPortPlc> |
EthernetPlcs
网络PLC集合
Declaration
public IList<EthernetPlc> EthernetPlcs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<EthernetPlc> |