Contains information about an EVENT_PROTOCOL_BIND or EVENT_PROTOCOL_UNBIND event.
#include <event.h>
typedef struct
{
int boardNumber;
int protocolNumber;
} EventProtocolBind_t;
Specifies the number of the board.
Specifies the number of the protocol.