Skip to content

C API TypedefsΒΆ

Name Definition Description
ZIModuleHandle typedef uint64_t ZIModuleHandle A handle with which to reference an instance of a ziCore Module created with ziAPIModCreate.
ZIConnection typedef struct ZIConnectionProxy* ZIConnection The ZIConnection is a connection reference; it holds information and helper variables about a connection to the Data Server. There is nothing in this reference which the user user may use, so it is hidden and instead an opaque pointer is used. See ziAPIInit for how to create a ZIConnection.
ZIModuleEventPtr typedef ZIModuleEvent* ZIModuleEventPtr The pointer to a Module's data chunk to read out, updated via ziAPIModGetChunk.