| aPacket_Create | Index |
Definition:
| aLIBRETURN aPacket_Create( | aStemLib stemRef, unsigned char address, unsigned char length, unsigned char* data, aPacketRef* pPacketRef, aErr* pErr); |
Parameters:
| stemRef | - | A pointer to the opaque library reference used to create the packet. |
| address | - | The address of the BrainStem module the packet is destined for. |
| length | - | The length of the packet data. |
| data | - | The actual packet data. |
| pPacketRef | - | A pointer the the packet reference that gets set to the newly created packet. |
| pErr | - | A pointer to an aErr variable that recieves the error code on exit from this routine. |
Return Value:
Description:
Related: