![]() |
C++ IP API
9.5.8
TCP & UDP for virtual user scripts
|
This class inherits from VirtualUser and provides access to UDP link and TCP connection factories. More...


Public Methods | |
| IpVirtualUser () | |
| The standard constructor. This method is not called directly by test scripts. More... | |
| virtual | ~IpVirtualUser () |
| void | setLog (LockableLog *log) |
| Not called directly by test scripts. More... | |
| void | setTcpConnectionFactory (TcpConnectionFactory *tcpConnectionFactory) |
| Not called directly by test scripts. More... | |
| void | setUdpLinkFactory (UdpLinkFactory *udpDeviceFactory) |
| Not called directly by test scripts. More... | |
| TcpConnectionFactory & | tcp () |
| Get a reference to the TcpConnectionFactory factory. More... | |
| UdpLinkFactory & | udp () |
| Return a reference to the UdpLinkFactory factory. More... | |
This class inherits from VirtualUser and provides access to UDP link and TCP connection factories.
| Facilita::IpVirtualUser::IpVirtualUser | ( | ) |
The standard constructor. This method is not called directly by test scripts.
|
virtual |
| void Facilita::IpVirtualUser::setLog | ( | LockableLog * | log | ) |
Not called directly by test scripts.
| void Facilita::IpVirtualUser::setTcpConnectionFactory | ( | TcpConnectionFactory * | tcpConnectionFactory | ) |
Not called directly by test scripts.
| void Facilita::IpVirtualUser::setUdpLinkFactory | ( | UdpLinkFactory * | udpDeviceFactory | ) |
Not called directly by test scripts.
| TcpConnectionFactory& Facilita::IpVirtualUser::tcp | ( | ) |
Get a reference to the TcpConnectionFactory factory.
| UdpLinkFactory& Facilita::IpVirtualUser::udp | ( | ) |
Return a reference to the UdpLinkFactory factory.