ICryptoStore Crypto Key To NVM Method
Stores the crypto key to NVM.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
true if successful
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
bool StoreCryptoKeyToNVM(
byte nonVolatileKeyIndex,
byte[] encryptionKey,
uint responseWaitTime = 0
)VB
Function StoreCryptoKeyToNVM (
nonVolatileKeyIndex As Byte,
encryptionKey As Byte(),
Optional responseWaitTime As UInteger = 0
) As BooleanC++
bool StoreCryptoKeyToNVM(
unsigned char nonVolatileKeyIndex,
array<unsigned char>^ encryptionKey,
unsigned int responseWaitTime = 0
)F#
abstract StoreCryptoKeyToNVM :
nonVolatileKeyIndex : byte *
encryptionKey : byte[] *
?responseWaitTime : uint32
(* Defaults:
let _responseWaitTime = defaultArg responseWaitTime 0
*)
-> bool Parameters
- nonVolatileKeyIndex Byte
- Index of the non volatile key.
- encryptionKey Byte
- The encryption key.
- responseWaitTime UInt32 (Optional)
- The response wait time in milliseconds. The default is 0ms.
Return Value
Booleantrue if successful