TQMQTTMessage.Cat(Integer,Boolean) 函数

向当前位置写入一个32位整数

命名空间: QMqttClient
public
 function Cat(const V: Integer; AEncode: Boolean = false)
 : PQMQTTMessage; overload;

参数

V
类型: Integer

要写入的数值

AEncode
类型: Boolean

是否对其进行编码(具体编码规则参考 EncodeInt 和 EncodeInt64 的实现)

返回值