Denso BHT-202Q Manual de usuario Pagina 223

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 407
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 222
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 = False
[C#]
MyRf.OpenMode = RF.EN_OPEN_MODE.NORMAL;
MyRf.Open = false;
214
Vista de pagina 222
1 2 ... 218 219 220 221 222 223 224 225 226 227 228 ... 406 407

Comentarios a estos manuales

Sin comentarios