Extract all the headers from a buffer of packed transport data
PhTransportHdr_t * PhGetAllTransportHdrs( char *buffer, int unsigned buffer_size );
ph
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.
A pointer to the first entry in the linked list of transport headers.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhGetNextTransportHdr(), PhGetTransportHdr(), PhLocateTransHdr(), PhReleaseTransportHdrs(), PhUnlinkTransportHdr()
Drag and Drop chapter of the Photon Programmer's Guide