RedisHelperPackStringCommand 方法 |
将字符串数组打包成一个redis的报文信息
命名空间:
HslCommunication.Enthernet.Redis
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] PackStringCommand(
string[] commands
)
Public Shared Function PackStringCommand (
commands As String()
) As Byte()
public:
static array<unsigned char>^ PackStringCommand(
array<String^>^ commands
)
static member PackStringCommand :
commands : string[] -> byte[]
参数
- commands
- 类型:SystemString
字节数据信息
返回值
类型:
Byte结果报文信息
参见