Foxit PDF SDK
fsdk.Response Class Reference

Public Member Functions

def GetResponse_data ()
 Get response content. More...
 
def Set (type, response_data)
 Set value. More...
 
def SetResponse_data (value)
 Set response content. More...
 

Detailed Description

This class represents a response for a certificate.

Member Function Documentation

◆ GetResponse_data()

fsdk.Response.GetResponse_data ( )

Get response content.

Returns
Response content.

◆ Set()

def fsdk.Response.Set (   type,
  response_data 
)

Set value.

Parameters
[in]typeResponse type. Please refer to values starting from fsdk.ResponseE_TypeNone and this should be one of these values.
[in]response_dataResponse content.
Returns
None.

◆ SetResponse_data()

fsdk.Response.SetResponse_data (   value)

Set response content.

Parameters
[in]valueResponse content.
Returns
None.