GeocacheRequestAuthentication Method
Requests the authentication token from the geocache.
Namespace: SmallEarthTech.AntPlus.DeviceProfilesAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.3+54994fa34e781af8d41d8f78e72210c9fe046b39
public Task<MessagingReturnCode> RequestAuthentication(
uint gpsSerialNumber
)
Public Function RequestAuthentication (
gpsSerialNumber As UInteger
) As Task(Of MessagingReturnCode)
public:
Task<MessagingReturnCode>^ RequestAuthentication(
unsigned int gpsSerialNumber
)
member RequestAuthentication :
gpsSerialNumber : uint32 -> Task<MessagingReturnCode>
- gpsSerialNumber UInt32
- The GPS serial number.
TaskMessagingReturnCodeStatus of the request.