IP*Works! Bluetooth - Online Help
Available for:
IP*Works! Bluetooth
Questions / Feedback?

Protocol Property

The Bluetooth protocol to be used.

Syntax

[VB.NET]
Public Property Protocol As BtportProtocols

[C#]
public BtportProtocols Protocol {get; set;}

enum BtportProtocols { btpRFCOMM, btpL2CAP }

Remarks

The Protocol property specifies whether RFCOMM or L2CAP is used. Possible values are:

  • 0 (bthpRFCOMM - default)
  • 1 (bthpL2CAP)
The default value is 0 (bthpRFCOMM).

Note: Value 1 (bthpL2CAP) is not currently supported and reserved for future use.

Default Value

0

 
 
Copyright (c) 2016 /n software inc. - All rights reserved.
Build 1.0.6093.0