| 
       << Click to display table of contents >> TRVMediaServer.CmdOptions | 
    
Options for processing commands from clients.
type
  TRVCmdOption = (rvcpUseSystemCmd, rvcpCmdAllGroups, rvcpCmdAllUsers, 
    rvcpCmdAllOnline, rvcpCmdResetServer);
  TRVCmdOptions = set of TRVCmdOption;
property CmdOptions: TRVCmdOptions;
Value  | 
Meaning  | 
rvcpUseSystemCmd  | 
Allows processing system commands on the server. All the options below works only if rvcpUseSystemCmd is included.  | 
rvcpCmdAllGroups  | 
Allows clients to receive a list of groups on the server. See:  | 
rvcpCmdAllUsers  | 
Allows clients to receive a list of all clients on the server. See:  | 
rvcpCmdAllOnline  | 
Allows clients to receive a list of all online clients on the server. See:  | 
rvcpCmdResetServer  | 
Allows clients to restart the server. See:  | 
Default value
[]