Protocol configuration descriptor.
Defined in
This message is defined in the configuration_provider.proto file.
Syntax
message ProtocolConfiguration
{
uint64 hashId = 1;
string protocolType = 2;
string protocolName = 3;
repeated TransportAddress transportAddresses = 4;
DeviceAddress deviceAddress = 5;
}
Fields
The ProtocolConfiguration message has the following fields.
ProtocolConfiguration message fields
Rule Field |
Type |
Name |
Tag |
Description |
|---|---|---|---|---|
|
|
|
|
Hash identifier of the protocol. |
|
|
|
|
Protocol type. |
|
|
|
|
Protocol name. |
|
|
|
Transport address of the protocol. |
|
|
|
|
Device-specific address of the protocol. |