Package net.heberling.ismart.asn1.v2_1
Class Message<E extends org.bn.coders.IASN1PreparedElement>
- java.lang.Object
-
- net.heberling.ismart.asn1.AbstractMessage<MP_DispatcherHeader,MP_DispatcherBody,E>
-
- net.heberling.ismart.asn1.v2_1.Message<E>
-
public class Message<E extends org.bn.coders.IASN1PreparedElement> extends AbstractMessage<MP_DispatcherHeader,MP_DispatcherBody,E>
-
-
Field Summary
-
Fields inherited from class net.heberling.ismart.asn1.AbstractMessage
applicationData, body, header
-
-
Constructor Summary
Constructors Constructor Description Message(MP_DispatcherHeader header, byte[] reserved, MP_DispatcherBody body, E applicationData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getReserved()-
Methods inherited from class net.heberling.ismart.asn1.AbstractMessage
getApplicationData, getBody, getHeader
-
-
-
-
Constructor Detail
-
Message
public Message(MP_DispatcherHeader header, byte[] reserved, MP_DispatcherBody body, E applicationData)
-
-