File Information
Library: IoT/CAN
Package: Generated
Header: IoT/CAN/CANEndpointEventDispatcher.h
Description
The CANEndpoint is used to receive and send CAN and CAN-FD frames.
Inheritance
Direct Base Classes: Poco::RemotingNG::EventDispatcher
All Base Classes: Poco::RefCountedObject, Poco::RemotingNG::EventDispatcher
Member Summary
Member Functions: event__frameReceived, remoting__typeId
Inherited Functions: accept, attributes, duplicate, protocol, referenceCount, release, removeEventFilter, setEventFilter, setEventFilterImpl, subscribe, transportForSubscriber, unsubscribe
Constructors
CANEndpointEventDispatcher
CANEndpointEventDispatcher(
ICANEndpoint * pInterface,
const Poco::RemotingNG::Identifiable::ObjectId & objectId,
const std::string & protocol
);
Creates a CANEndpointEventDispatcher.
Destructor
~CANEndpointEventDispatcher
virtual ~CANEndpointEventDispatcher();
Destroys the CANEndpointEventDispatcher.
Member Functions
event__frameReceived
void event__frameReceived(
const void * pSender,
const IoT::CAN::CANFDFrame & data
);
remoting__typeId
virtual const Poco::RemotingNG::Identifiable::TypeId & remoting__typeId() const;