SMC_KeyValue

Last Updated2014-11-20
Created At2007-01-25

Called when the parser finds a new key/value pair. Note: Enclosing quotes are always stripped.

SMCResult (SMCParser smc, const char[] key, const char[] value, bool key_quotes, bool value_quotes)

Parameters

The SMCParser.
const char[] key
String containing key name.
const char[] value
String containing value name.
bool key_quotes
Whether or not the key was enclosed in quotes.
bool value_quotes
Whether or not the value was enclosed in quotes.

Return Value

SMCResult An SMCResult action to take.