Return the integer value of this counter.
(self)
| 341 | self.offset = offset |
| 342 | |
| 343 | def Value(self): |
| 344 | """Return the integer value of this counter.""" |
| 345 | return self.data.IntAt(self.offset) |
| 346 | |
| 347 | def Name(self): |
| 348 | """Return the ascii name of this counter.""" |
no test coverage detected