Old revisions Add to book Export to PDF Book Creator Add this page to your book Book Creator Remove this page from your book Manage book (0 page(s)) Help SDK API > BS2_AllocateContext BS2_AllocateContext BS2_AllocateContext() function creates a context that controls and manages the devices. Device management context manages and supervises the network connection status of the connected devices and is responsible of calling the APIs provided by the SDK. Declaration #include "BS_API.h" void* BS2_AllocateContext(); Return Value Returns NULL when there is not enough system memory, if not, returns the allocated Context. See Also BS2_ReleaseContext