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()
Public Function GetDbBlockBuffer As Dictionary(Of Integer, SoftBuffer)
public:
Dictionary<int, SoftBuffer^>^ GetDbBlockBuffer()
member GetDbBlockBuffer : unit -> Dictionary<int, SoftBuffer>
返回值
类型:
DictionaryInt32,
SoftBuffer词典对象
参见