Hitachi

JP1 Version 12 JP1/Base Function Reference


List of functions

JP1/Base provides a JP1 event issuing function and the JP1/event acquisition functions described below. The following two tables list and explain these functions. For details about the event attributes of the JP1 events used by the JP1 event issuing function and the JP1 event acquisition functions, see Appendix A. Criteria for Setting JP1 Event Attributes.

Table 3‒1: JP1 event issuing function

Function name

Explanation

JevRegistEvent

Issues a JP1 event to the event server of JP1/Base.

Table 3‒2: JP1 event acquisition functions

Function name

Explanation

JevGetOpen

Connects the program to the event server of JP1/Base so that the program can acquire JP1 events.

JevGetEvent

Acquires a JP1 event.

JevGetSequenceNumber

Acquires a basic attribute of the JP1 event (the serial number of the JP1 event in the event database).

JevGetBaseID

Acquires a basic attribute of the JP1 event (the base part of the event ID).

JevGetExtID

Acquires a basic attribute of the JP1 event (the extended part of the event ID).

JevGetRegistFactor

Acquires a basic attribute of the JP1 event (registered reason).

JevGetProcessID

Acquires a basic attribute of the JP1 event (source process ID).

JevGetRegistTime

Acquires a basic attribute of the JP1 event (registered time).

JevGetArrivedTime

Acquires a basic attribute of the JP1 event (arrived time).

JevGetRegistUserID

Acquires a basic attribute of the JP1 event (source user ID).

JevGetRegistGroupID

Acquires a basic attribute of the JP1 event (source group ID).

JevGetRegistUserName

Acquires a basic attribute of the JP1 event (source user name).

JevGetRegistGroupName

Acquires a basic attribute of the JP1 event (source group name).

JevGetSourceServer

Acquires a basic attribute of the JP1 event (source event server name).

JevGetDestinationServer

Acquires a basic attribute of the JP1 event (destination event server name).

JevGetSourceAddress

Acquires a basic attribute of the JP1 event (source IP address).

JevGetDestinationAddress

Acquires a basic attribute of the JP1 event (destination IP address).

JevGetSourceSequenceNumber

Acquires a basic attribute of the JP1 event (source serial number).

JevGetCodeSet

Acquires a basic attribute of the JP1 event (code set).

JevGetMessage

Acquires a basic attribute of the JP1 event (message).

JevGetDetailInformation

Acquires a basic attribute of the JP1 event (detailed information).

JevGetExtAttrDirect

Acquires an extended attribute of the JP1 event.

JevGetFirstExtAttr

Acquires the first extended attribute of the JP1 event.

JevGetNextExtAttr

Acquires the next extended attribute of the JP1 event.

JevFreeEvent

Deallocates the memory for an acquired JP1 event.

JevGetClose

Disconnects the program from the event server.

The following sections describe the above functions in alphabetical order.