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