public class MobileIdentityEUI64 extends Sequence
MobileIdentityEUI64
type.Modifier and Type | Class and Description |
---|---|
static class |
MobileIdentityEUI64.TypeOfIdentity
Defines meaningful names for particular values of the
typeOfIdentity field. |
Constructor and Description |
---|
MobileIdentityEUI64()
The default constructor.
|
MobileIdentityEUI64(OctetString eui64)
Constructs an instance of the
MobileIdentityEUI64 with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getEui64()
Returns the value of the
eui64 field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
INTEGER |
getTypeOfIdentity()
Returns the value of the
typeOfIdentity read-only field. |
void |
setEui64(OctetString eui64)
Sets the value of the
eui64 field. |
public MobileIdentityEUI64()
public MobileIdentityEUI64(OctetString eui64)
MobileIdentityEUI64
with the specified
components.eui64
- the value of the eui64
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getTypeOfIdentity()
typeOfIdentity
read-only field.typeOfIdentity
read-only field.
The TypeOfIdentity
class defines meaningful names for particular values of the field.public OctetString getEui64()
eui64
field.eui64
field.public void setEui64(OctetString eui64)
eui64
field.eui64
- the value of the eui64
field.java.lang.IllegalArgumentException
- when the eui64
parameter is null.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.