TwiceAsNice  2019-02-18
Public Attributes | List of all members
_EVENT_HANDLE Struct Reference

Substitute for HANDLE returned by Windows CreateEvent API. More...

#include <ftd2xx.h>

Collaboration diagram for _EVENT_HANDLE:
Collaboration graph

Public Attributes

pthread_cond_t eCondVar
 
pthread_mutex_t eMutex
 
int iVar
 

Detailed Description

Substitute for HANDLE returned by Windows CreateEvent API.

Member Data Documentation

◆ eCondVar

pthread_cond_t _EVENT_HANDLE::eCondVar

◆ eMutex

pthread_mutex_t _EVENT_HANDLE::eMutex

◆ iVar

int _EVENT_HANDLE::iVar

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