AllenBradleyHelperBuildEnumeratorCommand 方法 |
获取枚举PLC数据信息的指令
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] BuildEnumeratorCommand(
uint startInstance
)
Public Shared Function BuildEnumeratorCommand (
startInstance As UInteger
) As Byte()
public:
static array<unsigned char>^ BuildEnumeratorCommand(
unsigned int startInstance
)
static member BuildEnumeratorCommand :
startInstance : uint32 -> byte[]
参数
- startInstance
- 类型:SystemUInt32
实例的起始地址
返回值
类型:
Byte结果数据
参见