BluetoothServer
Definition
Use the BluetoothServer
component to turn your device into a server that receive connections from other apps that use the BluetoothClient
component.
Properties
- Available
- Returns
true
if Bluetooth is available on the device,false
otherwise. - CharacterEncoding
- Returns the character encoding to use when sending and receiving text.
- DelimiterByte
- Returns the delimiter byte to use when passing a negative number for the numberOfBytes parameter when calling ReceiveText, ReceiveSignedBytes, or ReceiveUnsignedBytes.
- Enabled
- Returns
true
if Bluetooth is enabled,false
otherwise. - HighByteFirst
- Specifies whether numbers are sent and received with the most significant byte first.
- IsAccepting
- Returns true if this BluetoothServer component is accepting an incoming connection.
- IsConnected
- Returns
frue
if a connection to a Bluetooth device has been made. - Secure
- Specifies whether a secure connection should be used.