Uses of Interface
com.trdp.pd.PdSubscriberHandle
Packages that use PdSubscriberHandle
-
Uses of PdSubscriberHandle in com.trdp.config
Methods in com.trdp.config that return types with arguments of type PdSubscriberHandleModifier and TypeMethodDescriptionTrdpSessionFactory.ConfiguredPdSession.getSubscribers()Returns all registered subscribers, keyed by ComID. -
Uses of PdSubscriberHandle in com.trdp.pd
Methods in com.trdp.pd that return PdSubscriberHandleModifier and TypeMethodDescriptionTrdpPdSession.addSubscriber(int comId, String multicastGroup, long timeoutUs, PdEventListener listener) Registers a subscriber for the given ComId.Methods in com.trdp.pd that return types with arguments of type PdSubscriberHandleModifier and TypeMethodDescriptionTrdpPdSession.removeSubscribers(int comId) Removes all subscribers for the given ComId.