OpenZWave / openzwave-dotnet-uwp

An Open-ZWave wrapper for use with .NET or UWP apps
Apache License 2.0
45 stars 27 forks source link

SetValueRaw not represented in DotNet Wrapper #2

Closed dotMorten closed 7 years ago

dotMorten commented 7 years ago

From https://github.com/OpenZWave/open-zwave/issues/790

GetValueAsRaw: http://openzwave.com/dev/classOpenZWave_1_1Manager.html#ab66a00a45f2c2593ad4a22da5024167c SetValue(byte[]): http://openzwave.com/dev/classOpenZWave_1_1Manager.html#a8668c10e99f539b1affd2c72edee9695 ValueRaw class: http://openzwave.com/dev/classOpenZWave_1_1ValueRaw.html

dotMorten commented 7 years ago

@dechutes I can provide the implementation if you're willing to give it a test-run to ensure it works.

dechutes commented 7 years ago

Absolutely! Thanks for the help

dechutes commented 7 years ago

I'm probably just missing it, but what do I call to do the set in .net?

dotMorten commented 7 years ago

Added