ot::Spinel::SpinelInterface::IsSpinelResetCommand() method
Indicates whether or not the frame is the Spinel SPINEL_CMD_RESET frame.
Syntax
bool IsSpinelResetCommand(const uint8_t *aFrame,
uint16_t aLength);
Arguments
aFrame
A pointer to buffer containing the spinel frame.
aLength
The length (number of bytes) in the frame.
Return value
true If the frame is a Spinel SPINEL_CMD_RESET frame. false If the frame is not a Spinel SPINEL_CMD_RESET frame.
![]()
bool IsSpinelResetCommand(const uint8_t *aFrame, uint16_t aLength)
ot::Spinel::SpinelInterface::IsSpinelResetCommand() reads 1 variable:
![]()
ot::Spinel::SpinelInterface::IsSpinelResetCommand()