
Profile
Specifies ESSID and infrastructure mode, and initializes a new instance.
■ Syntax
[VB]
Public Sub New(ByVal SSID As String, _
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
: EN_INFRA_MODE.INFRASTRUCTURE
■ Exceptions
Name of Exception Meaning
ArgumentException The values specified for SSID and infra are abnormal.
IOException The number of profiles exceeds 16.
■ 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.
223
Comentários a estes Manuais