GeocacheRequestPinPage Method

Requests the PIN page. Do this first before performing any other operations on the geocache.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public Task<MessagingReturnCode> RequestPinPage(
	uint timeout = 16000
)

Parameters

timeout  UInt32  (Optional)
Request _timeout in milliseconds. The default is 16000 milliseconds.

Return Value

TaskMessagingReturnCode
Status of the request.

See Also