#include <nitro/wbt.h>
int WBT_AidbitmapToAid(u16 abmp);
abmp | The AID bitmap being acquired for conversion. |
Converts the lowest order bit of the specified AID
bitmap to an AID and returns it. Returns -1 if the bitmap is 0.
This function acquires the lowest order bit from the specified AID
bitmap and converts it to an AID
.
09/21/2004 Initial version