class MQTT::V3::UnsubTopic
Defined in:
mqtt/v3/unsubscribe.cr
Constant Summary
-
ENDIAN =
["big"]
-
KLASS_NAME =
[MQTT::V3::UnsubTopic]
-
PARTS =
[{type: "basic", name: filter_size, cls: UInt16, onlyif: nil, verify: nil, value: -> do
filter.bytesize
end}, {type: "string", name: filter, cls: String, onlyif: nil, verify: nil, length: -> do
filter_size
end, value: nil, encoding: nil}] of Nil
-
REMAINING =
[] of Nil
Class Method Summary
Instance Method Summary
Class Method Detail
Instance Method Detail
def
__format__ : IO::ByteFormat
#
def
filter=(filter : String)
#
def
filter_size : UInt16
#
def
filter_size=(filter_size : UInt16)
#