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

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

public class AARQ_apdu
extends java.lang.Object


Field Summary
 org.openmuc.jasn1.ber.types.BerObjectIdentifier application_context_name
           
 Application_context_name_list application_context_name_list
           
 org.openmuc.jasn1.ber.types.BerInteger called_AE_invocation_identifier
           
 AE_qualifier called_AE_qualifier
           
 org.openmuc.jasn1.ber.types.BerInteger called_AP_invocation_identifier
           
 AP_title called_AP_title
           
 org.openmuc.jasn1.ber.types.BerInteger calling_AE_invocation_identifier
           
 AE_qualifier calling_AE_qualifier
           
 org.openmuc.jasn1.ber.types.BerInteger calling_AP_invocation_identifier
           
 AP_title calling_AP_title
           
 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
           
 Association_information user_information
           
 
Constructor Summary
AARQ_apdu()
           
AARQ_apdu(org.openmuc.jasn1.ber.types.BerBitString protocol_version, org.openmuc.jasn1.ber.types.BerObjectIdentifier application_context_name, AP_title called_AP_title, AE_qualifier called_AE_qualifier, org.openmuc.jasn1.ber.types.BerInteger called_AP_invocation_identifier, org.openmuc.jasn1.ber.types.BerInteger called_AE_invocation_identifier, AP_title calling_AP_title, AE_qualifier calling_AE_qualifier, org.openmuc.jasn1.ber.types.BerInteger calling_AP_invocation_identifier, org.openmuc.jasn1.ber.types.BerInteger calling_AE_invocation_identifier, Application_context_name_list application_context_name_list, org.openmuc.jasn1.ber.types.string.BerGraphicString implementation_information, Association_information user_information)
           
AARQ_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

called_AP_title

public AP_title called_AP_title

called_AE_qualifier

public AE_qualifier called_AE_qualifier

called_AP_invocation_identifier

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

called_AE_invocation_identifier

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

calling_AP_title

public AP_title calling_AP_title

calling_AE_qualifier

public AE_qualifier calling_AE_qualifier

calling_AP_invocation_identifier

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

calling_AE_invocation_identifier

public org.openmuc.jasn1.ber.types.BerInteger calling_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

AARQ_apdu

public AARQ_apdu()

AARQ_apdu

public AARQ_apdu(byte[] code)

AARQ_apdu

public AARQ_apdu(org.openmuc.jasn1.ber.types.BerBitString protocol_version,
                 org.openmuc.jasn1.ber.types.BerObjectIdentifier application_context_name,
                 AP_title called_AP_title,
                 AE_qualifier called_AE_qualifier,
                 org.openmuc.jasn1.ber.types.BerInteger called_AP_invocation_identifier,
                 org.openmuc.jasn1.ber.types.BerInteger called_AE_invocation_identifier,
                 AP_title calling_AP_title,
                 AE_qualifier calling_AE_qualifier,
                 org.openmuc.jasn1.ber.types.BerInteger calling_AP_invocation_identifier,
                 org.openmuc.jasn1.ber.types.BerInteger calling_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