| OnvifResponseWrapperCreateResponse Method  | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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