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.