Return the integer value of this counter.
(self)
| 399 | self.value_offset = value_offset |
| 400 | |
| 401 | def Value(self): |
| 402 | """Return the integer value of this counter.""" |
| 403 | return self.data.IntAt(self.value_offset) |
| 404 | |
| 405 | def Name(self): |
| 406 | """Return the ascii name of this counter.""" |