roshbaik2 / open-zwave

Automatically exported from code.google.com/p/open-zwave
0 stars 0 forks source link

Major update for the DotNet Wrapper. Added a lot of new methods and fixed documentation. No breaking change #458

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
So again a new patch for the dotnet wrapper.

I have added :

    - String^ GetVersionAsString()
    - uint8 GetSUCNodeId( uint32 homeId )
    - ZWControllerInterface GetControllerInterfaceType( uint32 homeId )
    - String^ GetControllerPath( uint32 homeId )
    - int32 GetPollInterval() 
    - bool EnablePoll( ZWValueID^ valueId, uint8 intensity )
    - bool IsPolled( ZWValueID^ valueId )
    - void SetPollIntensity( ValueID^ valueId, uint8 intensity )
    - uint8 GetPollIntensity( ValueID valueId )
    - bool IsNodeInfoReceived( uint32 homeId, uint8 nodeId )
    - bool IsNodeAwake( uint32 homeId, uint8 nodeId ) 
    - bool IsNodeFailed( uint32 homeId, uint8 nodeId )
    - String^ GetNodeQueryStage( uint32 homeId, uint8 nodeId )
    - void SetValueLabel( ValueID _id, string value )

in the list of method of the dotnet Wrapper, they are not all tested but the 
build compile.

I have also fixed the documentation to match the right name of the parameter 
for the dotnet wrapper. 

I will continu to sync the DotNet interface with the cpp Manager in the next 
week.

Original issue reported on code.google.com by scopol...@gmail.com on 12 Feb 2015 at 4:55

Attachments:

GoogleCodeExporter commented 9 years ago
Made a mistake again :/ this is the right patch that should not break the build 
;)

Original comment by scopol...@gmail.com on 12 Feb 2015 at 5:06

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,
I appreciate this a *lot*. The dotnet wrapper has been bit rotting, so it's 
great to bring it upto date. I'll commit it soon!

Original comment by jus...@dynam.ac on 14 Feb 2015 at 2:40

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1019.

Original comment by jus...@dynam.ac on 16 Feb 2015 at 3:53