OnvifResponseWrapperCreateResponse Method |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic string CreateResponse(
OnvifRequestType requestType,
string request
)
Public Function CreateResponse (
requestType As OnvifRequestType,
request As String
) As String
public:
String^ CreateResponse(
OnvifRequestType requestType,
String^ request
)
member CreateResponse :
requestType : OnvifRequestType *
request : string -> string
Parameters
- requestType
- Type: Ozeki.CameraOnvifRequestType
- request
- Type: SystemString
Return Value
Type:
String
See Also