|
PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
|
Configuration options for an RPC connection. More...
#include <rpcTypes.h>
Collaboration diagram for profinet::rpc::RPCConOptions:Public Attributes | |
| double | timeoutSec = DEFAULT_TIMEOUT |
| Timeout in seconds for RPC operations. | |
| std::uint16_t | rpcPort = RPC_PORT |
| UDP port used for RPC communication. | |
Configuration options for an RPC connection.
Contains the parameters used to configure the RPC transport, including the connection timeout and RPC destination port. Default values are provided for both parameters.
Definition at line 291 of file rpcTypes.h.
| std::uint16_t profinet::rpc::RPCConOptions::rpcPort = RPC_PORT |
UDP port used for RPC communication.
Definition at line 297 of file rpcTypes.h.
Referenced by profinet::rpc::RPCCon::RPCCon().
| double profinet::rpc::RPCConOptions::timeoutSec = DEFAULT_TIMEOUT |
Timeout in seconds for RPC operations.
Definition at line 294 of file rpcTypes.h.
Referenced by profinet::device::ProfinetDevice::Connect(), and profinet::device::ProfinetDevice::ReadImplicit().