[Monobotics-develop] X10Timer.cs use of d.value__ not supported on .NET
Brought to you by:
buhochileno
|
From: <buh...@gm...> - 2010-04-04 22:35:34
|
Jaime:
In X10Timer.cs code file a ".value__" is used, but it is not supported
on .NET, we need to check what that do to replaced with something more
standard.
Here is a example where is used:
// X10Timer.cs about line 353
foreach( DayOfWeek d in this.daysOfWeek )
temp += Convert.ToByte( 1 << d.value__ ); //TODO: check
this!!!
Can you check this and please changed to something more standard,
probably some property not ended by "__" :-)
Thanks
Mauricio
|