| aStem_CreateTEAFileOutput | Index |
Definition:
| aLIBRETURN aStem_CreateTEAFileOutput( | aStemLib stemRef, unsigned char address, const unsigned int nFileNumber, aStreamRef* pStreamRef, aErr* pErr); |
Parameters:
| stemRef | - | A pointer to the opaque stem reference used for getting the file output stream. |
| address | - | The address of the BrainStem module the stream will output to. |
| nFileNumber | - | The file number of the file that is to be written to the addressed module. |
| pStreamRef | - | A pointer to a stream reference that is set to the newly created output stream. |
| pErr | - | A pointer to an aErr variable that recieves the error code on exit from this routine. |
Return Value:
Description:
Related: