Uses of Class
de.tsenger.vdstools.idb.IdbMessageType
-
Packages that use IdbMessageType Package Description de.tsenger.vdstools.idb -
-
Uses of IdbMessageType in de.tsenger.vdstools.idb
Methods in de.tsenger.vdstools.idb that return IdbMessageType Modifier and Type Method Description IdbMessageTypeIdbMessage. getMessageType()static IdbMessageTypeIdbMessageType. valueOf(byte messageTag)Returns the enum constant of this type with the specified name.static IdbMessageTypeIdbMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdbMessageType[]IdbMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.tsenger.vdstools.idb with parameters of type IdbMessageType Constructor Description IdbMessage(IdbMessageType messageType, byte[] messageContent)
-