Go to the source code of this file.
Data Structures | |
class | PHPXBeeRouter |
Variables | |
$config =parse_ini_file('/etc/bayeos-xbee-router.ini') | |
$config ['writer_sleep_time'] =0 | |
if(!isset($config['names'])) else | $names =$config['names'] |
$my_client = new PHPXBeeRouter($names,$config) | |
$config =parse_ini_file('/etc/bayeos-xbee-router.ini') |
Definition at line 9 of file bayeos-xbee-router.php.
$config['writer_sleep_time'] =0 |
Definition at line 10 of file bayeos-xbee-router.php.
$my_client = new PHPXBeeRouter($names,$config) |
Definition at line 116 of file bayeos-xbee-router.php.
if (!isset($config['names'])) else $names =$config['names'] |
Definition at line 17 of file bayeos-xbee-router.php.