This is methods your plug-in routine may use during execution to interface with the IPS server. All callback methods share a common first argument which is the same HookInfo pointer passed to your hook routine.
Data Fields | |
PFIPSGETVALUE | GetValue |
Function to get value from IPS. | |
PFIPSSETVALUE | SetValue |
Function to set value in IPS. | |
PFIPSSEND | Send |
Function to send data to client. | |
PFIPSRECV | Recv |
Function to receive data from client (Not implemented). | |
PFIPSLOG | Log |
Function to add messages to the log files. |
|
Function to get value from IPS.
|
|
Function to set value in IPS.
|
|
Function to send data to client.
|
|
Function to receive data from client (Not implemented).
|
|
Function to add messages to the log files.
|