Ejemplo n.º 1
0
 public static extern int DAQ_ADC_SetChannelMode(DAQ_TYPE card_type, int card_id, DAQ_CHANNEL_MODE channel_mode);
Ejemplo n.º 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);