Function Catalog
Release: | |
Date: | 2015-05-18+02:00 |
Author: | unknown |
Company: | unknown |
Modifications |
Change | Reason |
FBlock Overview |
FBlockID | Name |
0xFD | FBlock1 |
FBlock1 (FBlockID = 0xFD)
Release: | 0.0.1 |
Date: | 2015-06-23+02:00 |
Author: | unknown |
Company: | unknown |
Modifications |
Change | Reason |
An FBlock that contains just one function.
CollectionExample (0xF00)
Occurrence: Optional
This is an example of a shared function of function class Collection. It uses a simple Record Type construct.
Format of Function
Function class: Collection
Parameter
AccessPath
Basis data type | ElementCount size | Element type | Element name |
Array Type | 4 | Unsigned Long | AccessPathElement |
AccessPathElement
Basis data type | Unit | Exp. | Step |
Unsigned Long | none | 0 | 1 |
Content
Basis data type | ElementCount size | Element type | Element name |
Array Type | 4 | Record Type | Person |
Person
PersonID
Unique person ID.
Basis data type | Unit | Exp. | Step |
Unsigned Long | none | 0 | 1 |
FirstName
First name.
Basis data type | MaxSize |
Length-coded String | |
LastName
Last name.
Basis data type | MaxSize |
Length-coded String | |