Using the JetSend SDK
This part discusses in detail, the various steps involved in integrating the JetSend SDK with the device code.
- Initialize the JetSend Stack and client Manager.
- Loop and Process events.
- Shutdown the JetSend Stack.
A call to an API named amInitializeForWindows () should be made for initializing the activity manager queues for events and memory locations used. The device should have been registered with the Client Manager before calling amInitializeForWindows ().
This should be done to initialize the client manager to perform operations like registration and de-registration of devices, querying for specific devices, enabling/disabling specific devices etc. A call to an API named jscmInitialize () initializes the Client Manager....




