Click or drag to resize

IServerInformationManager Interface

Interface that describes possible operations with ServerInformationManager such as GetVideoNetworkAdapterInfo, GetSoftwareVersion and GetProductName.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public interface IServerInformationManager

The IServerInformationManager type exposes the following members.

Methods
 NameDescription
Public methodGetProductName Gets "BVMS” if BVMS is freely installed or Product name of DIP/DIVAR if BVMS is installed on DIP/DIVAR
Public methodGetSoftwareVersion Gets a currently running management server version.
Public methodGetVideoNetworkAdapterInfo Get configured management server video network adapter. See NetworkAdapterInfo for more details.
Top
See Also