C# Class Goedel.MeshConnect.WaitToComplete

Inheritance: _Data_WaitToComplete
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
Check ( ) : bool

Check to see if the connection request was approved.

Enter ( ) : void

Setup page, present the fingerprint of this device and the profile we are attempting to connect to.

WaitToComplete ( ConnectProfile Data ) : System

Method Details

Check() public method

Check to see if the connection request was approved.
public Check ( ) : bool
return bool

Enter() public method

Setup page, present the fingerprint of this device and the profile we are attempting to connect to.
public Enter ( ) : void
return void

WaitToComplete() public method

public WaitToComplete ( ConnectProfile Data ) : System
Data ConnectProfile
return System