public static extern bool VybAdc_SetConfigInt(IntPtr hPort, string paramName, UInt32 pValue, TdxCommon.ParamStorageType storageType);
 public static extern bool VybSpi_SetConfigString(IntPtr hPort, string paramName, string value, TdxCommon.ParamStorageType storageType);
 public static extern void Pwm_GetVersion(ref TdxCommon.tVersion ver);
 public static extern void VybSpi_GetVersion(ref TdxCommon.tVersion ver);
 public static extern bool VybGpio_SetConfigString(IntPtr hGpio, gpio.uIo io, string paramName2, string value, TdxCommon.ParamStorageType storageType);