Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer2Protocol
-
Packages that use BearerCapability.ITU_T.Layer2Protocol 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. -
-
Uses of BearerCapability.ITU_T.Layer2Protocol in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as BearerCapability.ITU_T.Layer2Protocol Modifier and Type Field Description static BearerCapability.ITU_T.Layer2Protocol
BearerCapability.ITU_T.Layer2Protocol. ISO_IEC_8802
ITU-T User Information Layer 2 Protocol constant corresponding to LAN logical link control, ISO/IEC 8802-2.static BearerCapability.ITU_T.Layer2Protocol
BearerCapability.ITU_T.Layer2Protocol. Q921_I441
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation Q.921/I.441.static BearerCapability.ITU_T.Layer2Protocol
BearerCapability.ITU_T.Layer2Protocol. X25
ITU-T User Information Layer 2 Protocol constant corresponding to Recommendation X.25, link layer.Methods in com.opencloud.slee.resources.in.datatypes.cc that return BearerCapability.ITU_T.Layer2Protocol Modifier and Type Method Description static BearerCapability.ITU_T.Layer2Protocol
BearerCapability.ITU_T.Layer2Protocol. fromValue(int value)
Returns a Layer2Protocol for a particular integer value.BearerCapability.ITU_T.Layer2Protocol
BearerCapability.ITU_T. getLayer2Protocol()
Gets the value of the user information layer 2 protocol.static BearerCapability.ITU_T.Layer2Protocol[]
BearerCapability.ITU_T.Layer2Protocol. namedValues()
Returns an array containing all of Layer2Protocol's named numbers.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type BearerCapability.ITU_T.Layer2Protocol Modifier and Type Method Description BearerCapability.ITU_T
BearerCapability.ITU_T. setLayer2Protocol(BearerCapability.ITU_T.Layer2Protocol value)
Sets the value of the user information layer 2 protocol.
-