WBT_AidbitmapToAid


C Specification

#include <nitro/wbt.h>

int WBT_AidbitmapToAid(u16 abmp);

Description

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

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.

See Also

None.

Revision History

09/21/2004 Initial version