| Package | Description |
|---|---|
| org.bytedeco.spinnaker.global |
| Modifier and Type | Method and Description |
|---|---|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceRegisterRemovalEvent(spinInterface hInterface,
spinRemovalEvent hRemovalEvent)
Registers a removal event on an interface (events registered in this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceUnregisterRemovalEvent(spinInterface hInterface,
spinRemovalEvent hRemovalEvent)
Unregisters a removal event from an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinRemovalEventCreate(spinRemovalEvent phRemovalEvent,
spinRemovalEventFunction pFunction,
Pointer pUserData)
Creates a removal event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinRemovalEventDestroy(spinRemovalEvent hRemovalEvent)
Destroys a removal event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemRegisterRemovalEvent(spinSystem hSystem,
spinRemovalEvent hRemovalEvent)
Registers a removal event to the system to every interface on the system (events registered this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterRemovalEvent(spinSystem hSystem,
spinRemovalEvent hRemovalEvent)
Unregisters a removal event from the system
|
Copyright © 2019. All rights reserved.