Click or drag to resize
LegacyTelogisServiceUpdateInput Method
Print this page
Updates the input of a given device in a given unit.

Namespace: Telogis.API
 
Syntax
public void UpdateInput(
	long unitId,
	long deviceId,
	Input input
)

Parameters

unitId
Type: SystemInt64
ID of the Unit
deviceId
Type: SystemInt64
ID of the Device in the unit
input
Type: Telogis.APIInput
Input object to update
Remarks
Use the ListInputs(Int64, Int64) method to obtain input objects, modify the objects as desired and then pass the objects to this method (or UpdateInputs(Int64, Int64, Input) to modify the Verizon Connect Fleet record of these inputs.
See Also