Click or drag to resize

IAccessSystemReaderManagerGetReaderById Method

Gets the AccessSystemReader by id.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
AccessSystemReader GetReaderById(
	Guid id
)

Parameters

id  Guid
The identifier of a reader.

Return Value

AccessSystemReader
The reader with the given id.
See Also