Options
All
  • Public
  • Public/Protected
  • All
Menu

Module netlink

This module implements the higher layer, which wraps RawNetlinkSocket and lets the user send / receive parsed Netlink messages, rather than raw data. It can also take care of things like requests & ACKs, sequence numbers, multipart message handling, attribute parsing.

Index

Functions

  • Checks if the passed message is an ERROR message. If it is, an error will be thrown. If it's an ACK (aka error = 0) then true is returned. Otherwise nothing is returned.

    Parameters

    Returns undefined | true

Generated using TypeDoc