示例#1
0
 public static extern int DAQ_ADC_SetValtageRange(DAQ_TYPE card_type, int card_id, DAQ_VALTAGE_RANGE valtage_range);
示例#2
0
 public static extern int DAQ_ADC_CardInformation(DAQ_TYPE card_type, int card_id, ref int is_calculate, ref DAQ_VALTAGE_RANGE valtage_range, ref DAQ_CHANNEL_MODE channel_mode);