#include "stdafx.h"#include "cphidgetgeneric.h"#include "cusb.h"#include "csocket.h"#include "cthread.h"
Go to the source code of this file.
Functions | |
| int CCONV | CPhidgetGeneric_getLastPacket (CPhidgetGenericHandle phid, const unsigned char **packet, int *length) |
| if () | |
| TESTPTR (phid) | |
| ZEROMEM (phid->lastPacket, MAX_IN_PACKET_SIZE) | |
Variables | |
| return | EPHIDGET_OK |
| phid | in = phid->phid.inputReportByteLength |
| phid | out = phid->phid.outputReportByteLength |
| phid | outputPacketLen = 0 |
| int CCONV CPhidgetGeneric_getLastPacket | ( | CPhidgetGenericHandle | phid, |
| const unsigned char ** | packet, | ||
| int * | length | ||
| ) |
Definition at line 99 of file cphidgetgeneric.c.
| if | ( | ) |
Definition at line 34 of file cphidgetgeneric.c.
| ZEROMEM | ( | phid-> | lastPacket, |
| MAX_IN_PACKET_SIZE | |||
| ) |
| return EPHIDGET_OK |
Definition at line 13 of file cphidgetgeneric.c.
Definition at line 27 of file cphidgetgeneric.c.
Definition at line 26 of file cphidgetgeneric.c.
| phid outputPacketLen = 0 |
Definition at line 22 of file cphidgetgeneric.c.