Struct evt_guid_t

Struct Documentation

struct evt_guid_t

Public Members

uint32_t Data1

Specifies the first eight hexadecimal digits of the GUID.

uint16_t Data2
uint16_t Data3

Specifies the second group of four hexadecimal digits.

uint8_t Data4[8]

An array of eight bytes.

The first two bytes contain the third group of four hexadecimal digits. The remaining six bytes contain the final 12 hexadecimal digits.