C# Class Goedel.Mesh.MeshMan.Shell

Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Private Properties

Свойство Type Description
CheckAccount bool
GetDevice Goedel.Mesh.SignedDeviceProfile
GetNextAccount void
GetPasswordProfile void
GetProfile void
MakeAccountID string
Report void
Report void
Report void
Report void
Report void
SetReporting void
UpdatePasswordProfile void

Méthodes publiques

Méthode Description
Accept ( Accept Options ) : void

AddPassword ( AddPassword Options ) : void

Complete ( Complete Options ) : void

DeletePassword ( DeletePassword Options ) : void

Device ( Device Options ) : void

Create a new device profile

Dump ( Dump Options ) : void

DumpPassword ( DumpPassword Options ) : void

Escrow ( Escrow Options ) : void

Export ( Export Options ) : void

GetMeshClient ( ) : MeshClient
GetMeshClient ( string PortalID ) : MeshClient

Bind to the Mesh client for the specified portal account

GetPassword ( GetPassword Options ) : void

Import ( Import Options ) : void

List ( List Options ) : void

Mail ( Mail Options ) : void

Password ( Password Options ) : void
Pending ( Pending Options ) : void

Personal ( Personal Options ) : void

Create a new personal profile

Register ( Register Options ) : void

Report ( string Text ) : void
Report ( string Text, List Items ) : void
ReportWrite ( string Text ) : void
Reset ( Reset Options ) : void

Erase all test profiles

SSH ( SSH Options ) : void
Shell ( ) : System
Sync ( Sync Options ) : void

Verbose ( string Text ) : void

Private Methods

Méthode Description
CheckAccount ( int I ) : bool
GetDevice ( SignedPersonalProfile Profile ) : SignedDeviceProfile
GetNextAccount ( ) : void

Rough draft, I think this is correct but can't check now as the server is accepting everything.

GetPasswordProfile ( ) : void
GetProfile ( String Portal, String UDF ) : void
MakeAccountID ( int I ) : string
Report ( RegistrationApplication Registration ) : void
Report ( RegistrationDevice Registration ) : void
Report ( RegistrationPersonal Registration, bool Detail ) : void
Report ( SignedApplicationProfile Application ) : void
Report ( SignedDeviceProfile Device ) : void
SetReporting ( Flag Report, Flag Verbose ) : void
UpdatePasswordProfile ( ) : void

Method Details

Accept() public méthode

public Accept ( Accept Options ) : void
Options Accept Command line parameters
Résultat void

AddPassword() public méthode

public AddPassword ( AddPassword Options ) : void
Options AddPassword Command line parameters
Résultat void

Complete() public méthode

public Complete ( Complete Options ) : void
Options Complete Command line parameters
Résultat void

DeletePassword() public méthode

public DeletePassword ( DeletePassword Options ) : void
Options DeletePassword Command line parameters
Résultat void

Device() public méthode

Create a new device profile
public Device ( Device Options ) : void
Options Device Command line parameters
Résultat void

Dump() public méthode

public Dump ( Dump Options ) : void
Options Dump Command line parameters
Résultat void

DumpPassword() public méthode

public DumpPassword ( DumpPassword Options ) : void
Options DumpPassword Command line parameters
Résultat void

Escrow() public méthode

public Escrow ( Escrow Options ) : void
Options Escrow Command line parameters
Résultat void

Export() public méthode

public Export ( Export Options ) : void
Options Export Command line parameters
Résultat void

GetMeshClient() public méthode

public GetMeshClient ( ) : MeshClient
Résultat Goedel.Mesh.MeshClient

GetMeshClient() public méthode

Bind to the Mesh client for the specified portal account
public GetMeshClient ( string PortalID ) : MeshClient
PortalID string
Résultat Goedel.Mesh.MeshClient

GetPassword() public méthode

public GetPassword ( GetPassword Options ) : void
Options GetPassword Command line parameters
Résultat void

Import() public méthode

public Import ( Import Options ) : void
Options Import Command line parameters
Résultat void

List() public méthode

public List ( List Options ) : void
Options List Command line parameters
Résultat void

Mail() public méthode

public Mail ( Mail Options ) : void
Options Mail Command line parameters
Résultat void

Password() public méthode

public Password ( Password Options ) : void
Options Password Command line parameters
Résultat void

Pending() public méthode

public Pending ( Pending Options ) : void
Options Pending Command line parameters
Résultat void

Personal() public méthode

Create a new personal profile
public Personal ( Personal Options ) : void
Options Personal Command line parameters
Résultat void

Register() public méthode

public Register ( Register Options ) : void
Options Goedel.Mesh.Platform.Register Command line parameters
Résultat void

Report() public méthode

public Report ( string Text ) : void
Text string
Résultat void

Report() public méthode

public Report ( string Text, List Items ) : void
Text string
Items List
Résultat void

ReportWrite() public méthode

public ReportWrite ( string Text ) : void
Text string
Résultat void

Reset() public méthode

Erase all test profiles
public Reset ( Reset Options ) : void
Options Reset Command line parameters
Résultat void

SSH() public méthode

public SSH ( SSH Options ) : void
Options SSH Command line parameters
Résultat void

Shell() public méthode

public Shell ( ) : System
Résultat System

Sync() public méthode

public Sync ( Sync Options ) : void
Options Sync Command line parameters
Résultat void

Verbose() public méthode

public Verbose ( string Text ) : void
Text string
Résultat void