| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Information describing a tag change. More...
import <AssetStrip.idl;
| Public Attributes | |
| TagInfo | tag | 
| Tag which was attached or detached. | |
| RackUnitInfo | info | 
| Rack unit the tag was/is connected to. | |
| string | parentBladeTagId | 
| Asset tag ID of the parent blade tag, empty if the tag is not an extension tag. | |
| int | slotPosition | 
| Blade slot position of the tag, 0 if the tag is not an extension tag. | |
Information describing a tag change.
Definition at line 137 of file AssetStrip.idl.
| RackUnitInfo assetmgrmodel::AssetStrip::TagChangeInfo::info | 
Rack unit the tag was/is connected to.
Definition at line 139 of file AssetStrip.idl.
| string assetmgrmodel::AssetStrip::TagChangeInfo::parentBladeTagId | 
Asset tag ID of the parent blade tag, empty if the tag is not an extension tag.
Definition at line 140 of file AssetStrip.idl.
| int assetmgrmodel::AssetStrip::TagChangeInfo::slotPosition | 
Blade slot position of the tag, 0 if the tag is not an extension tag.
Definition at line 142 of file AssetStrip.idl.
| TagInfo assetmgrmodel::AssetStrip::TagChangeInfo::tag | 
Tag which was attached or detached.
Definition at line 138 of file AssetStrip.idl.