public enum EOS_TitleStorage_EReadResult extends java.lang.Enum<EOS_TitleStorage_EReadResult> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_TS_RR_CancelRequest
Signifies the request should be canceled, but not due to an error
|
EOS_TS_RR_ContinueReading
Signifies the data was read successfully, and we should continue to the next chunk if possible
|
EOS_TS_RR_FailRequest
Signifies there was a failure reading the data, and the request should end
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
java.lang.Class<?> |
nativeType() |
java.lang.Object |
toNative() |
static EOS_TitleStorage_EReadResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_TitleStorage_EReadResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_TitleStorage_EReadResult EOS_TS_RR_ContinueReading
public static final EOS_TitleStorage_EReadResult EOS_TS_RR_FailRequest
public static final EOS_TitleStorage_EReadResult EOS_TS_RR_CancelRequest
public static EOS_TitleStorage_EReadResult[] values()
for (EOS_TitleStorage_EReadResult c : EOS_TitleStorage_EReadResult.values()) System.out.println(c);
public static EOS_TitleStorage_EReadResult valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)
fromNative in interface com.sun.jna.NativeMappedpublic java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped