IN_ADDR class base struct

The IN_ADDR structure represents an IPv4 Internet address.

Inheritance
Implemented types
Available extensions

Constructors

IN_ADDR()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
S_addr int

Available on IN_ADDR, provided by the IN_ADDR_Extension extension

getter/setter pair
s_b1 int

Available on IN_ADDR, provided by the IN_ADDR__S_un_e__Union_Extension extension

getter/setter pair
s_b2 int

Available on IN_ADDR, provided by the IN_ADDR__S_un_e__Union_Extension extension

getter/setter pair
s_b3 int

Available on IN_ADDR, provided by the IN_ADDR__S_un_e__Union_Extension extension

getter/setter pair
s_b4 int

Available on IN_ADDR, provided by the IN_ADDR__S_un_e__Union_Extension extension

getter/setter pair
S_un ↔ _IN_ADDR__S_un_e__Union
getter/setter pair
S_un_b ↔ _IN_ADDR__S_un_e__Union__S_un_b_e__Struct

Available on IN_ADDR, provided by the IN_ADDR_Extension extension

getter/setter pair
S_un_w ↔ _IN_ADDR__S_un_e__Union__S_un_w_e__Struct

Available on IN_ADDR, provided by the IN_ADDR_Extension extension

getter/setter pair
s_w1 int

Available on IN_ADDR, provided by the IN_ADDR__S_un_e__Union_Extension_1 extension

getter/setter pair
s_w2 int

Available on IN_ADDR, provided by the IN_ADDR__S_un_e__Union_Extension_1 extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited