点击或拖拽改变大小

RedisHelperPackSubscribeCommand 方法

生成一个订阅多个主题的报文信息

命名空间:  HslCommunication.Enthernet.Redis
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static byte[] PackSubscribeCommand(
	string[] topics
)

参数

topics
类型:SystemString
多个的主题信息

返回值

类型:Byte
结果报文信息
参见