AntRadioReadUserNvm Method

Reads the user NVM.

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public AntResponse ReadUserNvm(
	ushort address,
	byte size,
	uint responseWaitTime = 500
)

Parameters

address  UInt16
The address.
size  Byte
The size.
responseWaitTime  UInt32  (Optional)
The response wait time in milliseconds. The default is 500ms.

Return Value

AntResponse
AntResponse

Implements

IAntRadioReadUserNvm(UInt16, Byte, UInt32)

See Also