|
Foxit PDF SDK
|
Public Member Functions | |
| def | TimeStampServer (other) |
| Constructor, with another time stamp server object. More... | |
| def | GetTimeStampMessage () |
| Get time stamp message. More... | |
| def | IsEmpty () |
| Check whether current object is empty or not. More... | |
| def | SendTimeStampRequest (request) |
| Send time stamp request. More... | |
Static Public Attributes | |
| e_SendResultFailToConnect = _fsdk.TimeStampServer_e_SendResultFailToConnect | |
| Fail to connect during sending request process. | |
| e_SendResultFailToCreateSocket = _fsdk.TimeStampServer_e_SendResultFailToCreateSocket | |
| Fail to create socket during sending request process. | |
| e_SendResultFailToGetData = _fsdk.TimeStampServer_e_SendResultFailToGetData | |
| Fail to get data during sending request process. | |
| e_SendResultFailToReceiveData = _fsdk.TimeStampServer_e_SendResultFailToReceiveData | |
| Fail to receive data during sending request process. | |
| e_SendResultFailToRequest = _fsdk.TimeStampServer_e_SendResultFailToRequest | |
| Fail to request during sending request process. | |
| e_SendResultFailToSendData = _fsdk.TimeStampServer_e_SendResultFailToSendData | |
| Fail to send data during sending request process. | |
| e_SendResultOutOfMemory = _fsdk.TimeStampServer_e_SendResultOutOfMemory | |
| Out of memory during sending request process. | |
| e_SendResultSuccess = _fsdk.TimeStampServer_e_SendResultSuccess | |
| Send request successfully. | |
This class represents time stamp server. It can be used to send time stamp request and then get the message.
| def FoxitPDFSDKPython3.TimeStampServer.TimeStampServer | ( | other | ) |
Constructor, with another time stamp server object.
| [in] | other | Another time stamp server object. |
| def FoxitPDFSDKPython3.TimeStampServer.GetTimeStampMessage | ( | ) |
Get time stamp message.
This function is to get the time stamp message after function FoxitPDFSDKPython3.TimeStampServer.SendTimeStampRequest runs successfully.
| def FoxitPDFSDKPython3.TimeStampServer.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
| def FoxitPDFSDKPython3.TimeStampServer.SendTimeStampRequest | ( | request | ) |
Send time stamp request.
| [in] | request | Time stamp request to be sent. It should not be an empty string. |