CreateFieldDevice

From
(Difference between revisions)
Jump to: navigation, search
 
m (Made generic for Timecard/EService)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[CreateFieldDeviceResult]] createFieldDevice([[UserIDBean]] userID, [[FieldDeviceBean]] fieldDevice)
  
 
== Description ==
 
== Description ==
Description
+
Creates a new field device.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[FieldDeviceBean]]
|Name
+
|fieldDevice
|Description.
+
|The details of the new field device to create.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[CreateFieldDeviceResult]]

Latest revision as of 21:06, 9 November 2005

Contents

[edit] Method

CreateFieldDeviceResult createFieldDevice(UserIDBean userID, FieldDeviceBean fieldDevice)

[edit] Description

Creates a new field device.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.
FieldDeviceBean fieldDevice The details of the new field device to create.

[edit] Return Value

CreateFieldDeviceResult

MediaWiki Appliance - Powered by TurnKey Linux