Datalogic .NET SDK
BtTerminate (Method)
Syntax
public static Boolean BtTerminate();
Description
De-initializes the Bluetooth driver.
Parameters Table
|
Type |
Parameter |
Description |
[in] |
void |
|
- |
|
|
|
|
[returns] |
Boolean |
|
TRUE is returned on success. FALSE otherwise. |
[on error] |
FALSE |
|
FALSE is returned to indicate failure. |
Example
private void btnBTTerminate_Click(object sender, EventArgs e) { bool b = Device.BtTerminate(); string msg = (b == true) ? "BT Terminated." : "ERROR: BT NOT Terminated."; }
|
See Also
Copyright © Datalogic ADC. All Right Reserved