BSKAttribute* BSKThingGetAttributeList( BSKThing* thing );Inputs:
Description: Obtains the attribute list of a thing. The attribute list is a linked list, where the subsequent item in the list in obtained by getting the 'next' member of the current item.
Return to the API
Return to the function listing