AntRadioSetCryptoID Method

Sets the crypto identifier.

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.0.0+cc723bbc839284dd252a32d6183c5ccac205e2f1
C#
public bool SetCryptoID(
	byte[] encryptionID,
	uint responseWaitTime = 0
)

Parameters

encryptionID  Byte
The encryption identifier.
responseWaitTime  UInt32  (Optional)
The response wait time in milliseconds. The default is 0ms.

Return Value

Boolean
true if successful

Implements

ICryptoSetCryptoID(Byte, UInt32)

See Also