Communication API > BS2_IsConnected
Checks device connection status.
#include "BS_API.h" int BS2_IsConnected(void* context, BS2_DEVICE_ID deviceId, int* connected);
context
: ContextdeviceId
: Device IDconnected
: Device connection status
If successfully done, ''BS_SDK_SUCCESS' will be returned.
If there is an error, the corresponding error code will be returned.