Data Fields | |
| char * | scheme |
| char * | libpath |
| int(* | txAlloc )(char *url, iDnxChannel **icpp) |
| int(* | txInit )(int(**ptxAlloc)(char *url, iDnxChannel **icpp)) |
| void(* | txExit )(void) |
Definition at line 62 of file dnxTransport.c.
| char* DnxTransport::scheme |
Definition at line 64 of file dnxTransport.c.
| char* DnxTransport::libpath |
Definition at line 65 of file dnxTransport.c.
| int(* DnxTransport::txAlloc)(char *url, iDnxChannel **icpp) |
Referenced by dnxChanMapUrlParse().
| int(* DnxTransport::txInit)(int(**ptxAlloc)(char *url, iDnxChannel **icpp)) |
| void(* DnxTransport::txExit)(void) |
Referenced by dnxChanMapInit(), and dnxChanMapRelease().
1.5.6