Datalogic .NET SDK

BtTerminate (Method)

 

Syntax

 

   public static Boolean BtTerminate();

 

 

Class                           : Device

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

 

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

Example #034.

 

Copyright © Datalogic ADC. All Right Reserved