Contains the board and port information of a device or its access token. More...
#include <cvb/driver/vin_connection_information.hpp>
Public Member Functions | |
int | CurrentPort () const noexcept |
Gets the camera port number where the device is located. More... | |
int | CurrentBoard () const noexcept |
Gets the board number where the device is located. More... | |
String | AccessToken () const noexcept |
Gets the device access token if available. More... | |
Contains the board and port information of a device or its access token.
Either board and port are used (e.g. by configuring a vin-driver and opening it) or the access token is used (if opened via it).
|
inlinenoexcept |
Gets the device access token if available.
Does | not throw any exception. |
|
inlinenoexcept |
Gets the board number where the device is located.
Does | not throw any exception. |
If an access token is in use -1 will be returned.
|
inlinenoexcept |
Gets the camera port number where the device is located.
Does | not throw any exception. |
If an access token is in use -1 will be returned.