CvmDevice Constructor (String, String) |
Constructor
Namespace:
Rubedos.Viper.Net
Assembly:
Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntaxpublic CvmDevice(
string uri,
string thisIP
)
Parameters
- uri
- Type: SystemString
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