Interface USBTC08.NativeInterface

  • All Superinterfaces:
    com.sun.jna.Library
    Enclosing class:
    USBTC08

    protected static interface USBTC08.NativeInterface
    extends com.sun.jna.Library
    Interface corresponding to native usbtc08 library methods.
    • Method Detail

      • usb_tc08_open_unit

        short usb_tc08_open_unit()
      • usb_tc08_close_unit

        short usb_tc08_close_unit​(short handle)
      • usb_tc08_set_mains

        short usb_tc08_set_mains​(short handle,
                                 short sixty_hertz)
      • usb_tc08_set_channel

        short usb_tc08_set_channel​(short handle,
                                   short channel,
                                   byte tc_type)
      • usb_tc08_get_minimum_interval_ms

        int usb_tc08_get_minimum_interval_ms​(short handle)
      • usb_tc08_get_formatted_info

        short usb_tc08_get_formatted_info​(short handle,
                                          byte[] unitInfo,
                                          short stringLength)
      • usb_tc08_get_unit_info2

        short usb_tc08_get_unit_info2​(short handle,
                                      byte[] unitInfo,
                                      short stringLength,
                                      short line)
      • usb_tc08_get_single

        short usb_tc08_get_single​(short handle,
                                  com.sun.jna.Memory temp,
                                  com.sun.jna.ptr.ShortByReference overflowFlags,
                                  short units)
      • usb_tc08_get_last_error

        short usb_tc08_get_last_error​(short handle)