LIN_SETTINGS Structure
This structure defines settings for
LIN networks on on neoVI Fire devices.
C/C++ Declare
typedef
VS_MODIFIER struct
_LIN_SETTINGS
{
icscm_uint32
Baudrate;
icscm_uint16
spbrg;
icscm_uint16
brgh;
icscm_uint8
MasterResistor;
icscm_uint8
Mode;
} LIN_SETTINGS;
Visual Basic Declares
Public
Type LIN_SETTINGS
Baudrate As
Long
spbrg As
Integer
brgh As
Integer
MasterResistor As
Byte
Mode
As
Byte
End Type
Visual Basic .NET Declares
<StructLayout(LayoutKind.Sequential,
Pack:=2)>Public
Structure
LIN_SETTINGS
Dim
Baudrate As
Int32
Dim
spbrg As
Int16
Dim
brgh As
Int16
Dim
MasterResistor As
Byte
Dim
Mode
As
Byte
End
Structure
C# Declares
[StructLayout(LayoutKind.Sequential,Pack=2)]
public
struct LIN_SETTINGS
{
public
UInt32 Baudrate;
public
UInt16 spbrg;
public
UInt16 brgh;
public
byte MasterResistor;
public
byte
Mode;
}
Structure Elements
| Item | Description |
| icscm_uint32 Baudrate | |
| icscm_uint16 spbrg | |
| icscm_uint16 brgh | |
| icscm_uint8 MasterResistor | |
| icscm_uint8 Mode |
| intrepidcs API Documentation - (C) Copyright 2000-2012 Intrepid Control Systems, Inc. (www.intrepidcs.com) |
Last Updated : Friday, July 08, 2011