C# Class Goedel.Mesh.Platform.RegistrationDevice

Describes the registration of a device profile on a machine.
Inheritance: Registration
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Méthode Description
Refresh ( ) : void

Fetch the latest version of the profile version

RegistrationDevice ( SignedDeviceProfile SignedDeviceProfile ) : System

Add the associated profile to the machine store.

RegistrationDevice ( string UDF, string File ) : System

Read a personal registration from a file

ToRegistry ( ) : void

Write values to registry.

Update ( ) : void

Update values.

Method Details

Refresh() public méthode

Fetch the latest version of the profile version
public Refresh ( ) : void
Résultat void

RegistrationDevice() public méthode

Add the associated profile to the machine store.
public RegistrationDevice ( SignedDeviceProfile SignedDeviceProfile ) : System
SignedDeviceProfile SignedDeviceProfile The device profile
Résultat System

RegistrationDevice() public méthode

Read a personal registration from a file
public RegistrationDevice ( string UDF, string File ) : System
UDF string File fingerprint
File string Filename on local machine
Résultat System

ToRegistry() public méthode

Write values to registry.
public ToRegistry ( ) : void
Résultat void

Update() public méthode

Update values.
public Update ( ) : void
Résultat void