TwiceAsNice
2019-02-18
|
Classes | |
struct | _DqTransportDQEngineDescriptor |
Typedefs | |
typedef struct _DqTransportDQEngineDescriptor | DQTRANSPORTDQENGINEDESC |
Functions | |
DQTRANSPORTDESC * | DqTransportDQEngineAlloc (void) |
int | DqTransportDQEngineInit (int handle, int nic, char *address, uint32 port) |
int | DqTransportDQEngineSend (int handle, const int8 *buf, int32 len, int32 flags) |
int | DqTransportDQEngineReceive (int handle, int8 *buf, int32 len, int32 flags) |
int | DqTransportDQEngineWait (int handle, int32 timeout) |
int | DqTransportDQEngineClose (int handle) |
typedef struct _DqTransportDQEngineDescriptor DQTRANSPORTDQENGINEDESC |
DQTRANSPORTDESC* DqTransportDQEngineAlloc | ( | void | ) |
int DqTransportDQEngineClose | ( | int | handle | ) |
int DqTransportDQEngineInit | ( | int | handle, |
int | nic, | ||
char * | address, | ||
uint32 | port | ||
) |
int DqTransportDQEngineWait | ( | int | handle, |
int32 | timeout | ||
) |