C# Class LokiProgrammer.UnsupportedDeviceException

Inheritance: System.Exception
Afficher le fichier Open project: arachnidlabs/loki

Méthodes publiques

Méthode Description
UnsupportedDeviceException ( uint actualSiliconId, byte actualSiliconRev, uint expectedSiliconId, byte expectedSiliconRev ) : System

Method Details

UnsupportedDeviceException() public méthode

public UnsupportedDeviceException ( uint actualSiliconId, byte actualSiliconRev, uint expectedSiliconId, byte expectedSiliconRev ) : System
actualSiliconId uint
actualSiliconRev byte
expectedSiliconId uint
expectedSiliconRev byte
Résultat System