Device API > BS2_GetSpecifiedDeviceInfo
[+ 2.6.3] Gets specified device information.
#include "BS_API.h" int BS2_GetSpecifiedDeviceInfo(void* context, uint32_t deviceId, BS2EnumSpecifiedDeviceInfo specifiedDeviceInfo, void* pOutDeviceInfo, uint32_t nDeviceInfoSize, uint32_t* pOutDeviceInfoSize);
context : ContextdeviceId : Device IDspecifiedDeviceInfo : Device ID trying to get| Value | Structure |
|---|---|
| 1 | BS2SimpleDeviceInfo |
| 2 | BS2SimpleDeviceInfoEx |
| 3 | BS2IPv6DeviceInfo |
pOutDeviceInfo : Address to store the device informationnDeviceInfoSize : Memory size of address to store the device informationpOutDeviceInfoSize : Size of device information
If successfully done, BS_SDK_SUCCESS will be returned.
If there is an error, the corresponding error code will be returned.