BootstrapTransport Protocol Reference
| Conforms to | KaaTransport |
|---|---|
| Declared in | BootstrapTransport.h |
– createResolveRequest
required method
Creates new Resolve request.
- (SyncRequest *)createResolveRequestReturn Value
Resovle request.
Discussion
Creates new Resolve request.
Declared In
BootstrapTransport.h
– onResolveResponse:
required method
Updates the state of the Bootstrap manager according the given response.
- (void)onResolveResponse:(SyncResponse *)serversParameters
servers |
response from Bootstrap server. |
|---|
Discussion
Updates the state of the Bootstrap manager according the given response.
Declared In
BootstrapTransport.h
– setBootstrapManager:
required method
Sets the given Bootstrap manager.
- (void)setBootstrapManager:(id<BootstrapManager>)managerParameters
manager |
the Bootstrap manager to be set. |
|---|
Discussion
Sets the given Bootstrap manager.
Declared In
BootstrapTransport.h