'Declaration Public Function FindByName( _
ByVal deviceNameName of the device to find.As String _
) As EsclDevice
public EsclDevice FindByName(
string deviceName
)
public: EsclDevice* FindByName(
string* deviceName
)
public:
EsclDevice^ FindByName(
string^ deviceName
)
Parameters
- deviceName
- Name of the device to find.
Return Value
EsclDevice if device is found; otherwise, null.