Class PlcEntity
PLC 实体
Inheritance
Object
PlcEntity
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 |
---|---|
IList<ComPortPlc> |
EthernetPlcs
网络PLC集合
Declaration
public IList<EthernetPlc> EthernetPlcs { get; set; }
Property Value
Type | Description |
---|---|
IList<EthernetPlc> |