Provider
Functions
Link copied to clipboard
Gets a piloting interface.
abstract fun <PI : PilotingItf> getPilotingItf(pilotingItfClass: Class<PI>, observer: Ref.Observer<PI>): Ref<PI>
Gets a piloting interface and registers an observer notified each time it changes.