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

Public Attributes

Type type
 
LONG offset
 
LONG dataSize
 

Detailed Description

This structure defines the information of a container item.

Elements of struct ContainerItemInformation

Type Element Description
Type type Mlpi data type of item.
ULONG offset Offset of item within the container in bytes.
ULONG dataSize Size of item in bytes.

Definition at line 122 of file IContainer.idl.

Member Data Documentation

Type IContainer::ContainerItemInformation::type

Mlpi data type of item.

Definition at line 124 of file IContainer.idl.

LONG IContainer::ContainerItemInformation::offset

Offset of item within the container in bytes.

Definition at line 125 of file IContainer.idl.

LONG IContainer::ContainerItemInformation::dataSize

Size of item in bytes.

Definition at line 126 of file IContainer.idl.


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