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

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

Inheritance diagram for Arendi.BleLibrary.Service.NotificationReceivedEventArgs:

Public Member Functions

 NotificationReceivedEventArgs (byte[] data)
 Create notification received event args More...
 

Properties

byte [] Data [get]
 Received data More...
 

Detailed Description

Event arguments for the event ICharacteristic.NotificationReceived.

Constructor & Destructor Documentation

§ NotificationReceivedEventArgs()

Arendi.BleLibrary.Service.NotificationReceivedEventArgs.NotificationReceivedEventArgs ( byte []  data)

Create notification received event args

Parameters
dataData received from the characteristic

Property Documentation

§ Data

byte [] Arendi.BleLibrary.Service.NotificationReceivedEventArgs.Data
get

Received data