Click or drag to resize
Grid Solutions Framework

Dnp3OutputAdapterInterface Property

Gets or sets the IP address of the interface the DNP3 adapter will bind to for listening for master connections.

Namespace: DNP3Adapters
Assembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.256-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("0.0.0.0")]
public string Interface { get; set; }
View Source

Property Value

String
See Also