
- 243 -
Remove
Deletes registered profiles.
■ Syntax
[VB]
Public Shared Sub Remove(ByVal ssid As String, ByVal infra As
EN_INFRA_MODE)
[C#]
public static void Remove(string ssid, EN_INFRA_MODE infra)
■ Parameters
ssid: Deleted profile ESSID
infra: Deleted profile infrastructure mode
■ Exceptions
Name of Exception Meaning
MissingMethodException Profile not supported.
■ Note
This is not supported on units running on Windows CE 4.1. An exception is thrown when
executed.
[Ex.] Delete a profile (ESSID:BHT, infra: infrastructure).
[VB] RF.Profile.Remove("BHT", EN_INFRA_MODE.INFRASTRUCTURE)
[C#] RF.Profile.Remove("BHT", EN_INFRA_MODE.INFRASTRUCTURE);
Comentarios a estos manuales