IDAPython 9.0
Loading...
Searching...
No Matches
generic_linput_t Class Reference

Proxy of C++ generic_linput_t class.

Inheritance diagram for generic_linput_t:

Public Member Functions

 __init__ (self, *args, **kwargs)
 
"ssize_t" read (self, "qoff64_t" off, "void *" buffer, "size_t" nbytes)
 read(self, off, buffer, nbytes) -> ssize_t
 

Static Public Attributes

str filesize = property(_ida_diskio.generic_linput_t_filesize_get, _ida_diskio.generic_linput_t_filesize_set, doc=)
 
str blocksize = property(_ida_diskio.generic_linput_t_blocksize_get, _ida_diskio.generic_linput_t_blocksize_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args,
** kwargs )

Member Function Documentation

◆ read()

"ssize_t" read ( self,
"qoff64_t" off,
"void *" buffer,
"size_t" nbytes )
Parameters
offqoff64_t
buffervoid *
nbytessize_t

Member Data Documentation

◆ blocksize

str blocksize = property(_ida_diskio.generic_linput_t_blocksize_get, _ida_diskio.generic_linput_t_blocksize_set, doc=)
static

◆ filesize

str filesize = property(_ida_diskio.generic_linput_t_filesize_get, _ida_diskio.generic_linput_t_filesize_set, doc=)
static

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

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