The SDMConnectivity layer hides the complexity of network communication and provides easy to use APIs to the applications.
List of Features
- Provides interfaces for request handling
 
- Handles the requests synchronously and asynchronously
 
- Handles the requests by multiple number of threads
                        (configurable)
 
- Handles the data streaming from server to device  and device to
                        server.
                        A streaming API is provided to allow the value to be accessed in chunks. See
                            SDMRequest and SDMResponse, for more
                        information on streaming APIs.