Uses of Interface
org.jainslee.resources.diameter.rf.types.v710.MbmsInformation
-
Packages that use MbmsInformation Package Description org.jainslee.resources.diameter.rf.types.v710 GroupedAvpandDiameterMessageobjects defined inRFC 4006and3GPP TS 32.299 v7.1.0.org.jainslee.resources.diameter.rf.v710 -
-
Uses of MbmsInformation in org.jainslee.resources.diameter.rf.types.v710
Methods in org.jainslee.resources.diameter.rf.types.v710 that return MbmsInformation Modifier and Type Method Description MbmsInformationServiceInformation. getMbmsInformation()Returns the value of the MBMS-Information AVP, of type Grouped.Methods in org.jainslee.resources.diameter.rf.types.v710 with parameters of type MbmsInformation Modifier and Type Method Description voidServiceInformation. setMbmsInformation(MbmsInformation mbmsInformation)Sets the value of the MBMS-Information AVP, of type Grouped. -
Uses of MbmsInformation in org.jainslee.resources.diameter.rf.v710
Methods in org.jainslee.resources.diameter.rf.v710 that return MbmsInformation Modifier and Type Method Description MbmsInformationMessageFactory. createMbmsInformation()Create an empty MbmsInformation (Grouped AVP) instance.MbmsInformationMessageFactory. createMbmsInformation(byte[] tmgi, byte[] mbmsServiceType, MbmsUserServiceType mbmsUserServiceType)Create a MbmsInformation (Grouped AVP) instance using required AVP values.
-