GeocacheProgramGeocache Method
Programs the geocache.
Namespace: SmallEarthTech.AntPlus.DeviceProfilesAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
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,
Nullable<unsigned int> pin,
Nullable<double> latitude,
Nullable<double> longitude,
String^ hint
)
member ProgramGeocache :
id : string *
pin : Nullable<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 NullableUInt32
- 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.