SetVCAN3Settings Method - neoVI API
int _stdcall icsneoSetVCAN3Settings(void * hObject, SVCAN3Settings *pSettings, int iNumBytes, int bSaveToEEPROM);Public Declare Function icsneoSetVCAN3Settings Lib “icsneo40.dll” (ByVal hObject As IntPtr, ByRef pSettings As SVCAN3Settings, ByVal iNumBytes As Int32, ByVal bSaveToEEPROM As Int32) As Int32[DllImport(“icsneo40.dll”)] public static extern Int32 icsneoSetVCAN3Settings(IntPtr hObject, ref SVCAN3Settings pSettings, Int32 iNumBytes, Int32 bSaveToEEPROM);Examples
Last updated