CreateFieldDevice
From
(Difference between revisions)
m (Made generic for Timecard/EService) |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[CreateFieldDeviceResult]] createFieldDevice([[UserIDBean]] userID, [[FieldDeviceBean]] fieldDevice) | |
== 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 | ||
− | |[[ | + | |[[FieldDeviceBean]] |
− | | | + | |fieldDevice |
− | | | + | |The details of the new field device to create. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[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. |