Class EOS_Bool

java.lang.Object
host.anzo.eossdk.eos.sdk.common.EOS_Bool
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class EOS_Bool extends Object implements com.sun.jna.NativeMapped
Since:
9/20/2023
  • Field Details

    • EOS_TRUE

      public static final EOS_Bool EOS_TRUE
    • EOS_FALSE

      public static final EOS_Bool EOS_FALSE
  • Constructor Details

    • EOS_Bool

      public EOS_Bool()
  • Method Details

    • of

      public static EOS_Bool of(boolean value)
    • fromNative

      public Object fromNative(Object nativeValue, com.sun.jna.FromNativeContext context)
      Specified by:
      fromNative in interface com.sun.jna.NativeMapped
    • toNative

      public Object toNative()
      Specified by:
      toNative in interface com.sun.jna.NativeMapped
    • nativeType

      public Class<?> nativeType()
      Specified by:
      nativeType in interface com.sun.jna.NativeMapped