AbTagValue 构造函数 (UInt16, Byte) |
指定标签的名称,数据类型,数据内容来实例化一个对象
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public AbTagValue(
ushort type,
byte[] value
)
Public Sub New (
type As UShort,
value As Byte()
)
public:
AbTagValue(
unsigned short type,
array<unsigned char>^ value
)
new :
type : uint16 *
value : byte[] -> AbTagValue
参数
- type
- 类型:SystemUInt16
[缺少 "M:HslCommunication.Profinet.AllenBradley.AbTagValue.#ctor(System.UInt16,System.Byte[])" 的 <param name="type"/> 文档]
- value
- 类型:SystemByte
[缺少 "M:HslCommunication.Profinet.AllenBradley.AbTagValue.#ctor(System.UInt16,System.Byte[])" 的 <param name="value"/> 文档]
参见