CANFD_SETTINGS Structure
typedef struct __declspec (align(2))
unsigned char FDMode;
unsigned char FDBaudrate;
unsigned char FDTqSeg1;
unsigned char FDTqSeg2;
unsigned char FDTqProp;
unsigned char FDTqSync;
unsigned short FDBRP;
unsigned char FDTDC;
unsigned char reserved;
}CANFD_SETTINGS;<StructLayout(LayoutKind.Sequential, Pack:=2)> Public Structure CANFD_SETTINGS
Dim FDMode As Byte
Dim FDBaudrate As Byte
Dim FDTqSeg1 As Byte
Dim FDTqSeg2 As Byte
Dim FDTqProp As Byte
Dim FDTqSync As Byte
Dim FDBRP As UInt16
Dim FDTDC As Byte
Dim reserved As Byte
End StructureItem
Description
Last updated