GetFieldDeviceDetail
From
(Difference between revisions)
(→Description) |
|||
Line 4: | Line 4: | ||
== Description == | == Description == | ||
Attempts to get the details of a single field device. | Attempts to get the details of a single field device. | ||
+ | Currently it has some back and will throw an Exception if you are trying to retrieve details of field devices that you have created through the Timecard website. | ||
== Parameters == | == Parameters == |
Revision as of 23:55, 6 June 2006
Contents |
Method
GetFieldDeviceDetailResult getFieldDeviceDetail(UserIDBean userID, String fieldDevicePK)
Description
Attempts to get the details of a single field device. Currently it has some back and will throw an Exception if you are trying to retrieve details of field devices that you have created through the Timecard website.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | fieldDevicePK | The primary key of the field device to retrieve information about. |