Denso BHT-400-CE Reference Manual page 208

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Registered
Acquires all registered profiles.
Syntax
[VB]
Public Shared ReadOnly Property
[C#]
public static RF.Profile[] Registered {get;}
Property
All registered profile instances.
Exceptions
Note
It is necessary to call the RF.Profile.Update method and copy the Zero Config GUI settings
to the BHT wireless registry prior to acquiring all registered profiles.
[Ex.] Delete all registered profiles.
[VB]
RF.Profile.Update()
registry.
Dim regProfiles() As RF.Profile = RF.Profile.Registered
For Each prof As RF.Profile In regProfiles
RF.Profile.Remove(prof.SSID, prof.InfraMode)
Next
RF.Profile.Commit()
[C#]
RF.Profile.Update()
registry.Zero Config GUI.
RF.Profile[] regProfiles = RF.Profile.Registered
foreach (RF.Profile prof In regProfiles)
RF.Profile.Remove(prof.SSID, prof.InfraMode)
Next
RF.Profile.Commit()
Registered
' Copies settings from the Zero Config GUI to the BHT wireless
' Updates to the Zero Config GUI.
' Copies settings from the Zero Config GUI to the BHT wireless
' Updates to the Zero Config GUI.
- 202 -
As RF.Profile[]

Advertisement

Table of Contents
loading

Table of Contents