Device network information structure.
More...
#include <ximc.h>
|
|
uint32_t | ipv4 |
| | IPv4 address, passed in network byte order (big-endian byte order)
|
|
char | nodename [16] |
| | name of the Bindy node which hosts the device
|
|
uint32_t | axis_state |
| | flags representing device state
|
|
char | locker_username [16] |
| | name of the user who locked the device (if any)
|
|
char | locker_nodename [16] |
| | Bindy node name, which was used to lock the device (if any)
|
|
time_t | locked_time |
| | time the lock was acquired at (UTC, microseconds since the epoch)
|
Device network information structure.