GetFieldDeviceDetail
From
(Difference between revisions)
(→Description) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetFieldDeviceDetailResult]] getFieldDeviceDetail([[UserIDBean]] userID, String fieldDevicePK) | |
== Description == | == Description == | ||
− | + | Attempts to get the details of a single field device. | |
+ | |||
+ | Currently it is not functioning properly in all circumstances as it will throw an Exception if you are trying to retrieve details of field devices that you have created through the Timecard website. | ||
== Parameters == | == Parameters == | ||
Line 16: | Line 17: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | | | + | |String |
− | | | + | |fieldDevicePK |
− | | | + | |The primary key of the field device to retrieve information about. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetFieldDeviceDetailResult]] |
Latest revision as of 23:58, 6 June 2006
Contents |
[edit] Method
GetFieldDeviceDetailResult getFieldDeviceDetail(UserIDBean userID, String fieldDevicePK)
[edit] Description
Attempts to get the details of a single field device.
Currently it is not functioning properly in all circumstances as it will throw an Exception if you are trying to retrieve details of field devices that you have created through the Timecard website.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | fieldDevicePK | The primary key of the field device to retrieve information about. |