DELL
2024-02-21 4982b9614516dde101c3e44c60a612b3bfd8d6fe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * This class file was automatically generated by jASN1 v1.9.0 (http://www.openmuc.org)
 */
 
package org.openmuc.josistack.internal.presentation.asn1;
 
public class CallingPresentationSelector extends PresentationSelector {
 
    private static final long serialVersionUID = 1L;
 
    public CallingPresentationSelector() {
    }
 
    public CallingPresentationSelector(byte[] value) {
        super(value);
    }
 
}