-
Notifications
You must be signed in to change notification settings - Fork 62
IPv6Address Class
Ron Hashimoto edited this page Aug 3, 2016
·
2 revisions
IPv6Address represents an Internet Protocol version 6 address.
import {Buffer} from 'dripcap';
import IPv6Address from 'dripcap/ipv6/addr';
let addr = new IPv6Address(new Buffer([...]));Constructs a IPv6Address from a Buffer. addr.length must be 4.
Returns true if this and the given IPv6Address has the same address.
Returns a string representing the address.
JSON serializer interface.
MessagePack serializer interface.
This documentation is licensed under a Creative Commons Attribution 3.0 Unported License.
