IP_ADDR_STRING class base struct

The IP_ADDR_STRING structure represents a node in a linked-list of IPv4 addresses.

Inheritance

Constructors

IP_ADDR_STRING()

Properties

Context int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
IpAddress IP_ADDRESS_STRING
getter/setter pair
IpMask IP_ADDRESS_STRING
getter/setter pair
Next Pointer<IP_ADDR_STRING>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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