Manpage logo

Net::MQTT::Message::ConnAck - Perl module to represent an MQTT ConnAck message

NAME  VERSION  SYNOPSIS  DESCRIPTION  METHODS  connack_reserved()  return_code()  AUTHOR  COPYRIGHT AND LICENSE 

NAME

Net::MQTT::Message::ConnAck − Perl module to represent an MQTT ConnAck message

VERSION

version 1.163170

SYNOPSIS

# instantiated by Net::MQTT::Message

DESCRIPTION

This module encapsulates a single MQTT Connection Acknowledgement message. It is a specific subclass used by Net::MQTT::Message and should not need to be instantiated directly.

METHODS

connack_reserved()

Returns the reserved field of the MQTT Connection Acknowledgement message.

return_code()

Returns the return code field of the MQTT Connection Acknowledgement message. The module Net::MQTT::Constants provides a function, "connect_return_code_string", that can be used to convert this value to a human readable string.

AUTHOR

Mark Hindess <soft−[email protected]>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Mark Hindess.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.


Updated 2026-06-01 - jenkler.se | uex.se