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
)
Public Sub UpdateInputs (
unitId As Long,
deviceId As Long,
inputs As Input()
)
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 See Also