|
IDA C++ SDK 9.2
|
Describes an I/O port. More...
#include <diskio.hpp>
Public Member Functions | |
| ioport_t () | |
Public Attributes | |
| ea_t | address |
| address of the port | |
| qstring | name |
| name of the port | |
| qstring | cmt |
| comment | |
| ioport_bits_t | bits |
| bit names | |
| void * | userdata |
| arbitrary data. initialized to nullptr. | |
Describes an I/O port.
|
inline |
| ea_t ioport_t::address |
address of the port
| qstring ioport_t::name |
name of the port
| qstring ioport_t::cmt |
comment
| ioport_bits_t ioport_t::bits |
bit names
| void* ioport_t::userdata |
arbitrary data. initialized to nullptr.