<< Click to Display Table of Contents >> Navigation: »No topics above this level« LoggerEntry.AdditionalDataFormat Property |
Gets the binary data format. This property is only valid for V1.01.0 formated logger entries. See Logger.ContentVersion after calling Logger.ReadLoggerInfo() 0 ... Binary data 1 ... ASCII strings; each string is seperated by a binary zero 2 ... Byte- prefix; this is sequence of prefix and value (with maximum 15=0x0F values). 0x00-0x1F ... strings 0x40-0x4F ... INTEGER 0x50-0x55 ... printable char sings 0x5C-0x5F ... IEEE 754 floating point 0x60-0x61 ... boolean false and true 0x64-0x65 ... memory address (pointer) 0x88 ... MBCS Strings 0x8A-0x8D ... UTF Strings 3 ... ArLogger API format consists of a zero terminated ASCII string followed by binary data. 254 ... BR Exception i386; processor or system exception 255 ... BR Exception ARM; processor or system exception
[Visual Basic]
Public ReadOnly Property AdditionalDataFormat() As Integer
Public Get
End Get
End Property
[C#]
public int AdditionalDataFormat { public get; }
AdditionalDataFormat
LoggerEntry Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]