![]() |
ISF
1.1
Intelligent Sensing Framework
|
This is the structure defined for the user application to update the host. More...
#include <isf_hostproxy.h>
Data Fields | |
uint8 | isQuickReadUpdate |
uint8 | isHostInt |
uint8 | size |
uint8 | AppId |
uint8 * | pDataBuffer |
This is the structure defined for the user application to update the host.
Definition at line 37 of file isf_hostproxy.h.
The current application ID for the user application.
Definition at line 41 of file isf_hostproxy.h.
Status indicating whether or not host interrupt is enabled.
Definition at line 39 of file isf_hostproxy.h.
Status indicating whether or not Quick Read is enabled.
Definition at line 38 of file isf_hostproxy.h.
The buffer containing user application data.
Definition at line 42 of file isf_hostproxy.h.
The size of the buffer holding user application data.
Definition at line 40 of file isf_hostproxy.h.