Skip to main content

Delegate ServerValueChangedHandler

Delegate representing the event handler for the ServerValueSet event of a Bluetooth characteristic.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public delegate void ServerValueChangedHandler(ICharacteristic c, byte[] valueBytes)