Denso BHT-202Q Manual do Utilizador Página 235

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 407
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 234
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.
Note
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;
226
Vista de página 234
1 2 ... 230 231 232 233 234 235 236 237 238 239 240 ... 406 407

Comentários a estes Manuais

Sem comentários