22 #ifndef FPC_COM_LINK_H 23 #define FPC_COM_LINK_H
Communication result type definitions.
fpc_com_result_t fpc_com_link_receive(fpc_com_packet_link_t *packet, fpc_com_chain_t *chain)
Receives a packet from the physical link.
fpc_com_result_t fpc_com_link_transmit(fpc_com_packet_link_t *packet, fpc_com_chain_t *chain)
Sends a packet over the physical link in blocking mode.
Communication chain type definitions.
uint16_t fpc_com_link_get_overhead(uint16_t *offset)
Returns the overhead of the layer.