org.openmuc.openiec61850.internal.mms.asn1
public static final class GetNameListRequest.SubChoice_objectScope extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.openmuc.jasn1.ber.types.BerNull |
aaSpecific |
byte[] |
code |
org.openmuc.jasn1.ber.types.string.BerVisibleString |
domainSpecific |
org.openmuc.jasn1.ber.types.BerNull |
vmdSpecific |
Constructor and Description |
---|
GetNameListRequest.SubChoice_objectScope() |
GetNameListRequest.SubChoice_objectScope(org.openmuc.jasn1.ber.types.BerNull vmdSpecific,
org.openmuc.jasn1.ber.types.string.BerVisibleString domainSpecific,
org.openmuc.jasn1.ber.types.BerNull aaSpecific) |
GetNameListRequest.SubChoice_objectScope(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 org.openmuc.jasn1.ber.types.BerNull vmdSpecific
public org.openmuc.jasn1.ber.types.string.BerVisibleString domainSpecific
public org.openmuc.jasn1.ber.types.BerNull aaSpecific
public GetNameListRequest.SubChoice_objectScope()
public GetNameListRequest.SubChoice_objectScope(byte[] code)
public GetNameListRequest.SubChoice_objectScope(org.openmuc.jasn1.ber.types.BerNull vmdSpecific, org.openmuc.jasn1.ber.types.string.BerVisibleString domainSpecific, org.openmuc.jasn1.ber.types.BerNull aaSpecific)
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