Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IPv6Utils"

Index

Functions

collapseIPv6Number

  • collapseIPv6Number(ipv6String: string): string

expandIPv6Number

  • expandIPv6Number(ipv6String: string): string

hexadectetNotationToBinaryString

  • hexadectetNotationToBinaryString(hexadectetString: string): string
  • Converts a given IPv6 number expressed in the hexadecimal string notation into a 16 bit binary number in string

    Parameters

    • hexadectetString: string

      the IPv6 number

    Returns string

    the IPv6 number converted to binary string

Generated using TypeDoc