Class SessionInfoIf¶
Defined in File SessionInfoIf.h
Inheritance Relationships¶
Derived Type¶
public eipScanner::SessionInfo(Class SessionInfo)
Class Documentation¶
-
class
SessionInfoIf¶ Abstract interface for EIP session.
Subclassed by eipScanner::SessionInfo
Public Types
-
using
SPtr= std::shared_ptr<SessionInfoIf>¶
Public Functions
-
virtual eip::EncapsPacket
sendAndReceive(const eip::EncapsPacket &packet) const = 0¶ Sends and receives EIP Encapsulation packet
- Return
the received EIP Encapsulation packet
- Parameters
packet: the EIP Encapsulation packet to send
-
using