Uses of Class
gnu.java.zrtp.ZrtpStateClass.EventDataType
-
Packages that use ZrtpStateClass.EventDataType Package Description gnu.java.zrtp -
-
Uses of ZrtpStateClass.EventDataType in gnu.java.zrtp
Methods in gnu.java.zrtp that return ZrtpStateClass.EventDataType Modifier and Type Method Description protected ZrtpStateClass.EventDataTypeZrtpStateClass.Event. getType()static ZrtpStateClass.EventDataTypeZrtpStateClass.EventDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static ZrtpStateClass.EventDataType[]ZrtpStateClass.EventDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gnu.java.zrtp with parameters of type ZrtpStateClass.EventDataType Constructor Description Event(ZrtpStateClass.EventDataType evt, byte[] pckt)
-