点击或拖拽改变大小

AllenBradleyNetStructTagEnumerator 方法

枚举结构体的方法,传入结构体的标签对象,返回结构体子属性标签列表信息,子属性有可能是标量数据,也可能是另一个结构体。
The method of enumerating the structure, passing in the tag object of the structure, and returning the tag list information of the sub-attributes of the structure. The sub-attributes may be scalar data or another structure.

命名空间:  HslCommunication.Profinet.AllenBradley
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public OperateResult<AbTagItem[]> StructTagEnumerator(
	AbTagItem structTag
)

参数

structTag
类型:HslCommunication.Profinet.AllenBradleyAbTagItem
结构体的标签

返回值

类型:OperateResultAbTagItem
是否成功
参见