Structures

eth32_event

The eth32_event structure holds all of the information about an event that has fired. It is included in the arguments to your event handler function (see the Event Handler section).

public struct eth32_event
{
	int id;
	int type;
	int port;
	int bit;
	int prev_value;
	int value;
	int direction;
} eth32_event;