GeocacheProgramGeocache Method
Programs the geocache.
Namespace: SmallEarthTech.AntPlus.DeviceProfilesAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 5.1.2+f020e0f7d6c6baea4fbd8d2cd07f19d43a2df455
public Task<MessagingReturnCode> ProgramGeocache(
string id,
uint pin,
double? latitude,
double? longitude,
string? hint
)
Public Function ProgramGeocache (
id As String,
pin As UInteger,
latitude As Double?,
longitude As Double?,
hint As String
) As Task(Of MessagingReturnCode)
public:
Task<MessagingReturnCode>^ ProgramGeocache(
String^ id,
unsigned int pin,
Nullable<double> latitude,
Nullable<double> longitude,
String^ hint
)
member ProgramGeocache :
id : string *
pin : uint32 *
latitude : Nullable<float> *
longitude : Nullable<float> *
hint : string -> Task<MessagingReturnCode>
- id String
- The trackable ID. Must be less than or equal to 9 characters.
- pin UInt32
- The programming PIN.
- latitude NullableDouble
- The latitude in decimal degrees.
- longitude NullableDouble
- The longitude in decimal degrees.
- hint String
- The next stage hint or message.
TaskMessagingReturnCodeStatus of the request.