| Motorola Mobility Confidential Restricted. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ToiNetConfigurationSession Interface Reference Description
Inheritance diagram for ToiNetConfigurationSession:
Member Function Documentation
Applies the changes made in the configuration session and makes the changes permanent as well as notifying any observers of the changed configuration.
Clears this configuration session to default settings for all devices. The cleared configuration is not applied until ToiNetConfigurationSession::apply() is called.
Clears the specified device to its default settings. The cleared configuration is not applied until ToiNetConfigurationSession::apply() is called.
Returns the operation manager that handles asynchronous operations involving Net operations. The procedure of executing asynchronous operations is generic and looks like this:
This function releases the resources used by this instance and ends the configuration session. If ToiNetConfigurationSession::apply() has not been called, the session configuration is lost. When this function returns all observers has also been released.
Reverts a configuration session to the state it had when first being created, even if changes have been applied. The reverted configuration is not applied until ToiNetConfigurationSession::apply() is called.
Initializes/uninitializes the network device. This is an asynchronous operation. The application receives a ToiOperationOperationResultEvent call with the operation result ToiOperationManager::OP_RESULT_NONE and the operation state ToiOperationManager::OPERATION_COMPLETED when the device was successfully initialized/uninitialized as requested.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||