Denso BHT-200QW Spezifikationen Seite 212

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 377
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 211
- 210 -
When the property is set to EN_OPENMODE.CONTINUOUSLY and the wireless device is
opened:
When closing the wireless device, set the property to EN_OPEN_MODE.CONTINUOUSLY
and then close the device.
The wireless device is not closed even when exiting the application.
The wireless device is closed when the EN_OPEN_MODE.CONTINUOUSLY property is
specified at another application and the wireless device is closed.
Application: This applies to applications used only to perform settings in order to establish
a connection to the network.
[Ex.] Open a wireless connection to ensure that it is closed automatically when exiting the
application.
[VB]
MyRf.OpenMode = RF.EN_OPEN_MODE.NORMAL
MyRf.Open = True
[C#]
MyRf.OpenMode = RF.EN_OPEN_MODE.NORMAL;
MyRf.Open = true;
[Ex.] Close the wireless connection opened from the current application.
[VB]
MyRf.OpenMode = RF.EN_OPEN_MODE.NORMAL
MyRf.Open = True
………
MyRf.Open = False
[C#]
MyRf.OpenMode = RF.EN_OPEN_MODE.NORMAL;
MyRf.Open = true;
………
MyRf.Open = false;
Seitenansicht 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 376 377

Kommentare zu diesen Handbüchern

Keine Kommentare