ICrypto Interface
This interface defines ANT encryption commands.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.5+fe94d33487affd796e1d786d5b5eb3d769a3361f
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.5+fe94d33487affd796e1d786d5b5eb3d769a3361f
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. |