点击或拖拽改变大小

RedisHelperPackStringCommand 方法

将字符串数组打包成一个redis的报文信息

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

参数

commands
类型:SystemString
字节数据信息

返回值

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