Package | Description |
---|---|
com.opencloud.slee.resources.in.datatypes.cc |
Defines classes to represent some call-control types
for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause),
and for which standards define the layout of bit-fields within the octet strings.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
YearMonthDay.getCapEncodedForm()
Gets the CAP encoded form of this YearMonthDay instance.
|
byte[] |
Signal.getCapEncodedForm()
Gets the ETSI TS 101 046 v7.1.0 encoded form of this signal.
|
byte[] |
DateAndTime.getCapEncodedForm()
Gets the CAP encoded form of this DateAndTime instance.
|
byte[] |
YearMonthDay.getInapEncodedForm()
Gets the INAP encoded form of this YearMonthDay instance.
|
byte[] |
Signal.getInapEncodedForm()
Gets the ITU Recommendation Q.931 encoded form of this signal.
|
byte[] |
DateAndTime.getInapEncodedForm()
Gets the INAP encoded form of this DateAndTime instance.
|