TwiceAsNice  2019-02-18
Typedefs | Functions
TransportFSI.h File Reference

Typedefs

typedef struct _DqTransportFSIDescriptor DQTRANSPORTFSIDESC
 

Functions

DQTRANSPORTDESCDqTransportFSIAlloc (void)
 
int DqTransportFSIInit (int handle, int nic, char *address, uint32 port)
 
int DqTransportFSISend (int handle, const int8 *buf, int32 len, int32 flags)
 
int DqTransportFSIReceive (int handle, int8 *buf, int32 len, int32 flags)
 
int DqTransportFSIWait (int handle, int32 timeout)
 
int DqTransportFSIClose (int handle)
 
void DqTransportFSIDebug (int unit)
 

Typedef Documentation

◆ DQTRANSPORTFSIDESC

typedef struct _DqTransportFSIDescriptor DQTRANSPORTFSIDESC

Function Documentation

◆ DqTransportFSIAlloc()

DQTRANSPORTDESC* DqTransportFSIAlloc ( void  )

◆ DqTransportFSIClose()

int DqTransportFSIClose ( int  handle)

◆ DqTransportFSIDebug()

void DqTransportFSIDebug ( int  unit)

◆ DqTransportFSIInit()

int DqTransportFSIInit ( int  handle,
int  nic,
char *  address,
uint32  port 
)

◆ DqTransportFSIReceive()

int DqTransportFSIReceive ( int  handle,
int8 buf,
int32  len,
int32  flags 
)

◆ DqTransportFSISend()

int DqTransportFSISend ( int  handle,
const int8 buf,
int32  len,
int32  flags 
)

◆ DqTransportFSIWait()

int DqTransportFSIWait ( int  handle,
int32  timeout 
)