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