点击或拖拽改变大小

SiemensS7ServerGetDbBlockBuffer 方法

获取当前的DB块数据区信息,返回一个字典对象,Key为DB块的ID,Value为对应的SoftBuffer对象
Get the current DB block data area information, returning a dictionary object, where the key is the ID of the DB block and the value is the corresponding SoftBuffer object.

命名空间:  HslCommunication.Profinet.Siemens
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法
public Dictionary<int, SoftBuffer> GetDbBlockBuffer()

返回值

类型:DictionaryInt32, SoftBuffer
词典对象
参见