콘텐츠로 이동
한국어

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.

optional properties?: object

Defined in: src/io/broker/MqttActor.ts:588

optional reasonCode?: number

optional userProperties?: MqttUserProperties


optional qos?: number

Defined in: src/io/broker/MqttActor.ts:586


optional retain?: boolean

Defined in: src/io/broker/MqttActor.ts:587