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
)
Public Sub UpdateInput (
unitId As Long,
deviceId As Long,
input As 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 See Also