Denso BHT-200QW Especificaciones Pagina 231

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 377
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 230
- 229 -
Priority
Sets or acquires the profile priority.
Syntax
[VB]
Public Property Priority As Integer
[C#]
public int Priority {get; set;}
Property
Profile priority
Parameter values
: 1 (high) to 16 (low)
Default value
: 1
Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) lies outside the permissible
range.
DeviceLoadException The device is not ready.
The edit mode has not been set to Zero Config mode.
Note
The profile priority can only be set or acquired when the edit mode (RF.EditMode) is set to
Zero Config mode. An exception is thrown if an attempt is made to set or acquire when in
Nic Control mode. Please set or acquire after setting the RF.EditMode value to
EN_EDIT_MODE.ZEROCONFIG.
When a profile is created, the priority order for each of the existing profiles drops by one.
When a profile is deleted, the priority order for the existing profiles previously below the
deleted profile increases by one.
If the same priority order is set for different profiles, the priority order of the profile set first
will drop by one. Profiles for which an even lower priority order is set will also drop by one.
[Ex.] Use a MyProf profile setting and make that profile the highest priority in order to
connect to the network.
[VB] MyProf.Priority = 1
[C#] MyProf.Priority = 1;
Vista de pagina 230
1 2 ... 226 227 228 229 230 231 232 233 234 235 236 ... 376 377

Comentarios a estos manuales

Sin comentarios