KAATcpSync Class Reference

Inherits from KAATcpKaaSync : KAAMqttFrame : NSObject
Declared in KAATcpSync.h
KAATcpSync.m

Overview

Sync message class.
The SYNC message is used as intermediate class for decoding messages SyncRequest,SyncResponse

Sync message extend KaaSync with Payload Avro object.

Payload Avro object depend on Flags object can be zipped and than encrypted with AES SessionKey exchanged with the CONNECT message.

– pack

Pack message into mqtt frame

- (void)pack

Discussion

Pack message into mqtt frame

Declared In

KAAMqttFrame.h

– decode

Decode message from mqttFrame buffer

- (void)decode

Discussion

Decode message from mqttFrame buffer

Exceptions

KaaTcpProtocolException

TCP exception

Declared In

KAAMqttFrame.h