Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:bs2_getdevicezoneagentrancelimit [2017/09/06 17:03] 127.0.0.1 external edit |
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 ==== | ||
| + | BioStation 2 (1.5.0 only) \\ | ||
| + | BioStatioin A2 (1.4.0 only) \\ | ||
| + | BioEntry P2 (1.0.0 only) \\ | ||
| ==== Declaration ==== | ==== Declaration ==== | ||
| <code cpp> | <code cpp> | ||
| #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> | ||