GeocacheProgram Geocache Method
Programs the geocache.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Status of the request.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public Task<MessagingReturnCode> ProgramGeocache(
string id,
uint pin,
double? latitude,
double? longitude,
string? hint
)VB
Public Function ProgramGeocache (
id As String,
pin As UInteger,
latitude As Double?,
longitude As Double?,
hint As String
) As Task(Of MessagingReturnCode)C++
public:
Task<MessagingReturnCode>^ ProgramGeocache(
String^ id,
unsigned int pin,
Nullable<double> latitude,
Nullable<double> longitude,
String^ hint
)F#
member ProgramGeocache :
id : string *
pin : uint32 *
latitude : Nullable<float> *
longitude : Nullable<float> *
hint : string -> Task<MessagingReturnCode> Parameters
- 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.
Return Value
TaskMessagingReturnCodeStatus of the request.