ConfigurationProcessor Protocol Reference

Declared in ConfigurationCommon.h

Overview

Interface for a configuration processor.

Receives and decodes the raw configuration data

– processConfigurationData:fullResync: required method

Routine for processing received configuration data.

- (void)processConfigurationData:(NSData *)data fullResync:(BOOL)fullResync

Parameters

data

The input buffer with raw data

fullResync

Notify whether configuration is a full resync

Discussion

Routine for processing received configuration data.

Declared In

ConfigurationCommon.h