CreateFieldDevice (for Timecard)
From
(Difference between revisions)
(→Parameters) |
(→Method) |
||
Line 1: | Line 1: | ||
== Method == | == Method == | ||
− | [[CreateFieldDeviceResult]] createFieldDevice([[UserIDBean]] userID, [[ | + | [[CreateFieldDeviceResult]] createFieldDevice([[UserIDBean]] userID, [[LoginStatefulFieldDeviceBean]] fieldDevice) |
== Description == | == Description == |
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. |