org.openmuc.openiec61850.internal.mms.asn1
public static final class WriteResponse.SubChoice extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
code |
org.openmuc.jasn1.ber.types.BerInteger |
failure |
org.openmuc.jasn1.ber.types.BerNull |
success |
Constructor and Description |
---|
WriteResponse.SubChoice() |
WriteResponse.SubChoice(org.openmuc.jasn1.ber.types.BerInteger failure,
org.openmuc.jasn1.ber.types.BerNull success) |
WriteResponse.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 org.openmuc.jasn1.ber.types.BerInteger failure
public org.openmuc.jasn1.ber.types.BerNull success
public WriteResponse.SubChoice()
public WriteResponse.SubChoice(byte[] code)
public WriteResponse.SubChoice(org.openmuc.jasn1.ber.types.BerInteger failure, org.openmuc.jasn1.ber.types.BerNull success)
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