CameraNetworkHost Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- ipAddress
- Type: SystemString
- type
- Type: Ozeki.CameraCameraNetworkHostType
See Also