Package brendes.jna

Class KK_Library.KK_Result

java.lang.Object
brendes.jna.KK_Library.KK_Result
Enclosing class:
KK_Library

public class KK_Library.KK_Result
extends java.lang.Object
Return type of most KK_Library methods
Author:
Loryn
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String data
    Operation string result or error message if resultCode !
    int intValue
    An integer return value, set by some methods (z.B.
    java.lang.String[] lines
    Contents of data split into several lines
    KK_Library.ErrorCode resultCode
    Operation result code see KK_Library.ErrorCode
  • Constructor Summary

    Constructors 
    Constructor Description
    KK_Result()  
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait