Class EthernetSettingsV1
网络设置
Inheritance
Object
EthernetSettingsV1
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 EthernetSettingsV1
Properties
AssembleIntervalBitReg
组包位寄存器间隔
Declaration
public int AssembleIntervalBitReg { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
AssembleIntervalWordReg
组包字寄存器间隔
Declaration
public int AssembleIntervalWordReg { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
IP
默认IP地址
Declaration
public string IP { get; set; }
Property Value
Type | Description |
---|---|
String |
MaxPacketsBitReg
位组包最大寄存器个数
Declaration
public int MaxPacketsBitReg { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
MaxPacketsWordReg
字组包最大寄存器个数
Declaration
public int MaxPacketsWordReg { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
PlcResponseTimeout
通讯超时时间
Declaration
public int PlcResponseTimeout { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Port
默认端口
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProtocolInterval
通讯间隔
Declaration
public int ProtocolInterval { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProtocolTimeout1
协议超时参数1
Declaration
public int ProtocolTimeout1 { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProtocolTimeout2
协议超时参数2
Declaration
public int ProtocolTimeout2 { get; set; }
Property Value
Type | Description |
---|---|
Int32 |