Bluetooth_GetState

Синтаксис

int Bluetooth_GetState( void );

Описание

Функция проверяет, включен ли Bluetooth

Возвращаемое значение

  • 1 - Bluetooth включен
  • 0 - Bluetooth выключен

Пример

if(Bluetooth_GetState())
  MessageBox(EMPTY_TEXTID, STR("Bluetooth включен"), NOIMAGE, 1 ,5000, 0);
else
  MessageBox(EMPTY_TEXTID, STR("Bluetooth выключен"), NOIMAGE, 1 ,5000, 0);
You: Guest
You permissions: Read
elflib/functions/bluetooth_getstate.txt · Последние изменения: 30/03/2015 00:00 (внешнее изменение)
Total pages: 365
RSS on Mobilefree Wiki www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Valid XHTML 1.0
© 2005-2018 supertrubka.org