org.openmuc.openiec61850.internal.mms.asn1
public static final class AlternateAccess.SubChoice extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AlternateAccess.SubChoice.SubSeq_named |
static class |
AlternateAccess.SubChoice.SubSeq_selectAlternateAccess |
Modifier and Type | Field and Description |
---|---|
org.openmuc.jasn1.ber.types.BerNull |
allElements |
byte[] |
code |
org.openmuc.jasn1.ber.types.string.BerVisibleString |
component |
org.openmuc.jasn1.ber.types.BerInteger |
index |
IndexRangeSeq |
indexRange |
AlternateAccess.SubChoice.SubSeq_named |
named |
AlternateAccess.SubChoice.SubSeq_selectAlternateAccess |
selectAlternateAccess |
Constructor and Description |
---|
AlternateAccess.SubChoice() |
AlternateAccess.SubChoice(AlternateAccess.SubChoice.SubSeq_selectAlternateAccess selectAlternateAccess,
org.openmuc.jasn1.ber.types.string.BerVisibleString component,
org.openmuc.jasn1.ber.types.BerInteger index,
IndexRangeSeq indexRange,
org.openmuc.jasn1.ber.types.BerNull allElements,
AlternateAccess.SubChoice.SubSeq_named named) |
AlternateAccess.SubChoice(byte[] code) |
Modifier and Type | Method and Description |
---|---|
int |
decode(java.io.InputStream iStream,
org.openmuc.jasn1.ber.BerIdentifier berIdentifier) |
int |
encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream,
boolean explicit) |
void |
encodeAndSave(int encodingSizeGuess) |
public byte[] code
public AlternateAccess.SubChoice.SubSeq_selectAlternateAccess selectAlternateAccess
public org.openmuc.jasn1.ber.types.string.BerVisibleString component
public org.openmuc.jasn1.ber.types.BerInteger index
public IndexRangeSeq indexRange
public org.openmuc.jasn1.ber.types.BerNull allElements
public AlternateAccess.SubChoice.SubSeq_named named
public AlternateAccess.SubChoice()
public AlternateAccess.SubChoice(byte[] code)
public AlternateAccess.SubChoice(AlternateAccess.SubChoice.SubSeq_selectAlternateAccess selectAlternateAccess, org.openmuc.jasn1.ber.types.string.BerVisibleString component, org.openmuc.jasn1.ber.types.BerInteger index, IndexRangeSeq indexRange, org.openmuc.jasn1.ber.types.BerNull allElements, AlternateAccess.SubChoice.SubSeq_named named)
public int encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream, boolean explicit) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream iStream, org.openmuc.jasn1.ber.BerIdentifier berIdentifier) throws java.io.IOException
java.io.IOException
public void encodeAndSave(int encodingSizeGuess) throws java.io.IOException
java.io.IOException