XinJEAddress 构造函数 (Byte, Int32, Int32, Byte) |
指定类型,地址偏移,临界地址来实例化一个对象
Specify the type, address offset, and critical address to instantiate an object
命名空间:
HslCommunication.Core.Address
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public XinJEAddress(
byte dataCode,
int address,
int criticalAddress,
byte station
)
Public Sub New (
dataCode As Byte,
address As Integer,
criticalAddress As Integer,
station As Byte
)
public:
XinJEAddress(
unsigned char dataCode,
int address,
int criticalAddress,
unsigned char station
)
new :
dataCode : byte *
address : int *
criticalAddress : int *
station : byte -> XinJEAddress
参数
- dataCode
- 类型:SystemByte
数据的类型代号 - address
- 类型:SystemInt32
偏移地址信息 - criticalAddress
- 类型:SystemInt32
临界地址信息 - station
- 类型:SystemByte
站号信息
参见