Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4COM)  1.26.2
ITrace::TraceBufferInformation Struct Reference
Collaboration diagram for ITrace::TraceBufferInformation:
Collaboration graph

Public Attributes

BSTR bufferName
 
LONG maximumBufferSize
 
LONG actualBufferSize
 
VARIANT isLocked
 

Detailed Description

This structure defines the information about a trace buffer as used by GetBufferList.

Elements of struct TraceBufferInformation

Type Element Description
BSTR bufferName Name of the buffer.
LONG maximumBufferSize Maximum number of messages to be stored in the buffer.
LONG actualBufferSize Actual number of messages in the buffer
VARIANT isLocked Is this module locked? If true, then all messages to it are ignored.

Definition at line 118 of file ITrace.idl.

Member Data Documentation

BSTR ITrace::TraceBufferInformation::bufferName

Name of the buffer.

Definition at line 120 of file ITrace.idl.

LONG ITrace::TraceBufferInformation::maximumBufferSize

Maximum number of messages to be stored in the buffer.

Definition at line 121 of file ITrace.idl.

LONG ITrace::TraceBufferInformation::actualBufferSize

Actual number of messages in the buffer.

Definition at line 122 of file ITrace.idl.

VARIANT ITrace::TraceBufferInformation::isLocked

Is this module locked? If true, then all messages to it are ignored.

Definition at line 123 of file ITrace.idl.


The documentation for this struct was generated from the following file: