Click or drag to resize

CvmDeviceCurrentTopics Property

Gets the current topics./

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public IEnumerable<TopicInfo> CurrentTopics { get; }

Property Value

Type: IEnumerableTopicInfo
The current topics collection.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when not connected
See Also