pascalSCADA OPM: MessageSpool: Record TMsgPkg

Pascal SCADA OPM

Record TMsgPkg

Hierarchy
Methods
Properties

Unit

MessageSpool

Declaration

type TMsgPkg = record

Description

:

Queue item record.

Overview

Fields

Msg:TMSMsg;
NextMsg:Pointer;
PriorMsg:Pointer;

Description

Fields

Msg:TMSMsg;

Message.

NextMsg:Pointer;

Points to the next message. If is the last item of the queue, it's nil.

PriorMsg:Pointer;

Points to the prior message. If is the first item of the queue, it's nil.

Author


Generated by PasDoc 0.14.0.