Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crymq
master
Top Level Namespace
Connack
Connect
Control
Crymq
Disconnect
Mqtt
MqttError
Packet
Pingreq
Pingresp
Pkid
Puback
Pubcomp
Publish
Pubrec
Pubrel
QoS
Suback
Subscribe
Topic
TopicError
Unsuback
Unsubscribe
Built with Crystal 1.9.2
2023-10-07 21:07:10 UTC
struct
Unsuback
Unsuback
Struct
Value
Object
Defined in:
crymq/mqtt.cr
Constructors
.new
(pkid : Pkid)
Instance Method Summary
#pkid
: Pkid
#pkid=
(pkid : Pkid)
#to_io
(io : IO, format : IO::ByteFormat =
IO
::
ByteFormat
::
SystemEndian
)
Constructor Detail
def self.
new
(pkid :
Pkid
)
#
[
View source
]
Instance Method Detail
def
pkid
:
Pkid
#
[
View source
]
def
pkid=
(pkid :
Pkid
)
#
[
View source
]
def
to_io
(io : IO, format : IO::ByteFormat =
IO
::
ByteFormat
::
SystemEndian
)
#
[
View source
]