beginListenForData
別の関数()で使用するために、この関数()に最終的な文字列'data'を取得するにはどうすればよいupload
ですか?BeginListen
Bluetoothからデータを取得します...
void beginListenForData()
{
final Handler handler = new Handler();
workerThread = new Thread(new Runnable()
{
public void run()
{
try {
final String data = new String(encodedBytes, "US-ASCII");
readBufferPosition = 0;
//data2=data;
handler.post(new Runnable()
{
public void run()
{
myLabel.setText(data);