org.openiec61850.jmms.iso.acse.asn1
Class AARE_apdu

java.lang.Object
  extended by org.openiec61850.jmms.iso.acse.asn1.AARE_apdu

public class AARE_apdu
extends java.lang.Object


Field Summary
 org.openmuc.jasn1.ber.types.BerObjectIdentifier application_context_name
           
 Application_context_name_list application_context_name_list
           
 byte[] code
           
protected  org.openmuc.jasn1.ber.BerIdentifier id
           
static org.openmuc.jasn1.ber.BerIdentifier identifier
           
 org.openmuc.jasn1.ber.types.string.BerGraphicString implementation_information
           
 org.openmuc.jasn1.ber.types.BerBitString protocol_version
           
 org.openmuc.jasn1.ber.types.BerInteger responding_AE_invocation_identifier
           
 AE_qualifier responding_AE_qualifier
           
 org.openmuc.jasn1.ber.types.BerInteger responding_AP_invocation_identifier
           
 AP_title responding_AP_title
           
 org.openmuc.jasn1.ber.types.BerInteger result
           
 Associate_source_diagnostic result_source_diagnostic
           
 Association_information user_information
           
 
Constructor Summary
AARE_apdu()
           
AARE_apdu(org.openmuc.jasn1.ber.types.BerBitString protocol_version, org.openmuc.jasn1.ber.types.BerObjectIdentifier application_context_name, org.openmuc.jasn1.ber.types.BerInteger result, Associate_source_diagnostic result_source_diagnostic, AP_title responding_AP_title, AE_qualifier responding_AE_qualifier, org.openmuc.jasn1.ber.types.BerInteger responding_AP_invocation_identifier, org.openmuc.jasn1.ber.types.BerInteger responding_AE_invocation_identifier, Application_context_name_list application_context_name_list, org.openmuc.jasn1.ber.types.string.BerGraphicString implementation_information, Association_information user_information)
           
AARE_apdu(byte[] code)
           
 
Method Summary
 int decode(java.io.InputStream iStream, boolean explicit)
           
 int encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream, boolean explicit)
           
 void encodeAndSave(int encodingSizeGuess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

public static final org.openmuc.jasn1.ber.BerIdentifier identifier

id

protected org.openmuc.jasn1.ber.BerIdentifier id

code

public byte[] code

protocol_version

public org.openmuc.jasn1.ber.types.BerBitString protocol_version

application_context_name

public org.openmuc.jasn1.ber.types.BerObjectIdentifier application_context_name

result

public org.openmuc.jasn1.ber.types.BerInteger result

result_source_diagnostic

public Associate_source_diagnostic result_source_diagnostic

responding_AP_title

public AP_title responding_AP_title

responding_AE_qualifier

public AE_qualifier responding_AE_qualifier

responding_AP_invocation_identifier

public org.openmuc.jasn1.ber.types.BerInteger responding_AP_invocation_identifier

responding_AE_invocation_identifier

public org.openmuc.jasn1.ber.types.BerInteger responding_AE_invocation_identifier

application_context_name_list

public Application_context_name_list application_context_name_list

implementation_information

public org.openmuc.jasn1.ber.types.string.BerGraphicString implementation_information

user_information

public Association_information user_information
Constructor Detail

AARE_apdu

public AARE_apdu()

AARE_apdu

public AARE_apdu(byte[] code)

AARE_apdu

public AARE_apdu(org.openmuc.jasn1.ber.types.BerBitString protocol_version,
                 org.openmuc.jasn1.ber.types.BerObjectIdentifier application_context_name,
                 org.openmuc.jasn1.ber.types.BerInteger result,
                 Associate_source_diagnostic result_source_diagnostic,
                 AP_title responding_AP_title,
                 AE_qualifier responding_AE_qualifier,
                 org.openmuc.jasn1.ber.types.BerInteger responding_AP_invocation_identifier,
                 org.openmuc.jasn1.ber.types.BerInteger responding_AE_invocation_identifier,
                 Application_context_name_list application_context_name_list,
                 org.openmuc.jasn1.ber.types.string.BerGraphicString implementation_information,
                 Association_information user_information)
Method Detail

encode

public int encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream,
                  boolean explicit)
           throws java.io.IOException
Throws:
java.io.IOException

decode

public int decode(java.io.InputStream iStream,
                  boolean explicit)
           throws java.io.IOException
Throws:
java.io.IOException

encodeAndSave

public void encodeAndSave(int encodingSizeGuess)
                   throws java.io.IOException
Throws:
java.io.IOException