Exemplo n.º 1
0
                public void MergeFrom(pb::CodedInputStream input)
                {
        #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
                    input.ReadRawMessage(this);
        #else
                    uint tag;
                    while ((tag = input.ReadTag()) != 0)
                    {
                        switch (tag)
                        {
                        default:
                            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
                            break;

                        case 10: {
                            TechnicalMessageType = input.ReadString();
                            break;
                        }

                        case 16: {
                            Direction = (global::Agrirouter.Request.Payload.Endpoint.CapabilitySpecification.Types.Direction)input.ReadEnum();
                            break;
                        }
                        }
                    }
        #endif
                }
Exemplo n.º 2
0
 public void MergeFrom(Capability other)
 {
     if (other == null)
     {
         return;
     }
     if (other.TechnicalMessageType.Length != 0)
     {
         TechnicalMessageType = other.TechnicalMessageType;
     }
     if (other.Direction != global::Agrirouter.Request.Payload.Endpoint.CapabilitySpecification.Types.Direction.Send)
     {
         Direction = other.Direction;
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
Exemplo n.º 3
0
                void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input)
                {
                    uint tag;

                    while ((tag = input.ReadTag()) != 0)
                    {
                        switch (tag)
                        {
                        default:
                            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
                            break;

                        case 10: {
                            TechnicalMessageType = input.ReadString();
                            break;
                        }

                        case 16: {
                            Direction = (global::Agrirouter.Request.Payload.Endpoint.CapabilitySpecification.Types.Direction)input.ReadEnum();
                            break;
                        }
                        }
                    }
                }
                public void MergeFrom(pb::CodedInputStream input)
                {
                    uint tag;

                    while ((tag = input.ReadTag()) != 0)
                    {
                        switch (tag)
                        {
                        default:
                            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
                            break;

                        case 10: {
                            TechnicalMessageType = input.ReadString();
                            break;
                        }

                        case 16: {
                            Direction = (global::Agrirouter.Request.Payload.Endpoint.CapabilitySpecification.Types.Direction)input.ReadEnum();
                            break;
                        }
                        }
                    }
                }