org.openmuc.openiec61850.internal.mms.asn1
public final class ConfirmedErrorPdu extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
code |
protected org.openmuc.jasn1.ber.BerIdentifier |
id |
static org.openmuc.jasn1.ber.BerIdentifier |
identifier |
org.openmuc.jasn1.ber.types.BerInteger |
invokeID |
org.openmuc.jasn1.ber.types.BerInteger |
modifierPosition |
ServiceError |
serviceError |
Constructor and Description |
---|
ConfirmedErrorPdu() |
ConfirmedErrorPdu(org.openmuc.jasn1.ber.types.BerInteger invokeID,
org.openmuc.jasn1.ber.types.BerInteger modifierPosition,
ServiceError serviceError) |
ConfirmedErrorPdu(byte[] code) |
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 org.openmuc.jasn1.ber.types.BerInteger invokeID
public org.openmuc.jasn1.ber.types.BerInteger modifierPosition
public ServiceError serviceError
public ConfirmedErrorPdu()
public ConfirmedErrorPdu(byte[] code)
public ConfirmedErrorPdu(org.openmuc.jasn1.ber.types.BerInteger invokeID, org.openmuc.jasn1.ber.types.BerInteger modifierPosition, ServiceError serviceError)
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