| aModuleVM_LaunchProcess | Index |
Definition:
| aErr aModuleVM_LaunchProcess( | aStemLib stemRef, const unsigned char module, const unsigned char fileSlot, const char* pProgramData, const unsigned char nProgramData, const unsigned char flags, aTEAProcessID* pProcID); |
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. |
| fileSlot | - | The index of the file to be executed. |
| pProgramData | - | Pointer to an array of parameter bytes. |
| nProgramData | - | Number of parameter bytes. |
| flags | - | Launch control flags. |
| pProcID | - | User-specified process ID or holder for automatically assigned process ID. |
Return Value:
Description:
Related: