nlmsghdr class

struct nlmsghdr - fixed format metadata header of Netlink messages @nlmsg_len: Length of message including header @nlmsg_type: Message content type @nlmsg_flags: Additional flags @nlmsg_seq: Sequence number @nlmsg_pid: Sending process port ID

Inheritance

Constructors

nlmsghdr()

Properties

hashCode int
The hash code for this object.
no setterinherited
nlmsg_flags int
getter/setter pair
nlmsg_len int
getter/setter pair
nlmsg_pid int
getter/setter pair
nlmsg_seq int
getter/setter pair
nlmsg_type int
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