| Package | Description |
|---|---|
| com.github.mob41.blapi.mac |
MAC Address handling
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Mac.bytesToMacStr(byte[] macBytes)
Converts MAC address bytes into String
|
static byte[] |
Mac.macStrToBytes(String macStr)
Converts MAC address String into bytes
|
| Constructor and Description |
|---|
Mac(byte[] macBytes)
Creates an instance representing the MAC address
|
Mac(String macStr)
Creates an instance representing the MAC address
|
Copyright © 2018. All rights reserved.