MqttInboundPacketLike
이 콘텐츠는 아직 번역되지 않았습니다.
MqttInboundPacketLike =
object
Defined in: src/io/broker/MqttActor.ts:585
Inbound packet shape read off mqtt.js. v5 nests user properties +
reason codes under properties; absent on 3.1.1. Exported as a test
seam so a fake client can build the same shape.
Properties
Section titled “Properties”properties?
Section titled “properties?”
optionalproperties?:object
Defined in: src/io/broker/MqttActor.ts:588
reasonCode?
Section titled “reasonCode?”
optionalreasonCode?:number
userProperties?
Section titled “userProperties?”
optionaluserProperties?:MqttUserProperties
optionalqos?:number
Defined in: src/io/broker/MqttActor.ts:586
retain?
Section titled “retain?”
optionalretain?:boolean
Defined in: src/io/broker/MqttActor.ts:587
