![]() |
DLAPI 4.1.1.0
An API for controlling Aluma branded cameras
|
A collection of wireless network configuration settings. More...
#include <dlapi.h>
Public Attributes | |
| unsigned int | ssidLength |
| Length of the SSID string. | |
| unsigned int | passphraseLength |
| Length of the passphrase string. | |
| ENetworkMode | mode |
| The networking mode. Changing this value requires a reboot of the camera. | |
| char | ssid [32] |
| String containing the SSID of the camera's network settings. | |
| char | passphrase [64] |
| String containing the passphrase of the camera's network settings. | |
| bool | isUsaCanadaMode |
| true to enable USA/Canada mode. (More details to come) | |
| bool | isPassphraseHex |
| true to treat the passphrase as hex pairs, false to treat it as an ASCII phrase. | |
A collection of wireless network configuration settings.
A structure containing network connection details. You can use this to set up a camera's WiFi connection; though we don't strictly advise this, since it's possible do this via the free DL Config utility, available from https://diffractionlimited.com/, and is a part of the DLAPI SDK.
If you need to implement this control in your software, you can obtain the network settings structure via ICamera::queryNetworkSettings() and ICamera::getNetworkSettings(), and set it via ICamera::setNetworkSettings().
| bool dl::TNetworkSettings::isPassphraseHex |
true to treat the passphrase as hex pairs, false to treat it as an ASCII phrase.
| bool dl::TNetworkSettings::isUsaCanadaMode |
true to enable USA/Canada mode. (More details to come)
| ENetworkMode dl::TNetworkSettings::mode |
The networking mode. Changing this value requires a reboot of the camera.
| char dl::TNetworkSettings::passphrase[64] |
String containing the passphrase of the camera's network settings.
| unsigned int dl::TNetworkSettings::passphraseLength |
Length of the passphrase string.
| char dl::TNetworkSettings::ssid[32] |
String containing the SSID of the camera's network settings.
| unsigned int dl::TNetworkSettings::ssidLength |
Length of the SSID string.