Installation guide

110
Return Value
SORA_HW_TX_TRANSFER returns S_OK on success.
Comments
SORA_HW_TX_TRANSFER downloads the modulated signals of a frame from the shared TX
sample buffer to the memory location on RCB as indicated in the packet base object.
18) SORA_HW _TX
HRESULT
SORA_HW _TX (
PSORA_RADIO pRadio,
PPACKET_BASE pPacket
);
Parameters
pRadio
Pointer to the radio object to send the signal.
pPacket
Pointer to the packet base object.
Return Value
SORA_HW _TX returns S_OK on success.
Comments
SORA_HW _TX indicates the hardware to send out the signal at the memory location on the
RCB as indicated in the packet base object. The function will be blocked until the signal has been
transmitted out. The signal should be previously transferred onto the RCB memory using
SORA_HW_TX_TRANSFER.
19) SORA_HW_FAST_TX
HRESULT
SORA_HW_FAST_TX (
PSORA_RADIO pRadio,
PTX_DESC pTxDesc
);
Parameters
pRadio
Pointer to the radio object to send the signal.