C# Class LokiProgrammer.LokiInfo

Inheritance: BoardInfo
Afficher le fichier Open project: arachnidlabs/loki Class Usage Examples

Protected Properties

Свойство Type Description
bootloaderVersion uint
channel HIDCommunicationsChannel
host LokiBootloaderHost
planks ObservableCollection
siliconVersion string
usbDeviceName string

Méthodes publiques

Méthode Description
ComputePinMapping ( ) : void
LokiInfo ( string usbDeviceName, string siliconVersion, uint bootloaderVersion, Stream stream, byte address ) : System
LokiInfo ( string usbDeviceName, string siliconVersion, uint bootloaderVersion, byte address ) : System

Méthodes protégées

Méthode Description
GPIONames_CollectionChanged ( object sender, System e ) : void
pin_PropertyChanged ( object sender, System e ) : void
planks_CollectionChanged ( object sender, System e ) : void

Private Methods

Méthode Description
WatchPlanks ( ) : void

Method Details

ComputePinMapping() public méthode

public ComputePinMapping ( ) : void
Résultat void

GPIONames_CollectionChanged() protected méthode

protected GPIONames_CollectionChanged ( object sender, System e ) : void
sender object
e System
Résultat void

LokiInfo() public méthode

public LokiInfo ( string usbDeviceName, string siliconVersion, uint bootloaderVersion, Stream stream, byte address ) : System
usbDeviceName string
siliconVersion string
bootloaderVersion uint
stream Stream
address byte
Résultat System

LokiInfo() public méthode

public LokiInfo ( string usbDeviceName, string siliconVersion, uint bootloaderVersion, byte address ) : System
usbDeviceName string
siliconVersion string
bootloaderVersion uint
address byte
Résultat System

pin_PropertyChanged() protected méthode

protected pin_PropertyChanged ( object sender, System e ) : void
sender object
e System
Résultat void

planks_CollectionChanged() protected méthode

protected planks_CollectionChanged ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

bootloaderVersion protected_oe property

protected uint bootloaderVersion
Résultat uint

channel protected_oe property

protected HIDCommunicationsChannel,LokiProgrammer channel
Résultat HIDCommunicationsChannel

host protected_oe property

protected LokiBootloaderHost,LokiProgrammer host
Résultat LokiBootloaderHost

planks protected_oe property

protected ObservableCollection planks
Résultat ObservableCollection

siliconVersion protected_oe property

protected string siliconVersion
Résultat string

usbDeviceName protected_oe property

protected string usbDeviceName
Résultat string