public static class FlyCapture2.Error extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FlyCapture2.Error()
Default constructor.
|
FlyCapture2.Error(FlyCapture2.Error error)
Copy constructor.
|
FlyCapture2.Error(int size) |
FlyCapture2.Error(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
CollectSupportInformation()
Retrieve the support information.
|
boolean |
equals(FlyCapture2.Error error)
Equality operator.
|
boolean |
equals(int errorType)
Equality operator.
|
BytePointer |
GetBuildDate()
Retrieve the build date of the file where the error originated.
|
FlyCapture2.Error |
GetCause()
Get the error which caused this error.
|
BytePointer |
GetDescription()
Retrieve the top level description of the error that occurred.
|
BytePointer |
GetFilename()
Retrieve the source filename where the error originated.
|
int |
GetLine()
Retrieve the line number where the error originated.
|
int |
GetType()
Retrieve the ErrorType of the error.
|
boolean |
notEquals(FlyCapture2.Error error)
Inequality operator.
|
boolean |
notEquals(int errorType)
Inequality operator.
|
FlyCapture2.Error |
position(int position) |
void |
PrintErrorTrace()
Print a formatted log trace to stderr.
|
FlyCapture2.Error |
put(FlyCapture2.Error error)
Assignment operator.
|
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic FlyCapture2.Error(Pointer p)
public FlyCapture2.Error(int size)
public FlyCapture2.Error()
public FlyCapture2.Error(FlyCapture2.Error error)
public FlyCapture2.Error position(int position)
public FlyCapture2.Error put(FlyCapture2.Error error)
public boolean equals(FlyCapture2.Error error)
public boolean equals(int errorType)
public boolean notEquals(FlyCapture2.Error error)
public boolean notEquals(int errorType)
public int GetType()
public BytePointer GetDescription()
public int GetLine()
public BytePointer GetFilename()
public FlyCapture2.Error GetCause()
public BytePointer GetBuildDate()
public BytePointer CollectSupportInformation()
public void PrintErrorTrace()
Copyright © 2014. All Rights Reserved.