Plugin.BLE.BleImplementation.UpdateState C# (CSharp) Method

UpdateState() private method

private UpdateState ( BluetoothState state ) : void
state BluetoothState
return void
        private void UpdateState(BluetoothState state)
        {
            State = state;
        }
    }