Click or drag to resize
Grid Solutions Framework

Dnp3OutputAdapterPort Property

Gets or sets the port the DNP3 adapter will listen for master connections on.

Namespace: DNP3Adapters
Assembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.256-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(typeof(ushort), "20000")]
public ushort Port { get; set; }
View Source

Property Value

UInt16
See Also