AllenBradleyNetGetWriteValueLength 方法 |
获取写入数据的长度信息,此处直接返回数组的长度信息
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected virtual int GetWriteValueLength(
string address,
int length
)
Protected Overridable Function GetWriteValueLength (
address As String,
length As Integer
) As Integer
protected:
virtual int GetWriteValueLength(
String^ address,
int length
)
abstract GetWriteValueLength :
address : string *
length : int -> int
override GetWriteValueLength :
address : string *
length : int -> int
参数
- address
- 类型:SystemString
地址信息 - length
- 类型:SystemInt32
数组长度信息
返回值
类型:
Int32实际的写入长度信息
参见