PROTOBUF.DECODE
This is a premium feature.
Decodes a Protobuf message
Syntax
=PROTOBUF.DECODE(Message, MessageType, [Target], [ProtobufFile])
Arguments
| Name | Description |
|---|---|
| Message | The message as buffer to decode |
| MessageType | The type of the message |
| Target (optional) | The target where to write the result to |
| ProtobufFile (optional) | The Protobuf file. |
Return
The decoded Protobuf message.
Examples
| Formula | Result | Comment |
|---|---|---|