RFIDServerTable::findHostName Method
Searches the RFIDServerTable table for a record that matches the parameters.
Syntax
client server public static RFIDServerTable findHostName(
RFIDHostName _hostName,
[DomainName _domain,
boolean _forUpdate])
Run On
Called
Parameters
- _hostName
Type: RFIDHostName Extended Data Type
The host name of the server.
- _domain
Type: DomainName Extended Data Type
The domain where the server is running; optional.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
Return Value
Type: RFIDServerTable Table
An RFIDServerTable server record.