예제 #1
0
 //send string
 public static void sendString(string message)
 {
     BtConnection.sendString(message);
 }