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

  • _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.

See Also

Reference

RFIDServerTable Table