Data Fields | |
char * | name |
Channel name. | |
char * | url |
Channel connection specification. | |
int(* | txAlloc )(char *url, iDnxChannel **icpp) |
Channel factory. |
Definition at line 54 of file dnxTransport.c.
char* DnxChanMap_::name |
Channel name.
Definition at line 56 of file dnxTransport.c.
Referenced by dnxChanMapAdd(), dnxChanMapDelete(), and dnxChanMapFindSlot().
char* DnxChanMap_::url |
Channel connection specification.
Definition at line 57 of file dnxTransport.c.
Referenced by dnxChanMapAdd(), dnxChanMapAllocChannel(), and dnxChanMapDelete().
int(* DnxChanMap_::txAlloc)(char *url, iDnxChannel **icpp) |