SCIM Bridge 0.4.x

◆ scim_bridge_message_get_argument()

const char * scim_bridge_message_get_argument ( const ScimBridgeMessage * message,
size_t index )

Get the specific argument of the message.

Parameters
messageThe message.
indexThe index of the argument.
Returns
The argument if the index is valid. Otherwise it returns NULL.