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