Package | Description |
---|---|
org.bytedeco.spinnaker.global |
Modifier and Type | Method and Description |
---|---|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceListClear(spinInterfaceList hInterfaceList)
Clears an interface list
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceListCreateEmpty(spinInterfaceList phInterfaceList)
Creates an empty interface list (interface lists created this way must be destroyed)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceListDestroy(spinInterfaceList hInterfaceList)
Destroys an interface list
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceListGet(spinInterfaceList hInterfaceList,
long index,
spinInterface phInterface)
Retrieves an interface from an interface list using an index (interfaces retrieved this way must be released)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceListGetSize(spinInterfaceList hInterfaceList,
SizeTPointer pSize)
Retrieves the number of interfaces in an interface list
|
static Spinnaker_C.spinError |
Spinnaker_C.spinSystemGetInterfaces(spinSystem hSystem,
spinInterfaceList hInterfaceList)
Retrieves a list of detected (and enumerable) interfaces on the system;
interface lists must be created and destroyed
|
Copyright © 2024. All rights reserved.