dnxTcp.h File Reference
#include "dnxTSPI.h"
Go to the source code of this file.
|
Functions |
int | dnxTcpInit (int(**ptxAlloc)(char *url, iDnxChannel **icpp)) |
| Initialize the TCP transport sub-system; return TCP channel contructor.
|
void | dnxTcpDeInit (void) |
| Clean up global resources allocated by the TCP channel sub-system.
|
Function Documentation
void dnxTcpDeInit |
( |
void |
|
) |
|
Clean up global resources allocated by the TCP channel sub-system.
Definition at line 432 of file dnxTcp.c.
int dnxTcpInit |
( |
int(**)(char *url, iDnxChannel **icpp) |
ptxAlloc |
) |
|
Initialize the TCP transport sub-system; return TCP channel contructor.
- Parameters:
-
[out] | ptxAlloc | - the address of storage in which to return the address of the TCP channel object constructor (dnxTcpNew). |
- Returns:
- Always returns zero.
Definition at line 419 of file dnxTcp.c.