Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TypeNameComment
SdaiModel

model

A numeric modelID that uniquely identifies the model of interest in the EDMdatabase.
The modelID is returned from the functions: sdaiCreateModel , sdaiCreateModelBN , sdaiOpenModelBN , edmiGetModel , edmiGetModelBN , sdaiGetInstanceModel

SdaiAccessMode

mode

Address of the variable that will receive the current open mode of the specified model. The possible returned values are:

  • sdaiRO  - model open for read only access.
  • sdaiRW  - model open for read and write access.
  • sdaiNOACCESS - model is closed, no access to the model is permitted.

...