?bStatus_t RF_Rx( u8 *txBuf, u8 txLen, u8 pktRxType, u8 pktTxType );
?* @fn? ? ? ? ? RF_Tx
?*
?* @brief? ? ? ?tx mode.
?*
?* input parameters
?*
?* @param? ? ? ?txBuf - tx mode tx data
?* @param? ? ? ?txLen - tx mode tx length(0-251)
?* @param? ? ? ?pktTxType - tx mode tx package type
?*? ? ? ? ? ? ? ? ? ? ? ? broadcast type(0xFF):received by all matching types;?
?*? ? ? ? ? ? ? ? ? ? ? ? others:only received by matching type
?* @param? ? ? ?pktRxType - tx mode rx package type(auto mode)
?*? ? ? ? ? ? ? ? ? ? ? ? broadcast type(0xFF):receive all matching types,
?*? ? ? ? ? ? ? ? ? ? ? ? others:receive match type or broadcast type
?*
?* output parameters
?*
?* @param? ? ? ?None.
?*
?* @return? ? ? 0 - success.
這個函數(shù)的參數(shù)看不懂 ,?按道理第一個參數(shù)是接收緩沖區(qū)是吧?第二應該是接收長度(實測這個長度設置多少沒意義)
但參數(shù)說明里說的是發(fā)送緩沖區(qū)和長度,函數(shù)名稱是接收,參數(shù)寫的是發(fā)送不明白什么意思