CmpDNP3SocketConfiguration (STRUCT)ΒΆ
TYPE CmpDNP3SocketConfiguration : STRUCT
Socket configuration parameter
- InOut:
Name
Type
Comment
mode
Define data types used to interface to the TCP target.
role
The role as master or outstation
ipAddress
INADDR
Master: Address to connect to. Outstation: Remote address of the peer to accept.
localAddress
INADDR
IP of the local adapter to bind to.
port
UINT
Port to connect to (Master) or Listen (Outstation).
dualEndpointPort
UINT
destUDPPort
UINT
UDP Configuration port to destination.
initUnsolUDPPort
UINT
UDP Configuration port for unsolicited messages.