@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.Error extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Error()
Default constructor.
|
Error(FlyCapture2.Error error)
Copy constructor.
|
Error(int size)
Native array allocator.
|
Error(Pointer p)
Pointer cast constructor.
|
| 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 Error(Pointer p)
Pointer.Pointer(Pointer).public Error(int size)
Pointer.position(int).public Error()
public Error(@Const @ByRef FlyCapture2.Error error)
public FlyCapture2.Error position(int position)
@ByRef @Name(value="operator=") public FlyCapture2.Error put(@Const @ByRef FlyCapture2.Error error)
@Cast(value="bool") @Name(value="operator==") public boolean equals(@Const @ByRef FlyCapture2.Error error)
@Cast(value="bool") @Name(value="operator==") public boolean equals(@Cast(value="const FlyCapture2::ErrorType") int errorType)
@Cast(value="bool") @Name(value="operator!=") public boolean notEquals(@Const @ByRef FlyCapture2.Error error)
@Cast(value="bool") @Name(value="operator!=") public boolean notEquals(@Cast(value="const FlyCapture2::ErrorType") int errorType)
@Cast(value="FlyCapture2::ErrorType") public int GetType()
@Cast(value="const char*") public BytePointer GetDescription()
@Cast(value="unsigned int") public int GetLine()
@Cast(value="const char*") public BytePointer GetFilename()
@ByVal public FlyCapture2.Error GetCause()
@Cast(value="const char*") public BytePointer GetBuildDate()
@Cast(value="const char*") public BytePointer CollectSupportInformation()
public void PrintErrorTrace()
Copyright © 2015. All Rights Reserved.