Bluetooth Close Connection Function

Owning Palette: Bluetooth VIs and Functions

Requires: Base Development System (Windows)

Closes a Bluetooth network connection.

Example

 Add to the block diagram  Find on the palette
connection ID is a network connection refnum that uniquely identifies the Bluetooth connection.
abort is reserved for future use.
error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

This node runs normally even if an error occurred before this node runs.
connection ID out returns the same value as connection ID.
error out contains error information. This output provides standard error out functionality.

Example

Refer to the Simple Bluetooth.lvproj in the labview\examples\Data Communication\Protocols\Bluetooth\Simple Bluetooth directory for an example of using the Bluetooth Close Connection function.

 Open example  Find related examples