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) |