aciObjectIsAlive
Call the aciObjectIsAlive
function to determine whether the ACI server is accessible.
Syntax
BOOL aciObjectIsAlive ( t_aciObject* pACIOConnection)
Arguments
Arguments | Type/Description |
---|---|
pObject
|
t_aciObject* A pointer to an ACI_CONNECTION type object. |
Discussion
This function checks whether the ACI server is available and accessible. You can only call this function for an ACI_CONNECTION
type ACI object.
Returns
TRUE
if the ACI server is running; otherwise, it returns FALSE
.