org.openmuc.openiec61850.internal.mms.asn1
public final class GetNameListRequest extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GetNameListRequest.SubChoice_objectScope |
Modifier and Type | Field and Description |
---|---|
byte[] |
code |
org.openmuc.jasn1.ber.types.string.BerVisibleString |
continueAfter |
protected org.openmuc.jasn1.ber.BerIdentifier |
id |
static org.openmuc.jasn1.ber.BerIdentifier |
identifier |
ObjectClass |
objectClass |
GetNameListRequest.SubChoice_objectScope |
objectScope |
Constructor and Description |
---|
GetNameListRequest() |
GetNameListRequest(byte[] code) |
GetNameListRequest(ObjectClass objectClass,
GetNameListRequest.SubChoice_objectScope objectScope,
org.openmuc.jasn1.ber.types.string.BerVisibleString continueAfter) |
Modifier and Type | Method and Description |
---|---|
int |
decode(java.io.InputStream iStream,
boolean explicit) |
int |
encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream,
boolean explicit) |
void |
encodeAndSave(int encodingSizeGuess) |
public static final org.openmuc.jasn1.ber.BerIdentifier identifier
protected org.openmuc.jasn1.ber.BerIdentifier id
public byte[] code
public ObjectClass objectClass
public GetNameListRequest.SubChoice_objectScope objectScope
public org.openmuc.jasn1.ber.types.string.BerVisibleString continueAfter
public GetNameListRequest()
public GetNameListRequest(byte[] code)
public GetNameListRequest(ObjectClass objectClass, GetNameListRequest.SubChoice_objectScope objectScope, org.openmuc.jasn1.ber.types.string.BerVisibleString continueAfter)
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, boolean explicit) throws java.io.IOException
java.io.IOException
public void encodeAndSave(int encodingSizeGuess) throws java.io.IOException
java.io.IOException