Device API > BS2_GetSpecifiedDeviceInfo


BS2_GetSpecifiedDeviceInfo

[+ 2.6.3] Gets specified device information.

Declaration

#include "BS_API.h"
 
int BS2_GetSpecifiedDeviceInfo(void* context, uint32_t deviceId, BS2EnumSpecifiedDeviceInfo specifiedDeviceInfo, void* pOutDeviceInfo, uint32_t nDeviceInfoSize, uint32_t* pOutDeviceInfoSize);

Parameter

Value Structure
1 BS2SimpleDeviceInfo
2 BS2SimpleDeviceInfoEx
3 BS2IPv6DeviceInfo

Return Value

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