TechnologySolutionsUkLtd / ascii-protocol

Technology Solutions UK Ltd - ASCII 2 Protocol
Other
7 stars 0 forks source link

Reserved memory bank is not permitted to select #4

Closed robinTsl closed 8 years ago

robinTsl commented 8 years ago

The memory bank enum is used for both select memory bank and data memory bank. It is not valid to select against the reserved memory bank. As introducing an new enumeration for select would break existing code throw an ArgumentException if reserved memory bank is set for the select memory bank parameter in appropriate commands.

robinTsl commented 8 years ago

ArgumentException is now thrown if you attempt to specify the reserved memory bank for select in release 0.9.4