Class MIDIDriverInterface

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MIDIDriverInterface.MIDIDriverInterfacePtr  
      • Nested classes/interfaces inherited from class org.robovm.rt.bro.Struct

        org.robovm.rt.bro.Struct.Marshaler
    • Constructor Summary

      Constructors 
      Constructor Description
      MIDIDriverInterface()  
      MIDIDriverInterface​(org.robovm.rt.bro.ptr.VoidPtr _reserved, org.robovm.rt.bro.ptr.FunctionPtr QueryInterface, org.robovm.rt.bro.ptr.FunctionPtr AddRef, org.robovm.rt.bro.ptr.FunctionPtr Release, org.robovm.rt.bro.ptr.FunctionPtr FindDevices, org.robovm.rt.bro.ptr.FunctionPtr Start, org.robovm.rt.bro.ptr.FunctionPtr Stop, org.robovm.rt.bro.ptr.FunctionPtr Configure, org.robovm.rt.bro.ptr.FunctionPtr Send, org.robovm.rt.bro.ptr.FunctionPtr EnableSource, org.robovm.rt.bro.ptr.FunctionPtr Flush, org.robovm.rt.bro.ptr.FunctionPtr Monitor)  
    • Constructor Detail

      • MIDIDriverInterface

        public MIDIDriverInterface()
      • MIDIDriverInterface

        public MIDIDriverInterface​(org.robovm.rt.bro.ptr.VoidPtr _reserved,
                                   org.robovm.rt.bro.ptr.FunctionPtr QueryInterface,
                                   org.robovm.rt.bro.ptr.FunctionPtr AddRef,
                                   org.robovm.rt.bro.ptr.FunctionPtr Release,
                                   org.robovm.rt.bro.ptr.FunctionPtr FindDevices,
                                   org.robovm.rt.bro.ptr.FunctionPtr Start,
                                   org.robovm.rt.bro.ptr.FunctionPtr Stop,
                                   org.robovm.rt.bro.ptr.FunctionPtr Configure,
                                   org.robovm.rt.bro.ptr.FunctionPtr Send,
                                   org.robovm.rt.bro.ptr.FunctionPtr EnableSource,
                                   org.robovm.rt.bro.ptr.FunctionPtr Flush,
                                   org.robovm.rt.bro.ptr.FunctionPtr Monitor)
    • Method Detail

      • get_reserved

        public org.robovm.rt.bro.ptr.VoidPtr get_reserved()
      • set_reserved

        public MIDIDriverInterface set_reserved​(org.robovm.rt.bro.ptr.VoidPtr _reserved)
      • getQueryInterface

        public org.robovm.rt.bro.ptr.FunctionPtr getQueryInterface()
      • setQueryInterface

        public MIDIDriverInterface setQueryInterface​(org.robovm.rt.bro.ptr.FunctionPtr QueryInterface)
      • getAddRef

        public org.robovm.rt.bro.ptr.FunctionPtr getAddRef()
      • setAddRef

        public MIDIDriverInterface setAddRef​(org.robovm.rt.bro.ptr.FunctionPtr AddRef)
      • getRelease

        public org.robovm.rt.bro.ptr.FunctionPtr getRelease()
      • setRelease

        public MIDIDriverInterface setRelease​(org.robovm.rt.bro.ptr.FunctionPtr Release)
      • getFindDevices

        public org.robovm.rt.bro.ptr.FunctionPtr getFindDevices()
      • setFindDevices

        public MIDIDriverInterface setFindDevices​(org.robovm.rt.bro.ptr.FunctionPtr FindDevices)
      • getStart

        public org.robovm.rt.bro.ptr.FunctionPtr getStart()
      • getStop

        public org.robovm.rt.bro.ptr.FunctionPtr getStop()
      • getConfigure

        public org.robovm.rt.bro.ptr.FunctionPtr getConfigure()
      • setConfigure

        public MIDIDriverInterface setConfigure​(org.robovm.rt.bro.ptr.FunctionPtr Configure)
      • getSend

        public org.robovm.rt.bro.ptr.FunctionPtr getSend()
      • getEnableSource

        public org.robovm.rt.bro.ptr.FunctionPtr getEnableSource()
      • setEnableSource

        public MIDIDriverInterface setEnableSource​(org.robovm.rt.bro.ptr.FunctionPtr EnableSource)
      • getFlush

        public org.robovm.rt.bro.ptr.FunctionPtr getFlush()
      • getMonitor

        public org.robovm.rt.bro.ptr.FunctionPtr getMonitor()
      • setMonitor

        public MIDIDriverInterface setMonitor​(org.robovm.rt.bro.ptr.FunctionPtr Monitor)