OkoLib
library for accessing Okolab devices
Commands

Functions

oko_res_type oko_CommandExecute (uint32_t deviceh, const char *name)
 Execute a command. More...
 

Detailed Description

Function Documentation

◆ oko_CommandExecute()

oko_res_type oko_CommandExecute ( uint32_t  deviceh,
const char *  name 
)

Execute a command.

Parameters
[in]devicehA valid device handle.
[in]nameThe command name.
Returns
OKO_OK upon success, an error code otherwise.