Storage ¶ ICursor (Interface) Cursor CursorClose (Method) CursorCurrentRow (Property) CursorIndexId (Property) CursorIsReadOnly (Property) CursorMove (Method) CursorStorage (Property) CursorTable (Property) Searching CursorSearchRowId (Method) CursorSearch_DINT (Method) CursorSearch_INT (Method) CursorSearch_LINT (Method) CursorSearch_LREAL (Method) CursorSearch_NULL (Method) CursorSearch_REAL (Method) CursorSearch_SINT (Method) CursorSearch_TEXT (Method) ICursor2 (Interface) Searching CursorSearchRowId2 (Method) ICursor3 (Interface) LastError (Property) IRow (Interface) Row RowHasChanged (Property) RowId (Property) RowUpdate (Method) IRow2 (Interface) Row GetRowId (Method) IRow3 (Interface) LastError (Property) IRowBase (Interface) Column ColumnGetType (Method) Get Value ColumnGet_BLOB (Method) ColumnGet_DINT (Method) ColumnGet_INT (Method) ColumnGet_LINT (Method) ColumnGet_LREAL (Method) ColumnGet_REAL (Method) ColumnGet_SINT (Method) ColumnGet_TEXT (Method) Set Value ColumnSet_BLOB (Method) ColumnSet_DINT (Method) ColumnSet_INT (Method) ColumnSet_LINT (Method) ColumnSet_LREAL (Method) ColumnSet_NULL (Method) ColumnSet_REAL (Method) ColumnSet_SINT (Method) ColumnSet_TEXT (Method) Update Value ColumnUpdate_BLOB (Method) ColumnUpdate_DINT (Method) ColumnUpdate_INT (Method) ColumnUpdate_LINT (Method) ColumnUpdate_LREAL (Method) ColumnUpdate_REAL (Method) ColumnUpdate_SINT (Method) ColumnUpdate_TEXT (Method) Row RowClear (Method) RowNumOfColumns (Property) RowRelease (Method) RowStorage (Property) RowTable (Property) IRowPlanchet (Interface) Row RowInsert (Method) IStorage (Interface) Storage StorageClear (Method) StorageClose (Method) StorageEncoding (Property) StorageGetMetrics (Method) StorageGetPath (Method) StorageIsReadOnly (Property) StorageLockingState (Property) StorageNumOfTables (Property) StorageReorg (Method) StorageSchemaVersion (Property) StorageUserVersion (Property) StorageVersion (Property) Table TableOpen (Method) Transaction TransactionBegin (Method) Utilities UtilityGetCurrentDateAndTime (Method) UtilityRandomness (Method) IStorage2 (Interface) StorageGetIndexId (Method) StorageGetTableId (Method) ITable (Interface) Cursor CursorOpen (Method) Row RowCreate (Method) RowDelete (Method) RowDuplicate (Method) RowSelect (Method) Table TableClear (Method) TableClose (Method) TableId (Property) TableNumOfColumns (Property) TableNumOfIndexes (Property) TableNumOfRows (Property) TableStorage (Property) ITable2 (Interface) Row RowDelete2 (Method) ITable3 (Interface) LastError (Property) ITable4 (Interface) GetMinMaxRowIds (Method)
ICursor (ITF) ¶ INTERFACE ICursor EXTENDS __System.IQueryInterface Properties: CursorCurrentRow CursorIndexId CursorIsReadOnly CursorStorage CursorTable Methods: CursorClose CursorMove CursorSearchRowId CursorSearch_DINT CursorSearch_INT CursorSearch_LINT CursorSearch_LREAL CursorSearch_NULL CursorSearch_REAL CursorSearch_SINT CursorSearch_TEXT Structure: Cursor CursorClose (Method) CursorCurrentRow (Property) CursorIndexId (Property) CursorIsReadOnly (Property) CursorMove (Method) CursorStorage (Property) CursorTable (Property) Searching CursorSearchRowId (Method) CursorSearch_DINT (Method) CursorSearch_INT (Method) CursorSearch_LINT (Method) CursorSearch_LREAL (Method) CursorSearch_NULL (Method) CursorSearch_REAL (Method) CursorSearch_SINT (Method) CursorSearch_TEXT (Method)
CAA Segmented Buffer Manager Extern Library Documentation ¶ Company CAA Technical Workgroup Title CAA Segmented Buffer Manager Extern Version 3.5.11.0 Categories Intern|CAA|Runtime Namespace SBM Author 3S - Smart Software Solutions GmbH Placeholder CAA SegBufMan Description 1 ¶ This library provides a set of functions for handling different segments of one huge buffer, joining segments or splitting buffers in segments. This is done without copying the content all the time. The functions try to reference the segments instead of copy them and manage the segments in double linked lists. Contents: ¶ CAA Segemented Buffer Manager Enums Functions Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) Indices and tables ¶ 1 Based on CAA_SegBufferMan_Extern.library, last modified 03.07.2017, 15:35:25. LibDoc 4.4.0.0-b.27 The content file CAA_SegBufferMan_Extern.clean.json was generated with CODESYS V3.5 SP11 on 03.07.2017, 15:35:29.
CAA Segemented Buffer Manager ¶ Enums ERROR (Enum) Functions Buffer ChainBuffer (Function) CopyBufferData (Function) CreateBuffer (Function) DeleteBuffer (Function) GetBufferSize (Function)
ERROR (ENUM) ¶ TYPE ERROR : This data structure describes errors, which might occur during handling functions of CAA_SegBufferMan.lib. Attributes: qualified_only InOut: Name Initial Comment NO_ERROR 0 No error FIRST_ERROR 6100 First library-specific error TIME_OUT 6101 = Time limit exceeded FIRST_MF 6102 = First manufacturer-specific error LAST_ERROR 6199 Latest library-specific error
Functions ¶ Buffer ChainBuffer (Function) CopyBufferData (Function) CreateBuffer (Function) DeleteBuffer (Function) GetBufferSize (Function)
Buffer ¶ ChainBuffer (Function) CopyBufferData (Function) CreateBuffer (Function) DeleteBuffer (Function) GetBufferSize (Function)
ChainBuffer (FUN) ¶ FUNCTION ChainBuffer : CAA.HANDLE Split the buffer into a chain of segments InOut: Scope Name Type Comment Return ChainBuffer CAA.HANDLE Handle to the buffer Input hHead CAA.HANDLE Head hBuffer hTail CAA.HANDLE Tail hBuffer peError POINTER TO ERROR Local library ERROR ID
CopyBufferData (FUN) ¶ FUNCTION CopyBufferData : ERROR Copy data from the segmented buffer to a destination buffer InOut: Scope Name Type Comment Return CopyBufferData ERROR Local library ERROR ID Input hBuffer CAA.HANDLE Handle to the buffer created by CreateBuffer szOffset CAA.SIZE Offset in Buffer szLength CAA.SIZE Length of Data to Copy pData CAA.PVOID Destination szSize CAA.SIZE Size of Destination