public class XBeeIMEIAddress extends Object
This address is only applicable for:
| Constructor and Description |
|---|
XBeeIMEIAddress(byte[] address)
Class constructor.
|
XBeeIMEIAddress(String address)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getValue()
Retrieves the IMEI address value.
|
int |
hashCode() |
String |
toString() |
public XBeeIMEIAddress(byte[] address)
XBeeIMEIAddress with the given parameter.address - The IMEI address as byte array.IllegalArgumentException - If address.length > 8.NullPointerException - If address == null.XBeeIMEIAddress(String)public XBeeIMEIAddress(String address)
XBeeIMEIAddress with the given parameters.address - The IMEI address as string.IllegalArgumentException - If the given address doesn't match the
IMEI address pattern.NullPointerException - If address == null.XBeeIMEIAddress(byte[])© Copyright 2014 - 2019 Digi International Inc. All rights reserved.