HP Remote Graphics Software (RGS) Uživatelský manuál Strana 3

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 97
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 2
About this guide
Command-line syntax in this guide might use one or more of the elements described in the following table.
NOTE: Command-line syntax is not case sensitive, unless otherwise specied.
Element Description
Italics Italicized text denotes a user-dened parameter, like below:
location=IpAddress:Port
For the above parameter, you would enter something like the following example:
location=192.168.0.10:8080
[ ]
Brackets denote optional parameters, like below:
location=IpAddress[:Port]
For the above parameter, you would enter something like either of the following examples:
location=192.168.0.10
location=192.168.0.10:8080
|
{ | }
A vertical bars denotes the or operator and separates options for a user-dened parameter
that has a limited set of possible values. A set of options might also be enclosed in braces to
distinguish it from the other parts of the syntax, like below:
speed={high | medium | low}
For the above parameter, you would enter only one of the following:
speed=high
speed=medium
speed=low
" "
' '
Some parameters might require double quotes, single quotes, or both, like below:
location="'IpAddress' 'Port'"
For the above parameter, you would enter something like the following example:
location="'192.168.0.10' '8080'"
...
An ellipsis denotes a repeating parameter. The following examples demonstrate a few dierent
ways a repeating parameter can be implemented.
The following parameter requires exactly ten device names:
DeviceNames=Device1 Device2 ... Device10
The following parameter requires a minimum of one device name and can include up to ten
device names total:
DeviceNames=Device1 [Device2 ... Device10]
The following parameter requires a minimum of one device name and can include an innite
number of additional device names:
DeviceNames=Device1 [Device2 ... ]
iii
Zobrazit stránku 2
1 2 3 4 5 6 7 8 ... 96 97

Komentáře k této Příručce

Žádné komentáře