Modifier and Type | Method and Description |
---|---|
UbDeviceNs |
UbDevStdNsRoot.getAppFunctions() |
UbBootloaderFunctions |
UbDevStdNsRoot.getBootloaderFunctions() |
UbBusFunctions |
UbDevStdNsRoot.getBusFunctions() |
UbReflectNs |
UbDevStdNsRoot.getReflectFunctions() |
Modifier and Type | Method and Description |
---|---|
void |
UbBusFunctions.ping() |
Modifier and Type | Method and Description |
---|---|
UbRemoteString |
UbReflectNs.getDescription() |
UbRemoteString |
UbReflectNs.getMeta() |
uint8_t |
UbReflectNs.getModifiers() |
UbRemoteString |
UbReflectNs.getName() |
uint8_t |
UbReflectNs.getNamespaceIndex() |
uint8_t |
UbReflectNs.getNthSubNodeNamespace(uint8_t ns) |
UbReflectNs |
UbReflectNs.getSubNode(uint8_t ns) |
uint8_t |
UbReflectNs.getSubNodesCount() |
Modifier and Type | Method and Description |
---|---|
void |
UbbFlashFunctions.commitFlash() |
UbbFlashFunctions |
UbBootloaderFunctions.getFlashFunctions() |
byte |
UbbFlashFunctions.getFlashStage() |
short |
UbbFlashFunctions.getNextAddress() |
UbbPowerFunctions |
UbBootloaderFunctions.getPowerFunctions() |
void |
UbbFlashFunctions.getStartFlash() |
byte |
UbBootloaderFunctions.getVar(UbBootloaderFunctions.UbBootloaderVariable var) |
NoReturn |
UbbPowerFunctions.hardwareReset()
Reset using the watchdog timer
|
short |
UbbFlashFunctions.pushCode(short startAddress,
byte[] data) |
eu.javaexperience.struct.GenericStruct2<Short,byte[]> |
UbBootloaderFunctions.readProgramCode(short address,
byte length) |
void |
UbBootloaderFunctions.setVar(UbBootloaderFunctions.UbBootloaderVariable var,
byte value) |
NoReturn |
UbbPowerFunctions.softwareReset()
reset by jumping to the reset vector
|
Modifier and Type | Method and Description |
---|---|
VSigned |
UbRemoteString.getLength() |
byte[] |
UbRemoteString.getStringPart(VUnsigned from,
VUnsigned length) |
Modifier and Type | Method and Description |
---|---|
short |
UbRpcFunctionParameter.getDataSize() |
byte |
UbRpcFunctionParameter.getDataType() |
UbRemoteString |
UbRpcFunctionParameter.getDescription() |
VUnsigned |
UbRpcFunctionParameterArray.getLength() |
UbRemoteString |
UbRpcFunctionParameter.getMeta() |
UbRemoteString |
UbRpcFunctionParameter.getName() |
UbRpcFunctionParameterArray |
UbRpcFunctionDescriptor.getParameterTypes() |
UbRpcFunctionParameterArray |
UbRpcFunctionDescriptor.getReturningTypes() |
Modifier and Type | Method and Description |
---|---|
VSigned |
UbString.getLength() |
byte[] |
UbString.getStringPart(VUnsigned from,
VUnsigned length) |
Modifier and Type | Method and Description |
---|---|
VUnsigned |
FtpBusService.appendFile(VUnsigned fileNo,
VSigned poz,
byte[] data) |
VUnsigned |
UbFileSystemService.appendFile(VUnsigned fileNo,
VSigned poz,
byte[] data) |
boolean |
FtpBusService.canRead(VUnsigned fileNo) |
boolean |
UbFileSystemService.canRead(VUnsigned fileNo) |
boolean |
FtpBusService.canWrite(VUnsigned fileNo) |
boolean |
UbFileSystemService.canWrite(VUnsigned fileNo) |
VUnsigned |
FtpBusService.createNewRegularFile(VUnsigned fileNo,
String str) |
VUnsigned |
UbFileSystemService.createNewRegularFile(VUnsigned fileNo,
String str) |
VUnsigned |
FtpBusService.createTime(VUnsigned fileNo) |
VUnsigned |
UbFileSystemService.createTime(VUnsigned fileNo) |
boolean |
FtpBusService.delete(VUnsigned fileNo) |
boolean |
UbFileSystemService.delete(VUnsigned fileNo) |
boolean |
FtpBusService.exists(VUnsigned fileNo) |
boolean |
UbFileSystemService.exists(VUnsigned fileNo) |
VUnsigned |
FtpBusService.getDirectoryFile(VUnsigned fileNo,
VUnsigned index) |
VUnsigned |
UbFileSystemService.getDirectoryFile(VUnsigned fileNo,
VUnsigned index) |
UbRemoteString |
FtpBusService.getFileName(VUnsigned fileNo) |
UbRemoteString |
UbFileSystemService.getFileName(VUnsigned fileNo) |
byte[] |
FtpBusService.getFilePart(VUnsigned fileNo,
VUnsigned from,
VUnsigned length) |
byte[] |
UbFileSystemService.getFilePart(VUnsigned fileNo,
VUnsigned from,
VUnsigned length) |
byte |
FtpBusService.getFileType(VUnsigned fileNo) |
byte |
UbFileSystemService.getFileType(VUnsigned fileNo) |
VUnsigned |
FtpBusService.getParentFile(VUnsigned fileNo) |
VUnsigned |
UbFileSystemService.getParentFile(VUnsigned fileNo) |
VUnsigned |
FtpBusService.getSize(VUnsigned fileNo) |
VUnsigned |
UbFileSystemService.getSize(VUnsigned fileNo) |
VUnsigned |
FtpBusService.lastModified(VUnsigned fileNo) |
VUnsigned |
UbFileSystemService.lastModified(VUnsigned fileNo) |
VUnsigned[] |
FtpBusService.listFiles(VUnsigned fileNo) |
VUnsigned[] |
UbFileSystemService.listFiles(VUnsigned fileNo) |
VUnsigned |
FtpBusService.mkdir(VUnsigned fileNo,
String str) |
VUnsigned |
UbFileSystemService.mkdir(VUnsigned fileNo,
String str) |
VUnsigned |
FtpBusService.moveFile(VUnsigned fileNo,
VUnsigned dstDir) |
VUnsigned |
UbFileSystemService.moveFile(VUnsigned fileNo,
VUnsigned dstDir) |
VUnsigned |
FtpBusService.renameFile(VUnsigned fileNo,
String name) |
VUnsigned |
UbFileSystemService.renameFile(VUnsigned fileNo,
String name) |
boolean |
FtpBusService.setLastModified(VUnsigned fileNo,
VUnsigned time) |
boolean |
UbFileSystemService.setLastModified(VUnsigned fileNo,
VUnsigned time) |
VUnsigned |
FtpBusService.truncateSize(VUnsigned fileNo,
VUnsigned size) |
VUnsigned |
UbFileSystemService.truncateSize(VUnsigned fileNo,
VUnsigned size) |
Copyright © 2020. All rights reserved.