DeviceRegPort Property

CVB.Net Documentation
Gets the register port interface of this device if present.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public virtual IRegPort RegPort { get; }

Property Value

Type: IRegPort
Object for accessing the interface; null if not available.
See Also

Reference