@Namespace(value="FlyCapture2") public static class FlyCapture2.Utilities extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Utilities()
Empty constructor.
|
Utilities(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic Utilities()
public Utilities(Pointer p)
Pointer.Pointer(Pointer).@ByVal public static FlyCapture2.Error CheckDriver(@Const FlyCapture2.PGRGuid guid)
guid - Pointer to the guid of the device to check.@ByVal public static FlyCapture2.Error GetDriverDeviceName(@Const FlyCapture2.PGRGuid guid, @StdString BytePointer deviceName)
guid - Pointer to the guid of the device to check.deviceName - The device name will be returned in this string@ByVal public static FlyCapture2.Error GetDriverDeviceName(@Const FlyCapture2.PGRGuid guid, @StdString String deviceName)
@ByVal public static FlyCapture2.Error GetSystemInfo(FlyCapture2.SystemInfo pSystemInfo)
pSystemInfo - Structure to receive system information.@ByVal public static FlyCapture2.Error GetLibraryVersion(FlyCapture2.FC2Version pVersion)
pVersion - Structure to receive the library version.@ByVal public static FlyCapture2.Error LaunchBrowser(@Cast(value="const char*") BytePointer pAddress)
pAddress - URL to open in browser.@ByVal public static FlyCapture2.Error LaunchBrowser(String pAddress)
@ByVal public static FlyCapture2.Error LaunchHelp(@Cast(value="const char*") BytePointer pFileName)
pFileName - Filename of CHM file to open.@ByVal public static FlyCapture2.Error LaunchHelp(String pFileName)
@ByVal public static FlyCapture2.Error LaunchCommand(@Cast(value="const char*") BytePointer pCommand)
pCommand - Command to execute.LaunchCommandAsync()@ByVal public static FlyCapture2.Error LaunchCommand(String pCommand)
@ByVal public static FlyCapture2.Error LaunchCommandAsync(@Cast(value="const char*") BytePointer pCommand, FlyCapture2.AsyncCommandCallback pCallback, Pointer pUserData)
pCommand - Command to execute.pCallback - Callback to fire when command is complete.pUserData - Data pointer to pass to callback.LaunchCommand()@ByVal public static FlyCapture2.Error LaunchCommandAsync(String pCommand, FlyCapture2.AsyncCommandCallback pCallback, Pointer pUserData)
Copyright © 2015. All Rights Reserved.