コンテンツにスキップ

_SN_Object

#include <mqtt_packet.h>

Public Attributes

Name
SN_Advertise advertise
SN_GwInfo gwInfo
SN_SearchGw searchGw
SN_Will will
SN_Connect connect
SN_ConnectAck connectAck
SN_Register reg
SN_RegAck regAck
SN_Publish publish
SN_PublishResp publishResp
SN_Subscribe sub
SN_SubAck subAck
SN_Unsubscribe unSub
SN_UnsubscribeAck unSubAck
SN_PingReq pingReq
SN_Disconnect disconnect
SN_WillMsgUpd willMsgUpd
SN_WillMsgResp willMsgResp
SN_WillTopicUpd willTopicUpd
SN_WillTopicResp willTopicResp

Public Attributes Documentation

variable advertise

SN_Advertise advertise;

variable gwInfo

SN_GwInfo gwInfo;

variable searchGw

SN_SearchGw searchGw;

variable will

SN_Will will;

variable connect

SN_Connect connect;

variable connectAck

SN_ConnectAck connectAck;

variable reg

SN_Register reg;

variable regAck

SN_RegAck regAck;

variable publish

SN_Publish publish;

variable publishResp

SN_PublishResp publishResp;

variable sub

SN_Subscribe sub;

variable subAck

SN_SubAck subAck;

variable unSub

SN_Unsubscribe unSub;

variable unSubAck

SN_UnsubscribeAck unSubAck;

variable pingReq

SN_PingReq pingReq;

variable disconnect

SN_Disconnect disconnect;

variable willMsgUpd

SN_WillMsgUpd willMsgUpd;

variable willMsgResp

SN_WillMsgResp willMsgResp;

variable willTopicUpd

SN_WillTopicUpd willTopicUpd;

variable willTopicResp

SN_WillTopicResp willTopicResp;

Updated on 2026-07-14 at 09:10:06 +0000