コード例 #1
0
ファイル: BlePort.cs プロジェクト: allanonace/MTUProg1.37.4
        public BluetoothStatusReporter(BlePort port)
        {
            blePort = port;

        }
コード例 #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);
 }
コード例 #3
0
ファイル: BlePort.cs プロジェクト: allanonace/MTUProg1.37.4
 public ObserverReporter(BlePort port)
 {
     blePort = port;
 }