public interface UbBootloaderFunctions extends UbDeviceNs
Modifier and Type | Interface and Description |
---|---|
static class |
UbBootloaderFunctions.UbBootloaderVariable |
Modifier and Type | Method and Description |
---|---|
UbbFlashFunctions |
getFlashFunctions() |
UbbPowerFunctions |
getPowerFunctions() |
byte |
getVar(UbBootloaderFunctions.UbBootloaderVariable var) |
eu.javaexperience.struct.GenericStruct2<Short,byte[]> |
readProgramCode(short address,
byte length) |
void |
setVar(UbBootloaderFunctions.UbBootloaderVariable var,
byte value) |
cast, customNs
UbbPowerFunctions getPowerFunctions()
byte getVar(UbBootloaderFunctions.UbBootloaderVariable var)
void setVar(UbBootloaderFunctions.UbBootloaderVariable var, byte value)
eu.javaexperience.struct.GenericStruct2<Short,byte[]> readProgramCode(short address, byte length)
UbbFlashFunctions getFlashFunctions()
Copyright © 2020. All rights reserved.