GeocacheProgramGeocache Method
Programs the geocache.
Namespace: SmallEarthTech.AntPlus.DeviceProfilesAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 5.0.1.0+f38da73fd23cf61ffb5cc5e01f10a544cf32a50c
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.