robinson / gos7

Implementation of Siemens S7 protocol in golang
BSD 3-Clause "New" or "Revised" License
315 stars 124 forks source link

AGMultiRead Bit query #65

Closed phagemann closed 12 months ago

phagemann commented 12 months ago

This PR adds support to query bits via AGMultiRead.

Introduces an optional Bit property to to the S7DataItem struct, only used when WordLen indicates Bit-Query.

Fixes issue #63