/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 events.c

  • 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:
201
201
    return 0;
202
202
}
203
203
 
 
204
pcilib_event_id_t ipecamera_get_last_event_id(ipecamera_t *ctx) {
 
205
    return ctx->event_id;
 
206
}