HP Remote Graphics Software 6.0 User Guide
8RGS properties
RGS allows the user to specify many properties of the RGS connection, both on the Sender and
Receiver. By specifying properties, the user can modify RGS characteristics such as:
●
Display of borders on the Remote Display Window
●
Codec quality
●
Audio quality
●
Connection timeouts
This chapter describes each of the RGS properties, their default values, and how they can be
changed.
Property syntax
Properties are name/value pairs, and can contain any non-whitespace characters except "=" and "#".
The property name and property value are separated by an "=". For example:
Rgreceiver.Network.Timeout.Warning=10000
In this example, the name of this property is Rgreceiver.Network.Timeout.Warning, and the value of
the property is 10000.
All RGS Receiver properties begin with "Rgreceiver" and all RGS Sender properties begin with
"Rgsender". Properties can contain values of the following types: string, int, bool, and int vector.
Properties of type bool are set to 1 or 0, representing true or false, respectively. A property can be set
to an empty value, such as:
Rgreceiver.Browser.Name=
Properties with empty values initialize as follows:
●
If the value of the property is of type string, the value will be set to an empty string.
●
If the value of the property is of type int vector or bool, the value will be set to 0.
Property syntax 113