IDA C++ SDK 9.2
Loading...
Searching...
No Matches
ioport_t Struct Reference

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
voiduserdata
 arbitrary data. initialized to nullptr.

Detailed Description

Describes an I/O port.

Constructor & Destructor Documentation

◆ ioport_t()

ioport_t::ioport_t ( )
inline

Member Data Documentation

◆ address

ea_t ioport_t::address

address of the port

◆ name

qstring ioport_t::name

name of the port

◆ cmt

qstring ioport_t::cmt

comment

◆ bits

ioport_bits_t ioport_t::bits

bit names

◆ userdata

void* ioport_t::userdata

arbitrary data. initialized to nullptr.


The documentation for this struct was generated from the following file: