GetFieldDeviceDetail
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetFieldDeviceDetailResult]] getFieldDeviceDetail([[UserIDBean]] userID, String fieldDevicePK) | |
== Description == | == Description == | ||
− | + | Attempts to get the details of a single field device. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|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]] |
Revision as of 04:57, 9 June 2005
Contents |
Method
GetFieldDeviceDetailResult getFieldDeviceDetail(UserIDBean userID, String fieldDevicePK)
Description
Attempts to get the details of a single field device.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | fieldDevicePK | The primary key of the field device to retrieve information about. |