/alps/ipecamera

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to ipecamera.h

  • Committer: Suren A. Chilingaryan
  • Date: 2018-01-26 11:51:56 UTC
  • Revision ID: csa@suren.me-20180126115156-d2hkemgndvc9brp6
Tags: highflex
Added ipecamera_get_last_event_id() to public API

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#endif
39
39
 
40
40
int ipecamera_set_buffer_size(ipecamera_t *ctx, int size);
 
41
pcilib_event_id_t ipecamera_get_last_event_id(ipecamera_t *ctx);
41
42
 
42
43
#ifdef __cplusplus
43
44
}