Arendi.BleLibrary  4.5.1.999
Core-Library (PCL)
Arendi.BleLibrary.Service.IndicationChangedEventArgs Class Reference

Event arguments for the event ICharacteristic.IndicationChanged. More...

Inheritance diagram for Arendi.BleLibrary.Service.IndicationChangedEventArgs:

Public Member Functions

 IndicationChangedEventArgs (BleResult result)
 Create indication changed event args More...
 

Properties

BleResult Result [get]
 Result of the indication change operation. More...
 

Detailed Description

Event arguments for the event ICharacteristic.IndicationChanged.

Constructor & Destructor Documentation

§ IndicationChangedEventArgs()

Arendi.BleLibrary.Service.IndicationChangedEventArgs.IndicationChangedEventArgs ( BleResult  result)

Create indication changed event args

Parameters
resultResult of the indication change operation.

Property Documentation

§ Result

BleResult Arendi.BleLibrary.Service.IndicationChangedEventArgs.Result
get

Result of the indication change operation.