| aModuleVM_Launch | Index |
Definition:
| aErr aModuleVM_Launch( | aStemLib stemRef, const unsigned char module, const unsigned char slot, const unsigned char nParamBytes, const char* pParamBytes); |
Parameters:
| stemRef | - | An opaque library reference representing the aStem library which manages the communication with the BrainStem modules. |
| module | - | The IIC address of the module that will execute a TEA program. This need not be the router. |
| slot | - | The index of the file to be executed. |
| nParamBytes | - | Number of parameter bytes. |
| pParamBytes | - | Pointer to an array of parameter bytes. |
Return Value:
Description:
Related: