Denso BHT-400-CE Reference Manual page 201

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Priority
Sets or acquires the profile priority.
Syntax
[VB]
Public Property
[C#]
public int
Priority
Property
Profile priority
Parameter values: 1 (high) to 16 (low)
Default value: 1
Exceptions
Name of Exception
ArgumentException
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;
Priority
As Integer
{get; set;}
Meaning
The specified parameter value(s) lies outside the permissible
range.
- 195 -

Advertisement

Table of Contents
loading

Table of Contents