Kaspersky Industrial CyberSecurity for Networks API Developer's Guide
Contents
Contents
TagDescriptor
Tag descriptor for the ConfigurationProvider
service.
Defined in
This message is defined in the configuration_provider.proto
file.
Syntax
message TagDescriptor
{
uint64 tagId = 1;
string tagName = 2;
string tagDescription = 3;
string tagType = 4;
string measurementUnits = 5;
}
Fields
The TagDescriptor
message has the following fields.
TagDescriptor message fields
Type |
Name |
Tag |
Description |
---|---|---|---|
|
|
|
Tag identifier. |
|
|
|
Tag name. |
|
|
|
Tag description. |
|
|
|
Tag type. |
|
|
|
Measurement units for tag value. |