openthread-br  0.3.0-72c0388
Functions
system_utils.hpp File Reference

Go to the source code of this file.

Functions

int otbr::SystemUtils::ExecuteCommand (const char *aFormat,...)
 

Detailed Description

This file includes definitions for POSIX system utilities.

Function Documentation

◆ ExecuteCommand()

int otbr::SystemUtils::ExecuteCommand ( const char *  aFormat,
  ... 
)

This method formats a system command to execute.

Parameters
[in]aFormatA pointer to the format string.
[in]...Arguments for the format specification.
Returns
The command exit code.