CameraNetworkHost Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic CameraNetworkHost(
string dnsName,
string ipAddress,
CameraNetworkHostType type
)
Public Sub New (
dnsName As String,
ipAddress As String,
type As CameraNetworkHostType
)
public:
CameraNetworkHost(
String^ dnsName,
String^ ipAddress,
CameraNetworkHostType type
)
new :
dnsName : string *
ipAddress : string *
type : CameraNetworkHostType -> CameraNetworkHost
Parameters
- dnsName String
-
- ipAddress String
-
- type CameraNetworkHostType
-
See Also