点击或拖拽改变大小

HslCommunication.Reflection 命名空间

[缺少 "N:HslCommunication.Reflection" 的 <summary> 文档]

  说明
公共类HslAddressProperty
Hsl相关地址的属性信息
公共类HslDeviceAddressAttribute
应用于Hsl组件库读取的动态地址解析,具体用法为创建一个类,创建数据属性,如果这个属性需要绑定PLC的真实数据,就在属性的特性上应用本特性。
Applied to the dynamic address resolution read by the Hsl component library, the specific usage is to create a class and create data attributes. If this attribute needs to be bound to the real data of the PLC, this feature is applied to the characteristics of the attribute.
公共类HslMqttApiAttribute
可以指定方法变成对外公开的API接口,如果方法不实现该特性,将不对外公开方法,无法获取相关的接口权限
You can specify the method to become an externally public API interface. If the method does not implement this feature, the method will not be publicly disclosed, and the related interface permissions cannot be obtained
公共类HslMqttPermissionAttribute
可以指定方法的权限内容,可以限定MQTT会话的ClientID信息或是UserName内容
公共类HslRedisHashFieldAttribute
对应redis的一个哈希信息的内容
公共类HslRedisKeyAttribute
对应redis的一个键值信息的内容
公共类HslRedisListAttribute
对应redis的一个列表信息的内容
公共类HslRedisListItemAttribute
对应redis的一个列表信息的内容
公共类HslReflectionHelper
反射的辅助类
公共类HslStructAttribute
结构体的字节偏移信息定义