Lists all status bits available when reading counter status.
public enum MccDaq.StatusBits
| Member | Value |
| UnderFlow | 0x1 |
| OverFlow | 0x2 |
| Compare | 0x4 |
| Sign | 0x8 |
| Error | 0x10 |
| Updown | 0x20 |
| Index | 0x40 |
Remark: The above values may be combined using a bitwise OR operation.