Ejemplo n.º 1
0
        public BluetoothStatusReporter(BlePort port)
        {
            blePort = port;

        }
Ejemplo n.º 2
0
 /// <summary>
 /// Initialize Bluetooth LE Serial port
 /// </summary>
 /// <param name="adapter">The Bluetooth Low Energy Adapter from the OS</param>
 public BleSerial(IBluetoothLowEnergyAdapter adapter)
 {
     ble_port_serial = new BlePort(adapter);
 }
Ejemplo n.º 3
0
 public ObserverReporter(BlePort port)
 {
     blePort = port;
 }