public class EthernetHeaderCompressionConfiguration extends Sequence
EthernetHeaderCompressionConfiguration
type.Modifier and Type | Class and Description |
---|---|
static class |
EthernetHeaderCompressionConfiguration.CidLength
Defines meaningful names for particular values of the
cidLength field. |
Constructor and Description |
---|
EthernetHeaderCompressionConfiguration()
The default constructor.
|
EthernetHeaderCompressionConfiguration(INTEGER cidLength)
Constructs an instance of the
EthernetHeaderCompressionConfiguration with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getCidLength()
Returns the value of the
cidLength field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setCidLength(INTEGER cidLength)
Sets the value of the
cidLength field. |
public EthernetHeaderCompressionConfiguration()
public EthernetHeaderCompressionConfiguration(INTEGER cidLength)
EthernetHeaderCompressionConfiguration
with the specified
components.cidLength
- the value of the cidLength
field (mandatory).
The CidLength
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getCidLength()
cidLength
field.cidLength
field.
The CidLength
class defines meaningful names for particular values of the field.public void setCidLength(INTEGER cidLength)
cidLength
field.cidLength
- the value of the cidLength
field.
The CidLength
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the cidLength
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.