ISF  1.1
Intelligent Sensing Framework
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
ci_app_resp_packet_t Struct Reference

This structure enables an application to read from or write to the host. More...

#include <isf_ci.h>

Data Fields

ci_rw_enum rw
uint8 bytes_xfer
uint8 bytes_left

Detailed Description

This structure enables an application to read from or write to the host.

This structure is updated by the application's CI callback as a result of handling a command from the host.

Definition at line 215 of file isf_ci.h.


Field Documentation

Number of bytes left to read from or write to the host via the mailboxes.

Definition at line 232 of file isf_ci.h.

Number of bytes actually read from or written to the host via the mailboxes.

Definition at line 227 of file isf_ci.h.

Application read from or write to the host:

  • CI_RW_READ - application reads from the host.
  • CI_RW_WRITE - application writes to the host.

Definition at line 222 of file isf_ci.h.


The documentation for this struct was generated from the following file: