AccessLogItem

data class AccessLogItem(timestamp: ULong, accessStatus: AccessStatus, cardID: String, keySetID: String, macAddress: String)

Used to show the logs of when a user tried to transfer credentials included with other details like the transfer credentials status.

Constructors

AccessLogItem
Link copied to clipboard
fun AccessLogItem(timestamp: ULong, accessStatus: AccessStatus, cardID: String, keySetID: String, macAddress: String)

Properties

accessStatus
Link copied to clipboard
@SerializedName(value = "accessStatus")
var accessStatus: AccessStatus

The status of the access to the BluPOINT device

cardID
Link copied to clipboard
@SerializedName(value = "cardID")
var cardID: String

The card ID which accessed the BluPOINT device

keySetID
Link copied to clipboard
@SerializedName(value = "keySetID")
var keySetID: String

The keySetID used to access the BluPOINT device

macAddress
Link copied to clipboard
@SerializedName(value = "macAddress")
var macAddress: String

The MAC address of the BluPOINT device

timestamp
Link copied to clipboard
@SerializedName(value = "timestamp")
var timestamp: ULong

The time at which the some tried to access the BluPOINT device