コード例 #1
0
 public static extern uint UsbPt104SetChannel(short handle,
                                              UsbPt104Channels channel,
                                              UsbPt104DataType type,
                                              short noOfWires
                                              );
コード例 #2
0
 public static extern uint UsbPt104GetValue(short handle,
                                            UsbPt104Channels channel,
                                            out int value,
                                            short filtered
                                            );