Property | Type | Description | |
---|---|---|---|
bootloaderVersion | uint | ||
channel | |||
host | |||
planks | ObservableCollection |
||
siliconVersion | string | ||
usbDeviceName | string |
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 |
Method | Description | |
---|---|---|
GPIONames_CollectionChanged ( object sender, System e ) : void | ||
pin_PropertyChanged ( object sender, System e ) : void | ||
planks_CollectionChanged ( object sender, System e ) : void |
Method | Description | |
---|---|---|
WatchPlanks ( ) : void |
protected GPIONames_CollectionChanged ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
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 |
public LokiInfo ( string usbDeviceName, string siliconVersion, uint bootloaderVersion, byte address ) : System | ||
usbDeviceName | string | |
siliconVersion | string | |
bootloaderVersion | uint | |
address | byte | |
return | System |
protected pin_PropertyChanged ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected planks_CollectionChanged ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected HIDCommunicationsChannel,LokiProgrammer channel | ||
return |