Click or drag to resize

CvmDevice Constructor (Uri, String)

Constructor

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 CvmDevice(
	Uri uri,
	string thisIP
)

Parameters

uri
Type: SystemUri
Device URI in, e.g. http://192.168.1.100:11311
thisIP
Type: SystemString
IP address of this machine endpoint, used to communicate with device, e.g. "192.168.1.100"
See Also