Philips Bluetooth QuickStart Kit GPS Receiver User Manual


 
Bluetooth QuickStart Kit Version 1.0 - User’s Guide Page 51
Copyright 2004-2005 © Embedded Artists AB
[out] ppSym - The symbol name.
[out] ppAddr - The address of the symbol value (pointer to pointer).
[out] pType - The type of the symbol
[out] pState - The current state identifier.
Returns:
TRUE if there was a symbol in the table; otherwise FALSE.
B.3.24 symNext
tBool symNext( tU8** ppSym, void* ppAddr, tSymType* pType,
tSymState* pState )
Get the next symbol in a symbol table.
Parameters:
[out] ppSym - The symbol name
[out] ppAddr - The address of the symbol value (pointer to pointer).
[in] pType - The type of the symbol.
[in] pState - The current state identifier.
Returns:
TRUE if there was a symbol in the table; otherwise FALSE.
B.3.25 symSend
tBool symSend( tConnect* pConn, tSymTable* pTable, tU8* pSym,
tBool* pSent )
Send the text representation of the symbol value to a client.
Parameters:
[in] pConn - Control block for the connection.
[in] pTable - Symbol table to use.
[in] pSym - The name of the symbol to send
[out] pSent - TRUE if the symbol was sent; otherwise FALSE.
Returns:
TRUE if the symbol could be found; otherwise FALSE.