Class HControl
历史记录控制
Inheritance
Object
HControl
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 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 |
---|---|
Int32 |
Ip
IP地址
Declaration
public string Ip { get; set; }
Property Value
Type | Description |
---|---|
String |
MainAddress
主地址
Declaration
public int MainAddress { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Port
端口号
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
PortNo
portNo
Declaration
public int PortNo { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
RegisterId
寄存器ID
Declaration
public int RegisterId { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
Int32 |
StationNo
帐号
Declaration
public int StationNo { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Status
使能状态
Declaration
public bool Status { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
SubAddress
子地址
Declaration
public int SubAddress { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SubIndex
索引地址
Declaration
public int SubIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 |