MqttHelperBuildSegCommandByString 方法 (Byte) |
将字符串打包成utf8编码,并且带有2个字节的表示长度的信息
Pack the string into utf8 encoding, and with 2 bytes of length information
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] BuildSegCommandByString(
byte[] message
)
Public Shared Function BuildSegCommandByString (
message As Byte()
) As Byte()
public:
static array<unsigned char>^ BuildSegCommandByString(
array<unsigned char>^ message
)
static member BuildSegCommandByString :
message : byte[] -> byte[]
参数
- message
- 类型:SystemByte
文本消息
返回值
类型:
Byte打包之后的信息
参见