
- 226 -
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 Meaning
ArgumentException The values specified for SSID and infra are abnormal.
MissingMethodException Profile not supported
IOException The number of registered profiles exceeded 16.
■ Note
This is not supported on units running on Windows CE 4.1. An exception is thrown when
an attempt is made to create an instance.
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.
Comentarios a estos manuales