WBT_AidbitmapToAid

C Specification

#include <nitro/wbt.h>

int WBT_AidbitmapToAid(u16 abmp);

Arguments

abmp The AID bitmap being acquired for conversion.

Return Values

Converts the lowest order bit of the specified AID bitmap to an AID and returns it. Returns -1 if the bitmap is 0.

Description

This function acquires the lowest order bit from the specified AID bitmap and converts it to an AID.

Revision History

09/21/2004 Initial version