- single_message(+PrologType:atom, ?Tag, ?Payload)// is det[private]
- Processes a single messages (e.g., one item in the list in
protobuf([...])
. The PrologType, Tag, Payload are from Field =.. [PrologType, Tag, Payload] in the caller
protobuf([...])
.
The PrologType, Tag, Payload are from Field =.. [PrologType, Tag, Payload]
in the caller