7.25 AuditCollectType definition
7.25.1 Overview
The AuditCollectType provides the interface to access the audit collect. It is not needed by other components of the Vending Machine but may be used by a configuration client (see 6.3.6). A more detailed overview is given in 6.2.6. It is formally defined in Table 84.
7.25.2 ObjectType definition
| Attribute | Value | ||||
| BrowseName | AuditCollectType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of the 0:BaseObjectType | |||||
| 0:HasComponent | Object | 2:Identification | IdentificationType | M | |
| 0:HasComponent | Object | Configuration | BaseConfigurationType | M | |
| 0:HasComponent | Variable | IsCollectingAudit | 0:Boolean | 0:BaseDataVariableType | M |
| 0:HasComponent | Object | Components | BaseComponentsType | O | |
| 0:GeneratesEvent | ObjectType | ConfigurationChangedEventType | |||
| Conformance Units | |||||
|---|---|---|---|---|---|
| UnattendedRetail AuditCollect | |||||
The 2:Identification Object provides Properties describing the identification of the audit collect (see 7.2 for details).
The Configuration Object provides the configuration information of the audit collect (see 7.3 for details).
The mandatory IsCollectingAudit Variable indicates if the audit collect is configured and running and connected to all relevant parts of the system to collect audit information. True indicates that all relevant audit information is collected, false indicated that not. The payment service may supervise this Variable and reject requests if audit is not running.
The optional Components Object is the entry point to information about subcomponents of the audit collect (see 7.4 for details).
The GeneratesEvent Reference to the ConfigurationChangedEventType indicates that an instance may generate Events of that EventType (see 7.29). Such an Event shall be generated when Objects gets added or removed from the Components Object, or when the values of Variables of the Configuration change. Multiple changes may be reported by a single Event.