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

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

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

Method parameters in org.robokind.api.sensor.gpio with type arguments of type GpioConfigEvent
 void RemoteGpioServiceClient.setDirectionSender(org.jflux.api.core.Notifier<GpioConfigEvent<T>> sender)
           
 

Constructor parameters in org.robokind.api.sensor.gpio with type arguments of type GpioConfigEvent
RemoteGpioServiceClient(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.Source<? extends GpioConfigEvent<T>> configFactory, org.jflux.api.core.Notifier<GpioConfigEvent<T>> directionSender, org.jflux.api.core.Notifier<DeviceReadPeriodEvent<T>> readPeriodSender, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> outputValueSender, org.jflux.api.core.Notifier<DeviceBoolEvent<T>> inputValueReceiver, int dirSeqId, int outValSeqId, int inValSeqId, int... availablePins)
           
RemoteGpioServiceClient(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.Source<? extends GpioConfigEvent<T>> configFactory, org.jflux.api.core.Notifier<GpioConfigEvent<T>> directionSender, org.jflux.api.core.Notifier<DeviceReadPeriodEvent<T>> readPeriodSender, 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.