org.openmuc.openiec61850.internal.mms.asn1
public static final class RejectPdu.SubChoice_rejectReason extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.openmuc.jasn1.ber.types.BerInteger |
cancel_errorPDU |
org.openmuc.jasn1.ber.types.BerInteger |
cancel_requestPDU |
org.openmuc.jasn1.ber.types.BerInteger |
cancel_responsePDU |
byte[] |
code |
org.openmuc.jasn1.ber.types.BerInteger |
conclude_errorPDU |
org.openmuc.jasn1.ber.types.BerInteger |
conclude_requestPDU |
org.openmuc.jasn1.ber.types.BerInteger |
conclude_responsePDU |
org.openmuc.jasn1.ber.types.BerInteger |
confirmed_errorPDU |
org.openmuc.jasn1.ber.types.BerInteger |
confirmed_requestPDU |
org.openmuc.jasn1.ber.types.BerInteger |
confirmed_responsePDU |
org.openmuc.jasn1.ber.types.BerInteger |
pdu_error |
org.openmuc.jasn1.ber.types.BerInteger |
unconfirmedPDU |
Constructor and Description |
---|
RejectPdu.SubChoice_rejectReason() |
RejectPdu.SubChoice_rejectReason(org.openmuc.jasn1.ber.types.BerInteger confirmed_requestPDU,
org.openmuc.jasn1.ber.types.BerInteger confirmed_responsePDU,
org.openmuc.jasn1.ber.types.BerInteger confirmed_errorPDU,
org.openmuc.jasn1.ber.types.BerInteger unconfirmedPDU,
org.openmuc.jasn1.ber.types.BerInteger pdu_error,
org.openmuc.jasn1.ber.types.BerInteger cancel_requestPDU,
org.openmuc.jasn1.ber.types.BerInteger cancel_responsePDU,
org.openmuc.jasn1.ber.types.BerInteger cancel_errorPDU,
org.openmuc.jasn1.ber.types.BerInteger conclude_requestPDU,
org.openmuc.jasn1.ber.types.BerInteger conclude_responsePDU,
org.openmuc.jasn1.ber.types.BerInteger conclude_errorPDU) |
RejectPdu.SubChoice_rejectReason(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 confirmed_requestPDU
public org.openmuc.jasn1.ber.types.BerInteger confirmed_responsePDU
public org.openmuc.jasn1.ber.types.BerInteger confirmed_errorPDU
public org.openmuc.jasn1.ber.types.BerInteger unconfirmedPDU
public org.openmuc.jasn1.ber.types.BerInteger pdu_error
public org.openmuc.jasn1.ber.types.BerInteger cancel_requestPDU
public org.openmuc.jasn1.ber.types.BerInteger cancel_responsePDU
public org.openmuc.jasn1.ber.types.BerInteger cancel_errorPDU
public org.openmuc.jasn1.ber.types.BerInteger conclude_requestPDU
public org.openmuc.jasn1.ber.types.BerInteger conclude_responsePDU
public org.openmuc.jasn1.ber.types.BerInteger conclude_errorPDU
public RejectPdu.SubChoice_rejectReason()
public RejectPdu.SubChoice_rejectReason(byte[] code)
public RejectPdu.SubChoice_rejectReason(org.openmuc.jasn1.ber.types.BerInteger confirmed_requestPDU, org.openmuc.jasn1.ber.types.BerInteger confirmed_responsePDU, org.openmuc.jasn1.ber.types.BerInteger confirmed_errorPDU, org.openmuc.jasn1.ber.types.BerInteger unconfirmedPDU, org.openmuc.jasn1.ber.types.BerInteger pdu_error, org.openmuc.jasn1.ber.types.BerInteger cancel_requestPDU, org.openmuc.jasn1.ber.types.BerInteger cancel_responsePDU, org.openmuc.jasn1.ber.types.BerInteger cancel_errorPDU, org.openmuc.jasn1.ber.types.BerInteger conclude_requestPDU, org.openmuc.jasn1.ber.types.BerInteger conclude_responsePDU, org.openmuc.jasn1.ber.types.BerInteger conclude_errorPDU)
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