-
Notifications
You must be signed in to change notification settings - Fork 62
MACAddress Class
Ron Hashimoto edited this page Aug 3, 2016
·
5 revisions
MACAddress represents an IEEE 802 media access control address.
import MACAddress from 'dripcap/mac';
let mac = new MACAddress('00:00:00:00:00:00');Constructs a MACAddress from a String.
Constructs a MACAddress from a Buffer. addr.length must be 6.
Returns true if this and the given MACAddress 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.
