Hello
Please, help me to find more detailed information about next functions, because I did not find them in any application note.
PUBLIC teJenNetStatusCode eApi_SendDataToCoord(uint8 *pu8Payload, uint8 u8Length, bool_t bGetResponse, uint8 u8HigherLayerHandle);
PUBLIC teJenNetStatusCode eApi_SendDataToPeer(MAC_ExtAddr_s *spDestAddr, uint8 *pu8Payload, uint8 u8Length, bool_t bGetResponse, uint8 u8HigherLayerHandle);
PUBLIC teJenNetStatusCode eApi_SendDataToNwk(uint8 *pu8Payload, uint8 u8Length, uint8 u8HigherLayerHandle);
PUBLIC teJenNetStatusCode eApi_SendDataToExtNwk(MAC_Addr_s *psDestAddr, uint8 *pu8Payload, uint8 u8Length, uint8 u8HigherLayerHandle);