GeocacheProgramGeocache Method

Programs the geocache.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public Task<MessagingReturnCode> ProgramGeocache(
	string id,
	uint? pin,
	double? latitude,
	double? longitude,
	string hint
)

Parameters

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.

Return Value

TaskMessagingReturnCode
Status of the request.

See Also