C# Class Plasma.ClientPinRequest

Inheritance: Qyoto.QObject
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

Méthode Description
Description ( ) : string
Pin ( ) : string
SetPin ( string pin ) : void name="pin" set a pin for pin pairing.

Méthodes protégées

Méthode Description
ClientPinRequest ( Type dummy ) : System
CreateProxy ( ) : void

Method Details

ClientPinRequest() protected méthode

protected ClientPinRequest ( Type dummy ) : System
dummy System.Type
Résultat System

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Description() public méthode

public Description ( ) : string
Résultat string

Pin() public méthode

public Pin ( ) : string
Résultat string

SetPin() public méthode

name="pin" set a pin for pin pairing.
public SetPin ( string pin ) : void
pin string
Résultat void