C# Class Goedel.Mesh.Platform.RegistrationDevice

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

Public Methods

Method 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 method

Fetch the latest version of the profile version
public Refresh ( ) : void
return void

RegistrationDevice() public method

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

RegistrationDevice() public method

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

ToRegistry() public method

Write values to registry.
public ToRegistry ( ) : void
return void

Update() public method

Update values.
public Update ( ) : void
return void