KaaDataDemultiplexer Protocol Reference

Declared in KaaDataDemultiplexer.h

Overview

Demultiplexer is responsible for deserializing of response data and notifying appropriate services.

Required in user implementation of any kind of data channel.

– processResponse: required method

Processes the given response bytes.

- (void)processResponse:(NSData *)data

Discussion

Processes the given response bytes.

Declared In

KaaDataDemultiplexer.h

– preProcess required method

Routines to be executed before response will be processed

- (void)preProcess

Discussion

Routines to be executed before response will be processed

Declared In

KaaDataDemultiplexer.h

– postProcess required method

Define routines to be executed after response is processed.

- (void)postProcess

Discussion

Define routines to be executed after response is processed.

Declared In

KaaDataDemultiplexer.h