Denso BHT-200QW Especificaciones Pagina 212

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 377
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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;
Vista de pagina 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 376 377

Comentarios a estos manuales

Sin comentarios