BTool.DeviceTabsForm.UsePasskeySecurity C# (CSharp) Méthode

UsePasskeySecurity() public méthode

public UsePasskeySecurity ( HCICmds state ) : void
state HCICmds
Résultat void
        public void UsePasskeySecurity(HCICmds.GAP_UiOutput state)
        {
            if (state == HCICmds.GAP_UiOutput.DONT_DISPLAY_PASSCODE)
                tbPasskey.PasswordChar = '*';
            else
                tbPasskey.PasswordChar = char.MinValue;
        }
DeviceTabsForm