C# Class Plasma.ClientPinRequest

Inheritance: Qyoto.QObject
Show file Open project: 0xd34df00d/Qross

Public Methods

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

Protected Methods

Method Description
ClientPinRequest ( Type dummy ) : System
CreateProxy ( ) : void

Method Details

ClientPinRequest() protected method

protected ClientPinRequest ( Type dummy ) : System
dummy System.Type
return System

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Description() public method

public Description ( ) : string
return string

Pin() public method

public Pin ( ) : string
return string

SetPin() public method

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