Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Information for a single tag. More...
Public Attributes | |
int | rackUnitNumber |
The rack unit index this tag is connected to, range 0..rackUnitCount-1. More... | |
int | slotNumber |
Blade slot this tag is connected to, 0 is the main strip, >0 for blades. More... | |
string | familyDesc |
Tag family description, indicating different tag hardware. More... | |
string | rawId |
The asset tag ID (6 byte hexadecimal string 'AABBCCDDEEFF') More... | |
boolean | programmable |
Is the asset tag ID programmable? More... | |
Information for a single tag.
Definition at line 90 of file AssetStrip.idl.
string assetmgrmodel::AssetStrip::TagInfo::familyDesc |
Tag family description, indicating different tag hardware.
Definition at line 93 of file AssetStrip.idl.
boolean assetmgrmodel::AssetStrip::TagInfo::programmable |
Is the asset tag ID programmable?
Definition at line 95 of file AssetStrip.idl.
int assetmgrmodel::AssetStrip::TagInfo::rackUnitNumber |
The rack unit index this tag is connected to, range 0..rackUnitCount-1.
Definition at line 91 of file AssetStrip.idl.
string assetmgrmodel::AssetStrip::TagInfo::rawId |
The asset tag ID (6 byte hexadecimal string 'AABBCCDDEEFF')
Definition at line 94 of file AssetStrip.idl.
int assetmgrmodel::AssetStrip::TagInfo::slotNumber |
Blade slot this tag is connected to, 0 is the main strip, >0 for blades.
Definition at line 92 of file AssetStrip.idl.