Uses of Class
io.github.hapjava.server.impl.pairing.MessageType
-
Packages that use MessageType Package Description io.github.hapjava.server.impl.pairing -
-
Uses of MessageType in io.github.hapjava.server.impl.pairing
Methods in io.github.hapjava.server.impl.pairing that return MessageType Modifier and Type Method Description static MessageTypeMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageType[]MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.hapjava.server.impl.pairing with parameters of type MessageType Modifier and Type Method Description voidTypeLengthValueUtils.Encoder. add(MessageType type, byte[] bytes)voidTypeLengthValueUtils.Encoder. add(MessageType type, short b)voidTypeLengthValueUtils.Encoder. add(MessageType type, BigInteger i)BigIntegerTypeLengthValueUtils.DecodeResult. getBigInt(MessageType type)byteTypeLengthValueUtils.DecodeResult. getByte(MessageType type)byte[]TypeLengthValueUtils.DecodeResult. getBytes(MessageType type)voidTypeLengthValueUtils.DecodeResult. getBytes(MessageType type, byte[] dest, int srcOffset)intTypeLengthValueUtils.DecodeResult. getLength(MessageType type)
-