ConfigurationTransport Protocol Reference

Conforms to KaaTransport
Declared in ConfigurationTransport.h

Overview

KaaTransport for the Configuration service. Updates the Configuration manager state.

– createConfigurationRequest required method

Creates the configuration request.

- (ConfigurationSyncRequest *)createConfigurationRequest

Return Value

The configuration request object.

Discussion

Creates the configuration request.

Declared In

ConfigurationTransport.h

– onConfigurationResponse: required method

Updates the state of the Configuration manager according to the given response.

- (void)onConfigurationResponse:(ConfigurationSyncResponse *)response

Parameters

response

The configuration response.

Discussion

Updates the state of the Configuration manager according to the given response.

Declared In

ConfigurationTransport.h