struct zDeviceInfo { z32u id; zText32 model; zDeviceType type; zBool isServer; };
|
Members |
Description |
|
z32u id; |
Device identifier (i.e. serial number). |
|
zText32 model; |
Model identifier string. |
|
zDeviceType type; |
Device type. |
|
zBool isServer; |
Device provides FireSync server interface? |
FireSync device information.
zFireSync.h