com.BTPaySDK
Class BluetoothPort

java.lang.Object
  extended by com.BTPaySDK.BluetoothPort

public class BluetoothPort
extends java.lang.Object


Constructor Summary
BluetoothPort(com.BTPaySDK.OnReceiverBluetooth Rbt)
           
 
Method Summary
 boolean Bluetooth_Close()
           
 void Bluetooth_Open(Context c)
           
 boolean Bluetooth_Open(java.lang.String address)
           
 int Bluetooth_Read(byte[] buf)
           
 boolean Bluetooth_Write(byte[] buff, int buf_len)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BluetoothPort

public BluetoothPort(com.BTPaySDK.OnReceiverBluetooth Rbt)
Method Detail

Bluetooth_Open

public boolean Bluetooth_Open(java.lang.String address)

Bluetooth_Open

public void Bluetooth_Open(Context c)

Bluetooth_Close

public boolean Bluetooth_Close()

Bluetooth_Read

public int Bluetooth_Read(byte[] buf)

Bluetooth_Write

public boolean Bluetooth_Write(byte[] buff,
                               int buf_len)