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

Namespace: Telogis.API
 
Syntax
public void UpdateInputs(
	long unitId,
	long deviceId,
	Input[] inputs
)

Parameters

unitId
Type: SystemInt64
ID of the Unit
deviceId
Type: SystemInt64
ID of the Device in the unit
inputs
Type: Telogis.APIInput
Array of 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 UpdateInput(Int64, Int64, Input) to modify the Verizon Connect Fleet record of these inputs.
See Also