UpdateFieldDevice
From
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[UpdateFieldDeviceResult]] updateFieldDevice([[UserIDBean]] userID, [[FieldDeviceBean]] fieldDevice) | |
== Description == | == Description == | ||
− | + | Updates an existing field device record on EService with new data. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[FieldDeviceBean]] |
− | | | + | |fieldDevice |
− | | | + | |The new details to replace the existing record information on EService. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[UpdateFieldDeviceResult]] |
Revision as of 23:51, 9 June 2005
Contents |
Method
UpdateFieldDeviceResult updateFieldDevice(UserIDBean userID, FieldDeviceBean fieldDevice)
Description
Updates an existing field device record on EService with new data.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
FieldDeviceBean | fieldDevice | The new details to replace the existing record information on EService. |