|
Dnp3OutputAdapterUnsolicitedClassMask Property
|
Gets or sets the unsolicited class mask. Format is four, comma separated booleans, e.g.: false, true, true, true.
Namespace: DNP3AdaptersAssembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.256-beta
Syntax<ConnectionStringParameterAttribute>
<DefaultValueAttribute("false,true,true,true")>
Public Property UnsolicitedClassMask As String
Get
Set
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("false,true,true,true")>]
member UnsolicitedClassMask : string with get, set
function get_UnsolicitedClassMask();
function set_UnsolicitedClassMask(value);
View SourceProperty Value
String
See Also