CIP_VALIDATE_INFO structure (61883.h)

The CIP_VALIDATE_INFO structure contains information about the frame.

Syntax

typedef struct _CIP_VALIDATE_INFO {
  HANDLE     hConnect;
  PVOID      Context;
  CYCLE_TIME TimeStamp;
  PUCHAR     Packet;
} CIP_VALIDATE_INFO, *PCIP_VALIDATE_INFO;

Members

hConnect

A handle to the connection.

Context

Points to the context provided by the caller at ValidateContext in the input CIP_FRAME structure.

TimeStamp

The timestamp of the current source packet.

Packet

The packet offset for the current source packet.

Remarks

The IEC-61883 protocol driver allocates and initializes this structure from the input CIP_FRAME structure.

Requirements

Requirement Value
Header 61883.h (include 61883.h)

See also

CIP_FRAME