Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PhTransportFindLink()
Search a linked list of transport data for some specific data
Synopsis:
PhTransportLink_t *PhTransportFindLink(
PhTransportLink_t *link_list,
void *data );
Library:
ph
Description:
This function searches the list of transport data pointed to by link_list for the entry containing the given data.
Returns:
A pointer to the entry containing the data, or NULL if it couldn't be found.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PhCreateTransportCtrl(), PhLinkTransportData(), PhTransportType()
Drag and Drop chapter of the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)