Class UInt16

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped, java.io.Serializable

    public class UInt16
    extends com.sun.jna.IntegerType
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UInt16()  
      UInt16​(int size, long value)  
      UInt16​(long value)  
      UInt16​(long value, boolean unsigned)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short convert()  
      • Methods inherited from class com.sun.jna.IntegerType

        compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
      • Methods inherited from class java.lang.Number

        byteValue, shortValue
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UInt16

        public UInt16()
      • UInt16

        public UInt16​(long value)
      • UInt16

        public UInt16​(int size,
                      long value)
      • UInt16

        public UInt16​(long value,
                      boolean unsigned)
    • Method Detail

      • convert

        public short convert()