CreateFieldDevice (for Timecard)
From
(Difference between revisions)
m |
(→Method) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
== Method == | == Method == | ||
− | [[CreateFieldDeviceResult]] createFieldDevice([[UserIDBean]] userID, [[ | + | [[CreateFieldDeviceResult]] createFieldDevice([[UserIDBean]] userID, [[LoginStatefulFieldDeviceBean]] fieldDevice) |
== Description == | == Description == | ||
Line 15: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[LoginStatefulFieldDeviceBean]] |
|fieldDevice | |fieldDevice | ||
|The details of the new field device to create. | |The details of the new field device to create. |
Latest revision as of 00:01, 7 June 2006
Contents |
[edit] Method
CreateFieldDeviceResult createFieldDevice(UserIDBean userID, LoginStatefulFieldDeviceBean fieldDevice)
[edit] Description
Creates a new field device.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
LoginStatefulFieldDeviceBean | fieldDevice | The details of the new field device to create. |