IAnt RadioRead User Nvm Method
Reads the user NVM.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
AntResponse
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
AntResponse ReadUserNvm(
ushort address,
byte size,
uint responseWaitTime = 500
)VB
Function ReadUserNvm (
address As UShort,
size As Byte,
Optional responseWaitTime As UInteger = 500
) As AntResponseC++
AntResponse^ ReadUserNvm(
unsigned short address,
unsigned char size,
unsigned int responseWaitTime = 500
)F#
abstract ReadUserNvm :
address : uint16 *
size : byte *
?responseWaitTime : uint32
(* Defaults:
let _responseWaitTime = defaultArg responseWaitTime 500
*)
-> AntResponse Parameters
- address UInt16
- The address.
- size Byte
- The size.
- responseWaitTime UInt32 (Optional)
- The response wait time in milliseconds. The default is 500ms.
Return Value
AntResponseAntResponse