Uses of Interface
org.robokind.api.sensor.DeviceBoolEvent

Packages that use DeviceBoolEvent
org.robokind.api.sensor.gpio   
 

Uses of DeviceBoolEvent in org.robokind.api.sensor.gpio
 

Method parameters in org.robokind.api.sensor.gpio with type arguments of type DeviceBoolEvent
 void RemoteGpioService.setDirectionSender(org.jflux.api.core.Notifier<DeviceBoolEvent<T>> sender)
           
 void RemoteGpioService.setEventFactory(org.jflux.api.core.Source<DeviceBoolEvent<T>> eventFactory)
           
 void RemoteGpioService.setInputValueReceiver(org.jflux.api.core.Notifier<DeviceBoolEvent<T>> receiver)
           
 void RemoteGpioService.setOutputValueSender(org.jflux.api.core.Notifier<DeviceBoolEvent<T>> sender)
           
 

Constructor parameters in org.robokind.api.sensor.gpio with type arguments of type DeviceBoolEvent
RemoteGpioService(org.jflux.api.core.Source<T> headerFactory, org.jflux.api.core.Source<Long> timestampFactory, org.jflux.api.core.Source<? extends DeviceBoolEvent<T>> eventFactory, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> directionSender, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> outputValueSender, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> inputValueReceiver, int dirSeqId, int outValSeqId, int inValSeqId, int... availablePins)
           
RemoteGpioService(org.jflux.api.core.Source<T> headerFactory, org.jflux.api.core.Source<Long> timestampFactory, org.jflux.api.core.Source<? extends DeviceBoolEvent<T>> eventFactory, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> directionSender, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> outputValueSender, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> inputValueReceiver, int dirSeqId, int outValSeqId, int inValSeqId, int... availablePins)
           
RemoteGpioService(org.jflux.api.core.Source<T> headerFactory, org.jflux.api.core.Source<Long> timestampFactory, org.jflux.api.core.Source<? extends DeviceBoolEvent<T>> eventFactory, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> directionSender, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> outputValueSender, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> inputValueReceiver, int dirSeqId, int outValSeqId, int inValSeqId, int... availablePins)
           
RemoteGpioService(org.jflux.api.core.Source<T> headerFactory, org.jflux.api.core.Source<Long> timestampFactory, org.jflux.api.core.Source<? extends DeviceBoolEvent<T>> eventFactory, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> directionSender, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> outputValueSender, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> inputValueReceiver, int dirSeqId, int outValSeqId, int inValSeqId, int... availablePins)
           
 



Copyright © 2011-2013. All Rights Reserved.