DLT645ServerDLTAddress 构造函数 (String, Byte, Int32) |
指定地址,数据,小数位实例化对象
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public DLTAddress(
string address,
byte[] buffer,
int digtal
)
Public Sub New (
address As String,
buffer As Byte(),
digtal As Integer
)
public:
DLTAddress(
String^ address,
array<unsigned char>^ buffer,
int digtal
)
new :
address : string *
buffer : byte[] *
digtal : int -> DLTAddress
参数
- address
- 类型:SystemString
地址 - buffer
- 类型:SystemByte
数据 - digtal
- 类型:SystemInt32
小数位
参见