// Code generated by protoc-gen-go. DO NOT EDIT. // source: device.proto // package声明符,用来防止不同的消息类型有命名冲突 package v1 import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package // 通过设备唯一编码获取设备基础信息 type DeviceInfoRequest struct { Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"` // 设备编码 DeviceCode int32 `protobuf:"varint,2,opt,name=device_code,json=deviceCode,proto3" json:"device_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceInfoRequest) Reset() { *m = DeviceInfoRequest{} } func (m *DeviceInfoRequest) String() string { return proto.CompactTextString(m) } func (*DeviceInfoRequest) ProtoMessage() {} func (*DeviceInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{0} } func (m *DeviceInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceInfoRequest.Unmarshal(m, b) } func (m *DeviceInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceInfoRequest.Marshal(b, m, deterministic) } func (m *DeviceInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceInfoRequest.Merge(m, src) } func (m *DeviceInfoRequest) XXX_Size() int { return xxx_messageInfo_DeviceInfoRequest.Size(m) } func (m *DeviceInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceInfoRequest proto.InternalMessageInfo func (m *DeviceInfoRequest) GetSn() string { if m != nil { return m.Sn } return "" } func (m *DeviceInfoRequest) GetDeviceCode() int32 { if m != nil { return m.DeviceCode } return 0 } type DeviceInfoReply struct { // 项目编号 ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` // 设备名 Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` // 设备唯一编码 Sn string `protobuf:"bytes,3,opt,name=sn,proto3" json:"sn"` // 设备编码 DeviceCode int32 `protobuf:"varint,4,opt,name=device_code,json=deviceCode,proto3" json:"device_code"` // 设备秘钥 Key string `protobuf:"bytes,5,opt,name=key,proto3" json:"key"` Id int64 `protobuf:"varint,6,opt,name=id,proto3" json:"id"` ProjectCode string `protobuf:"bytes,7,opt,name=project_code,json=projectCode,proto3" json:"project_code"` DeviceGuid string `protobuf:"bytes,8,opt,name=device_guid,json=deviceGuid,proto3" json:"device_guid"` ProjectName string `protobuf:"bytes,9,opt,name=project_name,json=projectName,proto3" json:"project_name"` ProjectAreaCode string `protobuf:"bytes,10,opt,name=project_area_code,json=projectAreaCode,proto3" json:"project_area_code"` BindChannel string `protobuf:"bytes,11,opt,name=bind_channel,json=bindChannel,proto3" json:"bind_channel"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceInfoReply) Reset() { *m = DeviceInfoReply{} } func (m *DeviceInfoReply) String() string { return proto.CompactTextString(m) } func (*DeviceInfoReply) ProtoMessage() {} func (*DeviceInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{1} } func (m *DeviceInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceInfoReply.Unmarshal(m, b) } func (m *DeviceInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceInfoReply.Marshal(b, m, deterministic) } func (m *DeviceInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceInfoReply.Merge(m, src) } func (m *DeviceInfoReply) XXX_Size() int { return xxx_messageInfo_DeviceInfoReply.Size(m) } func (m *DeviceInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceInfoReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceInfoReply proto.InternalMessageInfo func (m *DeviceInfoReply) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *DeviceInfoReply) GetName() string { if m != nil { return m.Name } return "" } func (m *DeviceInfoReply) GetSn() string { if m != nil { return m.Sn } return "" } func (m *DeviceInfoReply) GetDeviceCode() int32 { if m != nil { return m.DeviceCode } return 0 } func (m *DeviceInfoReply) GetKey() string { if m != nil { return m.Key } return "" } func (m *DeviceInfoReply) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *DeviceInfoReply) GetProjectCode() string { if m != nil { return m.ProjectCode } return "" } func (m *DeviceInfoReply) GetDeviceGuid() string { if m != nil { return m.DeviceGuid } return "" } func (m *DeviceInfoReply) GetProjectName() string { if m != nil { return m.ProjectName } return "" } func (m *DeviceInfoReply) GetProjectAreaCode() string { if m != nil { return m.ProjectAreaCode } return "" } func (m *DeviceInfoReply) GetBindChannel() string { if m != nil { return m.BindChannel } return "" } // 更新设备状态 type DeviceStatusUpdateRequest struct { Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"` // 设备编码 DeviceCode int32 `protobuf:"varint,3,opt,name=device_code,json=deviceCode,proto3" json:"device_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceStatusUpdateRequest) Reset() { *m = DeviceStatusUpdateRequest{} } func (m *DeviceStatusUpdateRequest) String() string { return proto.CompactTextString(m) } func (*DeviceStatusUpdateRequest) ProtoMessage() {} func (*DeviceStatusUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{2} } func (m *DeviceStatusUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceStatusUpdateRequest.Unmarshal(m, b) } func (m *DeviceStatusUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceStatusUpdateRequest.Marshal(b, m, deterministic) } func (m *DeviceStatusUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceStatusUpdateRequest.Merge(m, src) } func (m *DeviceStatusUpdateRequest) XXX_Size() int { return xxx_messageInfo_DeviceStatusUpdateRequest.Size(m) } func (m *DeviceStatusUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceStatusUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceStatusUpdateRequest proto.InternalMessageInfo func (m *DeviceStatusUpdateRequest) GetSn() string { if m != nil { return m.Sn } return "" } func (m *DeviceStatusUpdateRequest) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *DeviceStatusUpdateRequest) GetDeviceCode() int32 { if m != nil { return m.DeviceCode } return 0 } type DeviceStatusUpdateReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceStatusUpdateReply) Reset() { *m = DeviceStatusUpdateReply{} } func (m *DeviceStatusUpdateReply) String() string { return proto.CompactTextString(m) } func (*DeviceStatusUpdateReply) ProtoMessage() {} func (*DeviceStatusUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{3} } func (m *DeviceStatusUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceStatusUpdateReply.Unmarshal(m, b) } func (m *DeviceStatusUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceStatusUpdateReply.Marshal(b, m, deterministic) } func (m *DeviceStatusUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceStatusUpdateReply.Merge(m, src) } func (m *DeviceStatusUpdateReply) XXX_Size() int { return xxx_messageInfo_DeviceStatusUpdateReply.Size(m) } func (m *DeviceStatusUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceStatusUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceStatusUpdateReply proto.InternalMessageInfo // 设置设备参数 type DeviceParamSetRequest struct { Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"` Param string `protobuf:"bytes,2,opt,name=param,proto3" json:"param"` // 设备编码 DeviceCode int32 `protobuf:"varint,3,opt,name=device_code,json=deviceCode,proto3" json:"device_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceParamSetRequest) Reset() { *m = DeviceParamSetRequest{} } func (m *DeviceParamSetRequest) String() string { return proto.CompactTextString(m) } func (*DeviceParamSetRequest) ProtoMessage() {} func (*DeviceParamSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{4} } func (m *DeviceParamSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceParamSetRequest.Unmarshal(m, b) } func (m *DeviceParamSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceParamSetRequest.Marshal(b, m, deterministic) } func (m *DeviceParamSetRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceParamSetRequest.Merge(m, src) } func (m *DeviceParamSetRequest) XXX_Size() int { return xxx_messageInfo_DeviceParamSetRequest.Size(m) } func (m *DeviceParamSetRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceParamSetRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceParamSetRequest proto.InternalMessageInfo func (m *DeviceParamSetRequest) GetSn() string { if m != nil { return m.Sn } return "" } func (m *DeviceParamSetRequest) GetParam() string { if m != nil { return m.Param } return "" } func (m *DeviceParamSetRequest) GetDeviceCode() int32 { if m != nil { return m.DeviceCode } return 0 } type DeviceParamSetReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceParamSetReply) Reset() { *m = DeviceParamSetReply{} } func (m *DeviceParamSetReply) String() string { return proto.CompactTextString(m) } func (*DeviceParamSetReply) ProtoMessage() {} func (*DeviceParamSetReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{5} } func (m *DeviceParamSetReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceParamSetReply.Unmarshal(m, b) } func (m *DeviceParamSetReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceParamSetReply.Marshal(b, m, deterministic) } func (m *DeviceParamSetReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceParamSetReply.Merge(m, src) } func (m *DeviceParamSetReply) XXX_Size() int { return xxx_messageInfo_DeviceParamSetReply.Size(m) } func (m *DeviceParamSetReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceParamSetReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceParamSetReply proto.InternalMessageInfo func init() { proto.RegisterType((*DeviceInfoRequest)(nil), "v1.DeviceInfoRequest") proto.RegisterType((*DeviceInfoReply)(nil), "v1.DeviceInfoReply") proto.RegisterType((*DeviceStatusUpdateRequest)(nil), "v1.DeviceStatusUpdateRequest") proto.RegisterType((*DeviceStatusUpdateReply)(nil), "v1.DeviceStatusUpdateReply") proto.RegisterType((*DeviceParamSetRequest)(nil), "v1.DeviceParamSetRequest") proto.RegisterType((*DeviceParamSetReply)(nil), "v1.DeviceParamSetReply") } func init() { proto.RegisterFile("device.proto", fileDescriptor_870276a56ac00da5) } var fileDescriptor_870276a56ac00da5 = []byte{ // 363 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xdd, 0x4e, 0xc2, 0x30, 0x18, 0x86, 0xc3, 0x06, 0xe8, 0x3e, 0x88, 0x48, 0x15, 0x1d, 0x89, 0x3f, 0xb0, 0x23, 0x62, 0x82, 0x84, 0x78, 0x05, 0x0a, 0x89, 0xe1, 0xc4, 0x98, 0x11, 0x4f, 0x3c, 0x90, 0x94, 0xb5, 0xea, 0x74, 0xb4, 0x75, 0xed, 0x48, 0x76, 0x91, 0xde, 0x93, 0x59, 0x5b, 0xa2, 0xa0, 0xc4, 0xb3, 0xf5, 0xed, 0xdb, 0xe7, 0x69, 0xfa, 0x0d, 0xea, 0x84, 0x2e, 0xe3, 0x88, 0x5e, 0x8a, 0x94, 0x2b, 0x8e, 0x9c, 0xe5, 0x30, 0x18, 0x43, 0x73, 0xac, 0xb3, 0x09, 0x7b, 0xe6, 0x21, 0xfd, 0xc8, 0xa8, 0x54, 0x68, 0x0f, 0x1c, 0xc9, 0xfc, 0x52, 0xa7, 0xd4, 0xf3, 0x42, 0x47, 0x32, 0x74, 0x0e, 0x35, 0x73, 0x70, 0x16, 0x71, 0x42, 0x7d, 0xa7, 0x53, 0xea, 0x55, 0x42, 0x30, 0xd1, 0x88, 0x13, 0x1a, 0x7c, 0x3a, 0xd0, 0xf8, 0x89, 0x11, 0x49, 0x8e, 0x4e, 0x01, 0x44, 0xca, 0xdf, 0x68, 0xa4, 0x66, 0x31, 0xd1, 0x30, 0x37, 0xf4, 0x6c, 0x32, 0x21, 0x08, 0x41, 0x99, 0xe1, 0x85, 0x81, 0x79, 0xa1, 0xfe, 0xb6, 0x5e, 0x77, 0x9b, 0xb7, 0xbc, 0xe9, 0x45, 0xfb, 0xe0, 0xbe, 0xd3, 0xdc, 0xaf, 0xe8, 0x13, 0xc5, 0x67, 0x81, 0x88, 0x89, 0x5f, 0xd5, 0x36, 0x27, 0x26, 0xa8, 0x0b, 0xf5, 0xd5, 0x2d, 0x34, 0x63, 0x47, 0x57, 0x6b, 0x36, 0xd3, 0x90, 0x6f, 0xcb, 0x4b, 0x16, 0x13, 0x7f, 0x57, 0x37, 0xac, 0xe5, 0x36, 0x5b, 0x67, 0xe8, 0x2b, 0x7b, 0x6b, 0x8c, 0xbb, 0xe2, 0xe6, 0x17, 0xd0, 0x5c, 0x55, 0x70, 0x4a, 0xb1, 0x71, 0x81, 0xee, 0x35, 0xec, 0xc6, 0x75, 0x4a, 0xb1, 0xf6, 0x75, 0xa1, 0x3e, 0x8f, 0x19, 0x99, 0x45, 0xaf, 0x98, 0x31, 0x9a, 0xf8, 0x35, 0x83, 0x2b, 0xb2, 0x91, 0x89, 0x02, 0x02, 0x6d, 0xf3, 0x9c, 0x53, 0x85, 0x55, 0x26, 0x1f, 0x04, 0xc1, 0x8a, 0x6e, 0x9b, 0xce, 0x11, 0x54, 0xa5, 0xae, 0xd9, 0xc1, 0xd8, 0xd5, 0xe6, 0xeb, 0xb9, 0xbf, 0xa6, 0xd6, 0x86, 0xe3, 0xbf, 0x2c, 0x22, 0xc9, 0x83, 0x27, 0x68, 0x99, 0xad, 0x7b, 0x9c, 0xe2, 0xc5, 0x94, 0xaa, 0x6d, 0xf2, 0x43, 0xa8, 0x88, 0xa2, 0x62, 0xe7, 0x68, 0x16, 0xff, 0xab, 0x5b, 0x70, 0xb0, 0xc9, 0x17, 0x49, 0x7e, 0x73, 0xf6, 0x78, 0x82, 0xa3, 0x88, 0x4a, 0xd9, 0x8f, 0x38, 0x53, 0x29, 0x4f, 0xfa, 0x0b, 0xce, 0x62, 0xc5, 0xd3, 0x81, 0x98, 0x0f, 0x96, 0xc3, 0x79, 0x55, 0xff, 0xb8, 0x57, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xc7, 0xf6, 0xef, 0x6b, 0xc8, 0x02, 0x00, 0x00, }