![]() |
WL865E4-P
36.07.001
|
#include <m2mb_ble_driver.h>
Data Fields | |
UINT32 | DriverInformationSize |
UINT32 | COMPortNumber |
UINT32 | BaudRate |
M2MB_BLE_HCI_COMM_PROTOCOL_T | Protocol |
UINT32 | InitializationDelay |
char * | COMDeviceName |
UINT32 | Flags |
Definition at line 3226 of file m2mb_ble_driver.h.
UINT32 BaudRate |
Baud Rate to Open COM Port.
Definition at line 3232 of file m2mb_ble_driver.h.
char* COMDeviceName |
Physical Device Name to use to override the device to open.
Definition at line 3242 of file m2mb_ble_driver.h.
UINT32 COMPortNumber |
Physical COM Port Number.
Definition at line 3230 of file m2mb_ble_driver.h.
UINT32 DriverInformationSize |
Physical Size of this structure.
Definition at line 3228 of file m2mb_ble_driver.h.
UINT32 Flags |
Flags for additional port information.
Definition at line 3246 of file m2mb_ble_driver.h.
UINT32 InitializationDelay |
Time (In Milliseconds) to Delay after the Port is opened before any data is sent over the Port.
Definition at line 3237 of file m2mb_ble_driver.h.
M2MB_BLE_HCI_COMM_PROTOCOL_T Protocol |
HCI Protocol that will be used for communication over Opened COM Port.
Definition at line 3234 of file m2mb_ble_driver.h.