CreateFieldDevice

From
(Difference between revisions)
Jump to: navigation, search
 
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 on EService.
  
 
== 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]]

Revision as of 04:23, 9 June 2005

Contents

Method

CreateFieldDeviceResult createFieldDevice(UserIDBean userID, FieldDeviceBean fieldDevice)

Description

Creates a new field device on EService.

Parameters

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

Return Value

CreateFieldDeviceResult

MediaWiki Appliance - Powered by TurnKey Linux