ConfigurationTransport Protocol Reference
Conforms to | KaaTransport |
---|---|
Declared in | ConfigurationTransport.h |
– 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