-
Notifications
You must be signed in to change notification settings - Fork 62
IPv4Address Class
Ron Hashimoto edited this page Aug 4, 2016
·
4 revisions
IPv4Address represents an Internet Protocol version 4 address.
import IPv4Address from 'dripcap/ipv4/addr';
let addr = new IPv4Address('127.0.0.1');Constructs a IPv4Address from the addr.
Constructs a IPv4Address the addr. addr.length must be 4.
Returns true if this and the given IPv4Address 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.
