Will check the device ID (LUName) and return the valid sessionKey it is active in any session. No HostConnection object is required to call this method, as it is a static method of the HostConnection class.
String HostConnection.CheckSessionDeviceID(String deviceID); |
Arguments
HostConnection
Required. | HostConnection class Reference (this is a static method, no HostConnection object need be created prior to calling this method |
deviceID
Required. | The Device ID or LUName to search for |
Remarks
Returns a valid sessionKey for an active session that is connected with the provided deviceID/LUName.
Returns null if the deviceID is not in any active session.