Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:bs2_getdevicezoneagentrancelimit [2018/03/22 10:57]
kkshin
en:bs2_getdevicezoneagentrancelimit [2018/11/14 08:53] (current)
kkshin
Line 1: Line 1:
  
 ~~NOTOC~~ ~~NOTOC~~
-[[zone_control_api]] > [[BS2_GetAccessGroupEntranceLimit]]+[[zone_control_api]] > [[BS2_GetDeviceZoneAGEntranceLimit]]
  
 ---- ----
  
-===== BS2_GetAccessGroupEntranceLimit=====+===== BS2_GetDeviceZoneAGEntranceLimit=====
 Retrieves selected Ethernet Access Group Entrance limit. Retrieves selected Ethernet Access Group Entrance limit.
 ==== Supported devices ==== ==== Supported devices ====
Line 15: Line 15:
 #include "​BS_API.h"​ #include "​BS_API.h"​
  
-int BS2_GetDeviceZoneAGEntranceLimit:(void* context, BS2_DEVICE_ID deviceId, const BS2_ZONE_ID* Ids, uint32_t IdCount, BS2DeviceZoneAGEntranceLimit** deviceZoneAGEntranceLimitObj,​ uint32_t* numDeviceZoneAGEntranceLimit);​+int BS2_GetDeviceZoneAGEntranceLimit(void* context, BS2_DEVICE_ID deviceId, const BS2_ZONE_ID* Ids, uint32_t IdCount, BS2DeviceZoneAGEntranceLimit** deviceZoneAGEntranceLimitObj,​ uint32_t* numDeviceZoneAGEntranceLimit);​
 </​code>​ </​code>​