Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PhGetAllTransportHdrs()
Extract all the headers from a buffer of packed transport data
Synopsis:
PhTransportHdr_t * PhGetAllTransportHdrs(
char *buffer,
int unsigned buffer_size );
Library:
ph
Description:
PhGetAllTransportHdrs() extracts all the headers from the given buffer of packed transport data and puts them into a linked list. The buffer_size argument specifies the size of the buffer, in bytes.
Returns:
A pointer to the first entry in the linked list of transport headers.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PhGetNextTransportHdr(), PhGetTransportHdr(), PhLocateTransHdr(), PhReleaseTransportHdrs(), PhUnlinkTransportHdr()
Drag and Drop chapter of the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |

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