Click or drag to resize
Grid Solutions Framework

Dnp3OutputAdapterUnsolicitedClassMask Property

Gets or sets the unsolicited class mask. Format is four, comma separated booleans, e.g.: false, true, true, true.

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

Property Value

String
See Also