Search a linked list of transport data for some specific data
PhTransportLink_t *PhTransportFindLink( PhTransportLink_t *link_list, void *data );
ph
This function searches the list of transport data pointed to by link_list for the entry containing the given data.
A pointer to the entry containing the data, or NULL if it couldn't be found.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhCreateTransportCtrl(), PhLinkTransportData(), PhTransportType()
Drag and Drop chapter of the Photon Programmer's Guide