ICryptoLoadCryptoKeyFromNVM Method
Loads the crypto key from NVM.
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
bool LoadCryptoKeyFromNVM(
byte nonVolatileKeyIndex,
byte volatileKeyIndex,
uint responseWaitTime = 0
)
Function LoadCryptoKeyFromNVM (
nonVolatileKeyIndex As Byte,
volatileKeyIndex As Byte,
Optional responseWaitTime As UInteger = 0
) As Boolean
bool LoadCryptoKeyFromNVM(
unsigned char nonVolatileKeyIndex,
unsigned char volatileKeyIndex,
unsigned int responseWaitTime = 0
)
abstract LoadCryptoKeyFromNVM :
nonVolatileKeyIndex : byte *
volatileKeyIndex : byte *
?responseWaitTime : uint32
(* Defaults:
let _responseWaitTime = defaultArg responseWaitTime 0
*)
-> bool
- nonVolatileKeyIndex Byte
- Index of the non volatile key.
- volatileKeyIndex Byte
- Index of the volatile key.
- responseWaitTime UInt32 (Optional)
- The response wait time in milliseconds. The default is 0ms.
Boolean
true if successful