Owner's manual

Section 16. CsiBrokerMap Control Reference
Name Value Description
dt_CsiAscii
11 fixed-length string
dt_CsiAsciiZ
16 null-terminated variable-length string
dt_CsiInt4Lsf
20 4 byte signed int (LSB first)
dt_CsiUInt2Lsf
21 2 byte signed int (LSB first)
dt_CsiUInt4Lsf
22 4 byte signed int (LSB first)
dt_CsiNSecLsf
23 same as NSec with the components in LSB
dt_CsiIeee4Lsf
24 4 byte IEEE float (LSB first)
dt_CsiIeee8Lsf
25 8 byte IEEE float (LSB first)
dt_CsiInt8Lsf
33 8 byte signed integer (LSB first)
dt_CsiBool2
30 2 byte Boolean (non-zero = true)
dt_CsiBool4
31 4 byte Boolean (non-zero = true)
dt_CsiInt2Lsf
19 2 byte signed int (LSB first)
dt_CsiLgrDate
29 8 bytes of nanoseconds since 1990
dt_CsiLgrDateLsf
28 8 bytes of nanoseconds since 1990 (LSB
first)
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
Column.units
Name
Column.units As String
Description
This read-only property identifies the data engineering units.
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
16-20