IDAPython 9.0
Loading...
Searching...
No Matches
octet_generator_t Class Reference
Inheritance diagram for octet_generator_t:

Public Member Functions

 __init__ (self, ida_idaapi.ea_t _ea)
 
None invert_byte_order (self)
 

Static Public Attributes

str value
 
str ea
 
str avail_bits
 
str high_byte_first
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
ida_idaapi.ea_t _ea )

Member Function Documentation

◆ invert_byte_order()

None invert_byte_order ( self)

Member Data Documentation

◆ avail_bits

str avail_bits
static
Initial value:
= property(_ida_bytes.
octet_generator_t_avail_bits_get, _ida_bytes.
octet_generator_t_avail_bits_set)

◆ ea

str ea
static
Initial value:
= property(_ida_bytes.octet_generator_t_ea_get, _ida_bytes.
octet_generator_t_ea_set)

◆ high_byte_first

str high_byte_first
static
Initial value:
= property(_ida_bytes.
octet_generator_t_high_byte_first_get, _ida_bytes.
octet_generator_t_high_byte_first_set)

◆ value

str value
static
Initial value:
= property(_ida_bytes.octet_generator_t_value_get,
_ida_bytes.octet_generator_t_value_set)

Property Documentation

◆ thisown

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

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