Example #1
0
        public BluetoothStatusReporter(BlePort port)
        {
            blePort = port;

        }
Example #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);
 }
Example #3
0
 public ObserverReporter(BlePort port)
 {
     blePort = port;
 }