net.rim.device.api.bluetooth
Interface BluetoothSerialPortListener
public interface BluetoothSerialPortListener
Applications wanting to handle Bluetooth I/O events should implement this interface.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
|
Method Summary |
|
void |
dataReceived(int length)
Invoked when new data has arrived in the port's previously-empty receive
queue. |
|
void |
dataSent()
Invoked when the port's transmit queue becomes completely empty. |
|
void |
deviceConnected(boolean success)
Invoked when the serial port connection is complete. |
|
void |
deviceDisconnected()
Invoked when the serial port connection is lost. |
|
void |
dtrStateChange(boolean high)
Invoked when the state of the DTR line changes. |
deviceConnected
void deviceConnected(boolean success)
- Invoked when the serial port connection is complete.
- Parameters:
success - True if connection completed successfully; otherwise, false.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
deviceDisconnected
void deviceDisconnected()
- Invoked when the serial port connection is lost.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
dtrStateChange
void dtrStateChange(boolean high)
- Invoked when the state of the DTR line changes.
- Parameters:
high - True if DTR line is now high; otherwise, DTR line is now low.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
dataReceived
void dataReceived(int length)
- Invoked when new data has arrived in the port's previously-empty receive
queue.
- Parameters:
length - Length of data received.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
dataSent
void dataSent()
- Invoked when the port's transmit queue becomes completely empty.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal