Radio stream API. More...

Functions

EmberStatus emberStartTxStream (EmberTxStreamParameters parameters, uint16_t channel)
 Start a continuous Tx stream to test RF. More...
 
EmberStatus emberStopTxStream (void)
 Stop a RF stream in progress. More...
 

Detailed Description

Radio stream API.

License

Copyright 2018 Silicon Laboratories Inc. www.silabs.com

The licensor of this software is Silicon Laboratories Inc. Your use of this software is governed by the terms of Silicon Labs Master Software License Agreement (MSLA) available at www.silabs.com/about-us/legal/master-software-license-agreement. This software is distributed to you in Source Code format and is governed by the sections of the MSLA applicable to Source Code.

Connect API managing radio stream for RF testing purpose

See radio-stream.h for source code.

Function Documentation

◆ emberStartTxStream()

EmberStatus emberStartTxStream ( EmberTxStreamParameters  parameters,
uint16_t  channel 
)

Start a continuous Tx stream to test RF.

Parameters
[in]parametersStream mode. See EmberTxStreamParameters.
[in]channelRF channel.
Returns
EMBER_INVALID_CALL if the stack can not process the request
EMBER_BAD_ARGUMENT if the parameters are wrong
EMBER_SUCCESS if the stream can be started

◆ emberStopTxStream()

EmberStatus emberStopTxStream ( void  )

Stop a RF stream in progress.

Returns
EMBER_INVALID_CALL if no stream is in progress
EMBER_SUCCESS otherwise