ICrypto Interface
This interface defines ANT encryption commands.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public interface ICryptoVB
Public Interface ICryptoC++
public interface class ICryptoF#
type ICrypto = interface endMethods
| CryptoKeyNVMOp | Crypto key NVM operation. |
| LoadCryptoKeyFromNVM | Loads the crypto key from NVM. |
| SetCryptoID | Sets the crypto identifier. |
| SetCryptoInfo | Sets the crypto information. |
| SetCryptoKey | Sets the crypto key. |
| SetCryptoRNGSeed | Sets the crypto RNG seed. |
| SetCryptoUserInfo | Sets the crypto user information. |
| StoreCryptoKeyToNVM | Stores the crypto key to NVM. |