public static class FlyCapture2.Utilities extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatoraddress, 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)
public static FlyCapture2.Error CheckDriver(FlyCapture2.PGRGuid guid)
guid - Pointer to the guid of the device to check.public static FlyCapture2.Error GetDriverDeviceName(FlyCapture2.PGRGuid guid, BytePointer deviceName)
guid - Pointer to the guid of the device to check.deviceName - The device name will be returned in this stringpublic static FlyCapture2.Error GetDriverDeviceName(FlyCapture2.PGRGuid guid, String deviceName)
public static FlyCapture2.Error GetSystemInfo(FlyCapture2.SystemInfo pSystemInfo)
pSystemInfo - Structure to receive system information.public static FlyCapture2.Error GetLibraryVersion(FlyCapture2.FC2Version pVersion)
pVersion - Structure to receive the library version.public static FlyCapture2.Error LaunchBrowser(BytePointer pAddress)
pAddress - URL to open in browser.public static FlyCapture2.Error LaunchBrowser(String pAddress)
public static FlyCapture2.Error LaunchHelp(BytePointer pFileName)
pFileName - Filename of CHM file to open.public static FlyCapture2.Error LaunchHelp(String pFileName)
public static FlyCapture2.Error LaunchCommand(BytePointer pCommand)
pCommand - Command to execute.LaunchCommandAsync()public static FlyCapture2.Error LaunchCommand(String pCommand)
public static FlyCapture2.Error LaunchCommandAsync(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()public static FlyCapture2.Error LaunchCommandAsync(String pCommand, FlyCapture2.AsyncCommandCallback pCallback, Pointer pUserData)
Copyright © 2014. All Rights Reserved.