MqttHelperBuildSegCommandByString 方法 (String) |
将字符串打包成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(
string message
)
Public Shared Function BuildSegCommandByString (
message As String
) As Byte()
public:
static array<unsigned char>^ BuildSegCommandByString(
String^ message
)
static member BuildSegCommandByString :
message : string -> byte[]
参数
- message
- 类型:SystemString
文本消息
返回值
类型:
Byte打包之后的信息
参见