org.openmuc.openiec61850.internal.mms.asn1
public final class ConfirmedServiceResponse extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
code |
org.openmuc.jasn1.ber.types.BerNull |
defineNamedVariableList |
DeleteNamedVariableListResponse |
deleteNamedVariableList |
GetNamedVariableListAttributesResponse |
getNamedVariableListAttributes |
GetNameListResponse |
getNameList |
GetVariableAccessAttributesResponse |
getVariableAccessAttributes |
ReadResponse |
read |
WriteResponse |
write |
Constructor and Description |
---|
ConfirmedServiceResponse() |
ConfirmedServiceResponse(byte[] code) |
ConfirmedServiceResponse(GetNameListResponse getNameList,
ReadResponse read,
WriteResponse write,
GetVariableAccessAttributesResponse getVariableAccessAttributes,
org.openmuc.jasn1.ber.types.BerNull defineNamedVariableList,
GetNamedVariableListAttributesResponse getNamedVariableListAttributes,
DeleteNamedVariableListResponse deleteNamedVariableList) |
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 GetNameListResponse getNameList
public ReadResponse read
public WriteResponse write
public GetVariableAccessAttributesResponse getVariableAccessAttributes
public org.openmuc.jasn1.ber.types.BerNull defineNamedVariableList
public GetNamedVariableListAttributesResponse getNamedVariableListAttributes
public DeleteNamedVariableListResponse deleteNamedVariableList
public ConfirmedServiceResponse()
public ConfirmedServiceResponse(byte[] code)
public ConfirmedServiceResponse(GetNameListResponse getNameList, ReadResponse read, WriteResponse write, GetVariableAccessAttributesResponse getVariableAccessAttributes, org.openmuc.jasn1.ber.types.BerNull defineNamedVariableList, GetNamedVariableListAttributesResponse getNamedVariableListAttributes, DeleteNamedVariableListResponse deleteNamedVariableList)
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