浏览当前PLC的DB块列表,并且拿到用户自定义的DB块的关联ID信息
Browse the DB block list of the current PLC and get the associated ID information of the user-defined DB block
命名空间:
HslCommunication.Profinet.Siemens
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<List<S7Object>> BrowerDB()
Public Function BrowerDB As OperateResult(Of List(Of S7Object))
public:
OperateResult<List<S7Object^>^>^ BrowerDB()
member BrowerDB : unit -> OperateResult<List<S7Object>>
返回值
类型:
OperateResultListS7ObjectDB块列表信息
参见