Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:bs2_getdeviceinfoex [2018/03/14 13:47]
yjjung created
en:bs2_getdeviceinfoex [2020/10/12 09:17] (current)
yjjung [Declaration]
Line 11: Line 11:
 #include "​BS_API.h"​ #include "​BS_API.h"​
  
-int BS2_GetDeviceInfo(void* context, uint32_t deviceId, BS2SimpleDeviceInfo* deviceInfo, BS2SimpleDeviceInfoEx* deviceInfoEx);​+int BS2_GetDeviceInfoEx(void* context, uint32_t deviceId, BS2SimpleDeviceInfo* deviceInfo, BS2SimpleDeviceInfoEx* deviceInfoEx);​
 </​code>​ </​code>​
  
 <callout type="​info">​ <callout type="​info">​
-[[See device_api#​BS2SimpleDeviceInfoEx|BS2SimpleDeviceInfoEx Structure]]+[[device_api#​BS2SimpleDeviceInfoEx|BS2SimpleDeviceInfoEx Structure]]
 </​callout>​ </​callout>​
 ==== Parameter ==== ==== Parameter ====