Share via


INDStreamParser.Notifier Property

Definition

Gets the stream parser notifier that will provide notification of stream parser events from the transmitter.

public:
 property NDStreamParserNotifier ^ Notifier { NDStreamParserNotifier ^ get(); };
NDStreamParserNotifier Notifier();
/// [get: Windows.Foundation.Metadata.Deprecated("INDStreamParser is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
NDStreamParserNotifier Notifier();
public NDStreamParserNotifier Notifier { get; }
public NDStreamParserNotifier Notifier { [Windows.Foundation.Metadata.Deprecated("INDStreamParser is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var nDStreamParserNotifier = iNDStreamParser.notifier;
Public ReadOnly Property Notifier As NDStreamParserNotifier

Property Value

An instance of an NDStreamParserNotifier object.

Attributes

Applies to