Miscellaneous¶
configActiveProfileSet()¶
configActiveProfileGet()¶
configNoProfilesGet()¶
deviceGetServiceStatus()¶
deviceGetServiceStatusText()¶
dllversion()¶
- canlib.kvrlib.dllversion()[source]¶
Get the kvrlib version number as a
VersionNumber
generate_wep_keys()¶
- canlib.kvrlib.generate_wep_keys(pass_phrase)[source]¶
Generates four 64-bit and one 128-bit WEP keys
- Parameters
pass_phrase (
str) – The pass phrase to use to generate the keys.
Returns a
(key64, key128)(WEPKeys) namedtuple, wherekey64is a list of fourbytesobject with the four 64-bit WEP keys, and where`key128is abytesobject with the single 128-bit WEP key.
generate_wpa_keys()¶
hostname()¶
- canlib.kvrlib.hostname(ean, serial)[source]¶
Generate a hostname from ean and serial number
- Parameters
ean (
canlib.EAN) – European Article Numberserial (
int) – Serial number