Denso BHT-200QW Especificações Página 212

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 377
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 376 377

Comentários a estes Manuais

Sem comentários