Index Index for
Section 3
Index Alphabetical
listing for E
Index Bottom of
page

EvmEventValidate(3)

NAME

EvmEventValidate - Performs a data integrity check on an event.

LIBRARY

EVM Support Library (libevm.so, libevm.a)

SYNOPSIS

#include <evm/evm.h> EvmStatus_t EvmEventValidate( EvmEvent_t event);

OPERANDS

event The event to be validated.

DESCRIPTION

The EvmEventValidate() routine performs a data integrity check on an event. This is intended to validate an event that has just been received over a connection or retrieved from storage. It should not be used on an event that has been modified by the caller. There will be times following an event's creation when it legitimately fails validation.

RETURN VALUES

EvmERROR_NONE The operation was completed without error. EvmERROR_INVALID_ARGUMENT One of the arguments to the function was invalid. EvmERROR_INVALID_VALUE A value in a structure member is invalid. EvmERROR_NO_MEMORY An operation failed because an attempt to acquire heap memory failed.

ERRORS

None

FILES

None

SEE ALSO

Event Management: EVM(5) EVM Events: EvmEvent(5)

Index Index for
Section 3
Index Alphabetical
listing for E
Index Top of
page