GetFieldDevicePKForDeviceIDResult
From
(Difference between revisions)
m (→Success Mode) |
|||
Line 3: | Line 3: | ||
== Success Mode == | == Success Mode == | ||
− | The field fieldDevicePK is populated with the primary key of the device which matchs the device ID passed in. The field may also | + | The field fieldDevicePK is populated with the primary key of the device which matchs the device ID passed in. The field may also be null if no matching device was found. |
== Failure Modes == | == Failure Modes == |
Latest revision as of 20:25, 30 August 2005
[edit] Description
Returns the primary key of the field device found, or the reason the method could not complete..
[edit] Success Mode
The field fieldDevicePK is populated with the primary key of the device which matchs the device ID passed in. The field may also be null if no matching device was found.
[edit] Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |