Class HControl
历史记录控制
Inheritance
System.Object
HControl
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 HControl
Properties
DataType
数据类型
Declaration
public DataType DataType { get; set; }
Property Value
Type | Description |
---|---|
DataType |
DeviceId
设备ID
Declaration
public int DeviceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Ip
IP地址
Declaration
public string Ip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MainAddress
主地址
Declaration
public int MainAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Port
端口号
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PortNo
portNo
Declaration
public int PortNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RegisterId
寄存器ID
Declaration
public int RegisterId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RegisterWidth
数据宽度类型
Declaration
public DataWidth RegisterWidth { get; set; }
Property Value
Type | Description |
---|---|
DataWidth |
ServerId
服务ID
Declaration
public int ServerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StationNo
帐号
Declaration
public int StationNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Status
使能状态
Declaration
public bool Status { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SubAddress
子地址
Declaration
public int SubAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubIndex
索引地址
Declaration
public int SubIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |