IDeviceManagerGetDeviceById Method |  |
Retrieves device handle by ID.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxDevice GetDeviceById(
Guid id
)
Parameters
- id Guid
- Device id.
Return Value
Device
Device handle if entity with specified id exists in the configuration and permitted to caller.
Otherwise null-handle (
IsNull) is returned.
See Also