GetFieldDevicePKForName
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetFieldDevicePKForNameResult]] getFieldDevicePKForName([[UserIDBean]] userID, String fieldDeviceName) | |
== Description == | == Description == | ||
− | + | Gets the primary key for a field device with the given name. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | | | + | |String |
− | | | + | |fieldDeviceName |
− | | | + | |The name of the device to search for. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetFieldDevicePKForNameResult ]] |
Latest revision as of 01:17, 10 June 2005
Contents |
[edit] Method
GetFieldDevicePKForNameResult getFieldDevicePKForName(UserIDBean userID, String fieldDeviceName)
[edit] Description
Gets the primary key for a field device with the given name.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | fieldDeviceName | The name of the device to search for. |