IDeviceManagerGetName Method |  |
Retrieves device name.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxstring GetName(
Device device
)
Parameters
- device Device
- Device handle.
Return Value
String
The name of the device if it exists in the configuration and permitted to caller.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if device doesn't exist in the configuration or is not permitted to caller.
|
See Also