IMODS interface | QSYS API Reference Guide

Describes the set of operations of a multi-occurrence data structure.

Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll

Extends: IDS

Properties

Type Name Description
Int32[] Occurrence Gets the indices of the current occurrence of the multi data structure.

Methods

Signature Description
ClearAll() Clears all occurrences of the data structure.
DumpAll() Gets the contents of all occurrences of the multi data structure as a string.
LoadAll(String) Copies the given string into the multi-occurrence data structure.

void ClearAll()

Clears all occurrences of the data structure.

void ClearAll()

string DumpAll()

Gets the contents of all occurrences of the multi data structure as a string.

string DumpAll()

void LoadAll(string source)

Copies the given string into the multi-occurrence data structure.

void LoadAll(string source)

Parameters

Type Parameter name Description
String source The string to copy.