|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Applications wanting to handle Bluetooth I/O events should implement this interface.
| 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. |
| Method Detail |
public void dataReceived(int length)
length - Length of data received.public void dataSent()
public void deviceConnected(boolean success)
success - True if connection completed successfully; otherwise, false.public void deviceDisconnected()
public void dtrStateChange(boolean high)
high - True if DTR line is now high; otherwise, DTR line is now low.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2008 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.