GeocacheRequestPinPage Method
Requests the PIN page. Do this first before performing any other operations on the geocache.
Namespace: SmallEarthTech.AntPlus.DeviceProfilesAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
public Task<MessagingReturnCode> RequestPinPage(
uint timeout = 16000
)
Public Function RequestPinPage (
Optional timeout As UInteger = 16000
) As Task(Of MessagingReturnCode)
public:
Task<MessagingReturnCode>^ RequestPinPage(
unsigned int timeout = 16000
)
member RequestPinPage :
?timeout : uint32
(* Defaults:
let _timeout = defaultArg timeout 16000
*)
-> Task<MessagingReturnCode>
- timeout UInt32 (Optional)
- Request _timeout in milliseconds. The default is 16000 milliseconds.
TaskMessagingReturnCodeStatus of the request.