ParsecClientSetConfig
ParsecStatusParsecClientSetConfig(Parsec *ps,const ParsecClientConfig *cfg)
Set client configuration.
Calling this function will cause the new settings within cfg
to take effect immediately.
Parameters
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
in | cfg | Client configuration. May be NULL to use PARSEC_CLIENT_DEFAULTS . |
Returns
PARSEC_OK
on success or PARSEC_NOT_RUNNING
if the client is not connected.