Structures (User Defined Types)

eth32_event

The eth32_event data type 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 Type eth32_event
  id As Long
  type As Long
  port As Long
  bit As Long
  prev_value As Long
  value As Long
  direction As Long
End Type