CIP_NOTIFY_INFO structure (61883.h)

The CIP_NOTIFY_INFO structure contains information about the frame.

Syntax

typedef struct _CIP_NOTIFY_INFO {
  HANDLE     hConnect;
  PVOID      Context;
  PCIP_FRAME Frame;
} CIP_NOTIFY_INFO, *PCIP_NOTIFY_INFO;

Members

hConnect

A handle to the connection.

Context

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

Frame

Points to the completed frame.

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