CreateFieldDevice
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[CreateFieldDeviceResult]] createFieldDevice([[UserIDBean]] userID, [[FieldDeviceBean]] fieldDevice) | |
== 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 | ||
− | |[[ | + | |[[FieldDeviceBean]] |
− | | | + | |fieldDevice |
− | | | + | |The details of the new field device to create. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[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. |