Denso BHT-400-CE Reference Manual page 198

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Profile
Specifies ESSID and infrastructure mode, and initializes a new instance.
Syntax
[VB]
Public Sub New(ByVal SSID As Integer, _
ByVal infra As EN_INFRA_MODE)
[C#]
public Profile(string SSID, EN_INFRA_MODE infra)
Parameters
SSID: ESSID
Parameter values: Alphanumeric character string of 32 characters or less
infra: Infrastructure mode
Parameter values: As listed in EN_INFRA_MODE
Exceptions
Name of Exception
ArgumentException
Note
Select a profile matching the specified ESSID and infrastructure mode combination. If none
exists, create a new profile and select that one.
If multiple profiles are created, the priority order for the profiles used for connection is
highest for the profile created last.
Meaning
The values specified for SSID and infra are abnormal.
- 192 -

Advertisement

Table of Contents
loading

Table of Contents