AllenBradleyHelperGetStructItemNameType 方法 |
获取结构体内部数据结构的方法
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] GetStructItemNameType(
ushort symbolType,
AbStructHandle structHandle,
int offset
)
Public Shared Function GetStructItemNameType (
symbolType As UShort,
structHandle As AbStructHandle,
offset As Integer
) As Byte()
public:
static array<unsigned char>^ GetStructItemNameType(
unsigned short symbolType,
AbStructHandle^ structHandle,
int offset
)
static member GetStructItemNameType :
symbolType : uint16 *
structHandle : AbStructHandle *
offset : int -> byte[]
参数
- symbolType
- 类型:SystemUInt16
地址 - structHandle
- 类型:HslCommunication.Profinet.AllenBradleyAbStructHandle
句柄 - offset
- 类型:SystemInt32
偏移量地址
返回值
类型:
Byte指令
参见