14 #ifndef ITALA_API_C_SYSTEM_H 15 #define ITALA_API_C_SYSTEM_H 18 #include "ItalaApiC/Export.h" 19 #include "ItalaApiC/ItalaCDefs.h" 28 ITALA_API_C
void ERR_GetLastErrorMessage(
char* message,
size_t* pSize);
This is a struct to contain all the data of devices. This struct contains all the data of the devices...
Definition: ItalaCDefs.h:142
ITALA_API_C ItalaError SYS_EnumerateInterfaces()
ITALA_API_C ItalaError SYS_GetNodeMap(H_NODEMAP *phNodemap)
int32_t ItalaError
Definition: ItalaCDefs.h:80
ITALA_API_C ItalaError SYS_GetInterfaceByIndex(size_t index, InterfaceInfo *itfInfo)
ITALA_API_C ItalaError SYS_EnumerateDevicesByInterface(InterfaceInfo itfInfo, uint64_t timeout)
ITALA_API_C ItalaError SYS_EnumerateDevices(uint64_t timeout)
ITALA_API_C ItalaError SYS_EnumerateDevicesByInterfaces(InterfaceInfo *itfInfoList, size_t size, uint64_t timeout)
ITALA_API_C ItalaError SYS_GetInterfaceNodemap(InterfaceInfo itfInfo, H_NODEMAP *phNodeMap)
ITALA_API_C ItalaError SYS_CreateDevice(DeviceInfo deviceInfo, H_DEVICE *phDevice)
ITALA_API_C ItalaError SYS_GetDeviceByIndex(size_t index, DeviceInfo *deviceInfo)
ITALA_API_C ItalaError SYS_GetInterfaceCount(size_t *interfaceCount)
ITALA_API_C ItalaError SYS_Dispose()
This is a struct to contain all the data of inteferfaces. This struct contains all the data of the in...
Definition: ItalaCDefs.h:129
ITALA_API_C ItalaError SYS_Initialize()
ITALA_API_C ItalaError SYS_GetDeviceCount(size_t *deviceCount)