public static class FlyCapture2.Utilities extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FlyCapture2.Utilities() |
FlyCapture2.Utilities(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static FlyCapture2.Error |
GetLibraryVersion(FlyCapture2.FC2Version pVersion)
Get library version.
|
static FlyCapture2.Error |
GetSystemInfo(FlyCapture2.SystemInfo pSystemInfo)
Get system information.
|
static FlyCapture2.Error |
LaunchBrowser(BytePointer pAddress)
Launch a URL in the system default browser.
|
static FlyCapture2.Error |
LaunchBrowser(String pAddress) |
static FlyCapture2.Error |
LaunchCommand(BytePointer pCommand)
Execute a command in the terminal.
|
static FlyCapture2.Error |
LaunchCommand(String pCommand) |
static FlyCapture2.Error |
LaunchCommandAsync(BytePointer pCommand,
FlyCapture2.AsyncCommandCallback pCallback,
Pointer pUserData)
Execute a command in the terminal.
|
static FlyCapture2.Error |
LaunchCommandAsync(String pCommand,
FlyCapture2.AsyncCommandCallback pCallback,
Pointer pUserData) |
static FlyCapture2.Error |
LaunchHelp(BytePointer pFileName)
Open a CHM file in the system default CHM viewer.
|
static FlyCapture2.Error |
LaunchHelp(String pFileName) |
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 FlyCapture2.Utilities()
public FlyCapture2.Utilities(Pointer p)
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.