|
Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
Public Attributes | |
| int64_t | timestamp_sec |
| Interface Unix timestamp, seconds. | |
| int64_t | timestamp_usec |
| Interface Unix timestamp, micro-seconds. | |
| uint32_t | index |
| Index of the identity. | |
| char | name [64] |
| Name of the identity. | |
Internal data storage, do NOT modify!
Index of the identity.
Definition at line 211 of file FacerInterface.h.
Referenced by fawkes::FacerInterface::SetNameMessage::SetNameMessage().
Name of the identity.
Definition at line 212 of file FacerInterface.h.
Referenced by fawkes::FacerInterface::SetNameMessage::SetNameMessage().
Interface Unix timestamp, seconds.
Definition at line 209 of file FacerInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 210 of file FacerInterface.h.