Zen API
zDeviceInfo
C
struct zDeviceInfo {
  z32u id;
  zText32 model;
  zDeviceType type;
  zBool isServer;
};
Members
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? 
Description

FireSync device information.

File

zFireSync.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.