2.2.3.6.9 COMM_VVECTOR
The structure of the COMM_VVECTOR packet element is as follows:
-
typedef struct _COMM_VVECTOR { USHORT CommType; ULONG Length; ULONG DataLength; GVSN Data; } COMM_VVECTOR, *PCOMM_VVECTOR;
CommType: A 16-bit, unsigned integer that indicates the type of this COMM_PACKET element. MUST be set to 0x0007.
Length: A 32-bit, unsigned integer that indicates the length in bytes of the data following the Length field. MUST be 0x0000001C.
DataLength: A 32-bit, unsigned integer that indicates the length in bytes of the data in the Data field. MUST be 0x000000018.
Data: The GVSN structure, as specified in section 2.2.3.1, being transmitted.