Return device type name of given device pointer or handle.
Notice C API: pszDest is the buffer were the value is stored to, it must be at least of size uiDestSize.
GetBusType
API | Code |
C++ | ceDevice::ceBusType ceDevice::GetBusType() |
CCE_RESULT GetBusType(CE_DEVICE_HANDLE Handle, unsigned int *puiBusType)
.NET ceDevice.ceBusType ceDevice.GetBusType()
Return type of bus a device is bound to, can be any of the following:
Constant | Bus |
ceBT_PCI | PCI bus |
ceBT_USB | USB bus |
GetMaxTransferSize
API | Code |
C++ | unsigned int ceDevice::GetMaxTransferSize() |
CCE_RESULT GetMaxTransferSize(CE_DEVICE_HANDLE Handle, unsigned int *puiMaxTransferSize)
.NET | uint ceDevice.GetMaxTransferSize() |
Return count of bytes that represents the maximum in one transaction, larger transfers must be split by the API user.
USBS6 / |
| http://www.cesys.com/ |
User Doc V0.3 | preliminary |