Device API > BS2_GetDeviceInfoEx


BS2_GetDeviceInfoEx

Retrives not only information that can be retrieved via BS2SimpleDeviceInfo, such as device ID, type, network information, and property information, but also additional information such as iClass SEOS card, daylight saving time information.

Declaration

#include "BS_API.h"
 
int BS2_GetDeviceInfoEx(void* context, uint32_t deviceId, BS2SimpleDeviceInfo* deviceInfo, BS2SimpleDeviceInfoEx* deviceInfoEx);

Parameter

Return Value

If successfully done, BS_SDK_SUCCESS will be returned.
If there is an error, the corresponding error code will be returned.