Description
The "ReadConfig" command reads a setting configured for general browse behavior. To read multiple settings, call the command several times.
Request
ReadConfig <Param>
-
Param:Value: The configuration parameters
Possible parameters:
-
DefaultPageSizeThe page size used when a browse request is called without the "PageSize" parameter
-
BrowseTimeOutNumber of seconds after which an inactive browse request is aborted.
-
For example:
ReadConfig DefaultPageSize
OnSuccess
NotifyReadConfig <Parameter> <Value>
For example:
NotifyReadConfig DefaultPageSize 1000
NotifyReadConfig BrowseTimeOut 300
OnError
ErrorReadConfig <Error description>
For example:
ErrorReadConfig Invalid arguments passed to browsing function.