Waits for the listener to accept a connection request.


icon

Inputs/Outputs

  • cgnrn.png listener ID in

    listener ID in is a network connection refnum that uniquely identifies the listener.

  • ci32.png timeout ms (wait forever: -1)

    timeout ms specifies the time, in milliseconds, that the function waits for a connection. If a connection is not established in the specified time, the function returns an error. The default value is –1, which indicates to wait indefinitely.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ignrn.png listener ID out

    listener ID out returns the same value as listener ID in.

  • istr.png remote address

    remote address is the address of the client.

    An example of a Bluetooth address is 00:07:E0:07:D7:50.
  • iu16.png remote channel

    remote channel returns the channel of the Bluetooth client.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • ignrn.png connection ID

    connection ID is a network connection refnum that uniquely identifies the Bluetooth connection.

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Data Communication\Protocols\Bluetooth\Simple Bluetooth\Simple Bluetooth.lvproj