HP ProLiant xw2x220c Remote Graphics Software 5.2.5 User Guide - Page 140

Rgreceiver.Network.Timeout.Error, Rgreceiver.Log.Level

Page 140 highlights

• Remote Clipboard properties group (see below for the per-session Remote Clipboard property) • Rgreceiver.Clipboard.IsMutable • Rgreceiver.Clipboard.IsEnabled • Rgreceiver.Clipboard.FilterString • Logging properties group • Rgreceiver.Log.IsMutable • Rgreceiver.Log.IsFileLoggerEnabled • Rgreceiver.Log.IsConsoleLoggerEnabled • Rgreceiver.Log.Filename • Rgreceiver.Log.Level • Rgreceiver.Log.MaxFileSize • Rgreceiver.Log.NumBackupFiles • Image codec properties group • Rgreceiver.ImageCodec.IsMutable • Rgreceiver.ImageCodec.Quality • Per-session properties • Remote Clipboard per-session property (see above for the per-Receiver Remote Clipboard properties) • Rgreceiver.Session..Clipboard.IsEnabled • Window placement and size group • Rgreceiver.Session..RemoteDisplayWindow.X • Rgreceiver.Session..RemoteDisplayWindow.Y • Rgreceiver.Session..VirtualDisplay.IsPreferredResolutionEnabled • Rgreceiver.Session..VirtualDisplay.PreferredResolutionHeight • Rgreceiver.Session..VirtualDisplay.PreferredResolutionWidth With the exception of the general properties and the microphone property, all Receiver property groups have an .IsMutable property (the group IsMutable property). The IsMutable property is always of type bool. For example: Rgreceiver.Audio.IsMutable=1 When the group IsMutable property is 1 (true), the user is allowed to interactively change the other properties in the audio group-by using, for example, the Receiver Control Panel. When the group IsMutable property is 0 (false), the user is prevented from interactively changing the other properties in the group. All group IsMutuable properties have a default value of 1, which allows the user to interactively change the other properties in the group. With RGS 5.0, a new IsMutable feature was added. Each of the individual properties now has an associated IsMutable Boolean property to control whether each individual property can be interactively changed by the user-this is the individual IsMutable property. For example, the Rgreceiver.Network.Timeout.Error property now has the individual Rgreceiver.Network.Timeout.Error.IsMutable property. If this individual IsMutable property is true, the user is allowed to interactively change the associated property, that is, the Rgreceiver.Network.Timeout.Error property. NOTE: For clarity, the individual IsMutable properties are not shown in the previous list; however, they are included in the following detailed description of each property. NOTE: In order for the user to be able to interactively change a property, the group IsMutable property and the individual IsMutable property must both be 1 (true). If either IsMutable property is 0 (false), the user will not be able to interactively change the associated property. RGS properties 140

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191

RGS properties 140
Remote Clipboard properties group
(see below for the per-session Remote Clipboard property)
Rgreceiver.Clipboard.IsMutable
Rgreceiver.Clipboard.IsEnabled
Rgreceiver.Clipboard.FilterString
Logging properties group
Rgreceiver.Log.IsMutable
Rgreceiver.Log.IsFileLoggerEnabled
Rgreceiver.Log.IsConsoleLoggerEnabled
Rgreceiver.Log.Filename
Rgreceiver.Log.Level
Rgreceiver.Log.MaxFileSize
Rgreceiver.Log.NumBackupFiles
Image codec properties group
Rgreceiver.ImageCodec.IsMutable
Rgreceiver.ImageCodec.Quality
Per-session properties
Remote Clipboard per-session property
(see above for the per-Receiver Remote Clipboard properties)
Rgreceiver.Session.<N>.Clipboard.IsEnabled
Window placement and size group
Rgreceiver.Session.<N>.RemoteDisplayWindow.X
Rgreceiver.Session.<N>.RemoteDisplayWindow.Y
Rgreceiver.Session.<N>.VirtualDisplay.IsPreferredResolutionEnabled
Rgreceiver.Session.<N>.VirtualDisplay.PreferredResolutionHeight
Rgreceiver.Session.<N>.VirtualDisplay.PreferredResolutionWidth
With the exception of the general properties and the microphone property, all Receiver property groups have an
.IsMutable
property (the
group IsMutable property
). The IsMutable property is always of type
bool.
For
example:
Rgreceiver.Audio.IsMutable=1
When the group IsMutable property is 1 (true), the user is allowed to interactively change the other properties in
the audio group—by using, for example, the Receiver Control Panel. When the group IsMutable property is 0
(false), the user is prevented from interactively changing the other properties in the group. All group IsMutuable
properties have a default value of 1, which allows the user to interactively change the other properties in the
group.
With RGS 5.0, a new IsMutable feature was added. Each of the
individual properties
now has an associated
IsMutable Boolean property to control whether each
individual
property can be interactively changed by the
user—this is the
individual IsMutable property
. For example, the
Rgreceiver.Network.Timeout.Error
property now has the individual
Rgreceiver.Network.Timeout.Error.IsMutable
property. If this
individual IsMutable property is true, the user is allowed to interactively change the associated property, that is,
the
Rgreceiver.Network.Timeout.Error
property.
NOTE:
For clarity, the individual IsMutable properties are not shown in the previous list; however, they are
included in the following detailed description of each property.
NOTE:
In order for the user to be able to interactively change a property, the group IsMutable property and
the individual IsMutable property must both be 1 (true). If either IsMutable property is 0 (false), the user will not
be able to interactively change the associated property.