Receive a length-prefixed frame. Both header and payload are returned as allocatable byte arrays (caller owns).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | fd | |||
| integer(kind=int8), | intent(out), | allocatable | :: | header(:) | ||
| integer(kind=int8), | intent(out), | allocatable | :: | payload(:) |