Creates an instance of the BTComm class wiht the specified information.
The Bluetooth device address in the format 00:00:00:00:00:00
The channel number.
Gets or sets the size of the receive buffer, in bytes. Default value is 1024
Gets or sets the size of the receive buffer, in bytes. Default value is 1024
Gets or sets the milliseconds to wait to receive data once a read operation is initiated. Default value is 1000
Gets or sets the milliseconds to wait to receive data once a read operation is initiated. Default value is 1000
Closes the Bluetooth connection
Connects to a Bluetooth device using the specified address and channel number.
Occurs when communication is close.
The callback function
Occurs when data is received.
The callback function
Occurs when an error is thrown.
The callback function
Sends the specified string to the Bluetooth device.
The string to send to the Bluetooth device.
It represents a Classic Bluetooth comm at the client side.