LOGGER_SETTINGS Structure

Structure for logging settings

C/C++ Declare

typedef struct __declspec (align(2))
{
   uint8_t extraction_timeout;
   uint8_t rsvd0;
   uint8_t rsvd1;
   uint8_t rsvd2;
}LOGGER_SETTINGS;

Visual Basic .NET Declare

<StructLayout(LayoutKind.Sequential, Pack:=2)> Public Structure LOGGER_SETTINGS
   Dim extraction_timeout As Byte
   Dim rsvd0 As Byte
   Dim rsvd1 As Byte
   Dim rsvd2 As Byte
End Structure

C# .NET Declare

[StructLayout(LayoutKind.Sequential,Pack=2)]
public struct LOGGER_SETTINGS
{

   public byte extraction_timeout;
   public byte rsvd0;
   public byte rsvd1;
   public byte rsvd2;
}
Remarks

ItemDescription
extraction_timeoutNot Defined
Bit 7Bit 6-0
1=disable coremini/logging during extraction for timeoutTimeout in seconds
rsvd0Not Defined
rsvd1Not Defined
rsvd2Not Defined

IntrepidCS API   Documentation - (C) Copyright 2000-2022 Intrepid Control Systems, Inc.

Last Updated : Wednesday, July 05, 2019