@qualithm/mqtt-wire - v0.1.5
GitHub
Preparing search index...
index
PubAckProperties
Type Alias PubAckProperties
PUBACK/PUBREC/PUBREL/PUBCOMP properties (MQTT 5.0).
type
PubAckProperties
=
{
reasonString
?:
string
;
userProperties
?:
readonly
UserProperty
[]
;
}
Index
Properties
reason
String?
user
Properties?
Properties
Optional
Readonly
reason
String
reasonString
?:
string
Reason string
Optional
Readonly
user
Properties
userProperties
?:
readonly
UserProperty
[]
User properties
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
reason
String
user
Properties
GitHub
@qualithm/mqtt-wire - v0.1.5
Loading...
PUBACK/PUBREC/PUBREL/PUBCOMP properties (MQTT 5.0).