C# Class LokiProgrammer.LokiInfo

Inheritance: BoardInfo
Exibir arquivo Open project: arachnidlabs/loki Class Usage Examples

Protected Properties

Property Type Description
bootloaderVersion uint
channel HIDCommunicationsChannel
host LokiBootloaderHost
planks ObservableCollection
siliconVersion string
usbDeviceName string

Public Methods

Method 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

Protected Methods

Method Description
GPIONames_CollectionChanged ( object sender, System e ) : void
pin_PropertyChanged ( object sender, System e ) : void
planks_CollectionChanged ( object sender, System e ) : void

Private Methods

Method Description
WatchPlanks ( ) : void

Method Details

ComputePinMapping() public method

public ComputePinMapping ( ) : void
return void

GPIONames_CollectionChanged() protected method

protected GPIONames_CollectionChanged ( object sender, System e ) : void
sender object
e System
return void

LokiInfo() public method

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

LokiInfo() public method

public LokiInfo ( string usbDeviceName, string siliconVersion, uint bootloaderVersion, byte address ) : System
usbDeviceName string
siliconVersion string
bootloaderVersion uint
address byte
return System

pin_PropertyChanged() protected method

protected pin_PropertyChanged ( object sender, System e ) : void
sender object
e System
return void

planks_CollectionChanged() protected method

protected planks_CollectionChanged ( object sender, System e ) : void
sender object
e System
return void

Property Details

bootloaderVersion protected_oe property

protected uint bootloaderVersion
return uint

channel protected_oe property

protected HIDCommunicationsChannel,LokiProgrammer channel
return HIDCommunicationsChannel

host protected_oe property

protected LokiBootloaderHost,LokiProgrammer host
return LokiBootloaderHost

planks protected_oe property

protected ObservableCollection planks
return ObservableCollection

siliconVersion protected_oe property

protected string siliconVersion
return string

usbDeviceName protected_oe property

protected string usbDeviceName
return string