UpdateFieldDevice

From
(Difference between revisions)
Jump to: navigation, search
m
 
(Requires LoginStatefulFieldDeviceBean parameter (rather than FieldDeviceBean))
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[UpdateFieldDeviceResult]] updateFieldDevice([[UserIDBean]] userID, [[FieldDeviceBean]] fieldDevice)
  
 
== Description ==
 
== Description ==
Description
+
Updates an existing field device record with new data.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[LoginStatefulFieldDeviceBean]]
|Name
+
|fieldDevice
|Description.
+
|The new details to replace the existing record information.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[UpdateFieldDeviceResult]]

Latest revision as of 22:34, 26 June 2013

Contents

[edit] Method

UpdateFieldDeviceResult updateFieldDevice(UserIDBean userID, FieldDeviceBean fieldDevice)

[edit] Description

Updates an existing field device record with new data.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.
LoginStatefulFieldDeviceBean fieldDevice The new details to replace the existing record information.

[edit] Return Value

UpdateFieldDeviceResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux