コード例 #1
0
 public void DeviceStateChanged(R7ConnectionState p0, R7ConnectionState p1)
 {
     Safety(() =>
     {
         logger.Log($"[R7] Device state changed {p1} -> {p0}");
     });
 }
コード例 #2
0
 public override void DeviceStateChanged(R7ConnectionState stateTo, R7ConnectionState stateFrom)
 {
     this.framework.DeviceStateChanged(stateTo, stateFrom);
 }