wlst_pb2

package
v0.0.0-...-aa44f92 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2023 License: GPL-2.0 Imports: 10 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMsgWithCtrl        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMsgWithCtrl          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMsgWithCtrl = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProtocol_3C        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProtocol_3C          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProtocol_3C = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProtocolAls        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProtocolAls          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProtocolAls = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProtocolEsu        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProtocolEsu          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProtocolEsu = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProtocolHead        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProtocolHead          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProtocolHead = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProtocolIelu        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProtocolIelu          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProtocolIelu = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProtocolLdu        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProtocolLdu          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProtocolLdu = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProtocolRtu        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProtocolRtu          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProtocolRtu = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProtocolSlu        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProtocolSlu          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProtocolSlu = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProtocolTml        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProtocolTml          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProtocolTml = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthProtocolTp        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProtocolTp          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProtocolTp = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterDeviceCtrlServer

func RegisterDeviceCtrlServer(s *grpc.Server, srv DeviceCtrlServer)

Types

type AhhfRtu_6804

type AhhfRtu_6804 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 数据标记,1-开关量输出参数,2-模拟量采集参数,3-模拟量上下限参数
	DataMark []int32 `protobuf:"varint,2,rep,packed,name=data_mark,json=dataMark,proto3" json:"data_mark,omitempty"`
	// 信息点,暂不用
	DataPoint     []int32                     `protobuf:"varint,3,rep,packed,name=data_point,json=dataPoint,proto3" json:"data_point,omitempty"`
	SwitchOut     *AhhfRtu_6804_SwitchOut     `protobuf:"bytes,4,opt,name=switch_out,json=switchOut,proto3" json:"switch_out,omitempty"`
	SwitchIn      *AhhfRtu_6804_SwitchIn      `protobuf:"bytes,5,opt,name=switch_in,json=switchIn,proto3" json:"switch_in,omitempty"`
	SwitchInLimit *AhhfRtu_6804_SwitchInLimit `protobuf:"bytes,6,opt,name=switch_in_limit,json=switchInLimit,proto3" json:"switch_in_limit,omitempty"`
	// 应答,0-失败,1-成功,填充顺序和data_mark相同
	Status []int32 `protobuf:"varint,9,rep,packed,name=status,proto3" json:"status,omitempty"`
}

func (*AhhfRtu_6804) Descriptor

func (*AhhfRtu_6804) Descriptor() ([]byte, []int)

func (*AhhfRtu_6804) GetCmdIdx

func (m *AhhfRtu_6804) GetCmdIdx() int32

func (*AhhfRtu_6804) GetDataMark

func (m *AhhfRtu_6804) GetDataMark() []int32

func (*AhhfRtu_6804) GetDataPoint

func (m *AhhfRtu_6804) GetDataPoint() []int32

func (*AhhfRtu_6804) GetStatus

func (m *AhhfRtu_6804) GetStatus() []int32

func (*AhhfRtu_6804) GetSwitchIn

func (m *AhhfRtu_6804) GetSwitchIn() *AhhfRtu_6804_SwitchIn

func (*AhhfRtu_6804) GetSwitchInLimit

func (m *AhhfRtu_6804) GetSwitchInLimit() *AhhfRtu_6804_SwitchInLimit

func (*AhhfRtu_6804) GetSwitchOut

func (m *AhhfRtu_6804) GetSwitchOut() *AhhfRtu_6804_SwitchOut

func (*AhhfRtu_6804) Marshal

func (m *AhhfRtu_6804) Marshal() (dAtA []byte, err error)

func (*AhhfRtu_6804) MarshalTo

func (m *AhhfRtu_6804) MarshalTo(dAtA []byte) (int, error)

func (*AhhfRtu_6804) MarshalToSizedBuffer

func (m *AhhfRtu_6804) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AhhfRtu_6804) ProtoMessage

func (*AhhfRtu_6804) ProtoMessage()

func (*AhhfRtu_6804) Reset

func (m *AhhfRtu_6804) Reset()

func (*AhhfRtu_6804) Size

func (m *AhhfRtu_6804) Size() (n int)

func (*AhhfRtu_6804) String

func (m *AhhfRtu_6804) String() string

func (*AhhfRtu_6804) Unmarshal

func (m *AhhfRtu_6804) Unmarshal(dAtA []byte) error

func (*AhhfRtu_6804) XXX_DiscardUnknown

func (m *AhhfRtu_6804) XXX_DiscardUnknown()

func (*AhhfRtu_6804) XXX_Marshal

func (m *AhhfRtu_6804) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AhhfRtu_6804) XXX_Merge

func (m *AhhfRtu_6804) XXX_Merge(src proto.Message)

func (*AhhfRtu_6804) XXX_Size

func (m *AhhfRtu_6804) XXX_Size() int

func (*AhhfRtu_6804) XXX_Unmarshal

func (m *AhhfRtu_6804) XXX_Unmarshal(b []byte) error

type AhhfRtu_6804_SwitchIn

type AhhfRtu_6804_SwitchIn struct {
	// 电压互感比,默认5
	VoltageTransformer int32 `protobuf:"varint,1,opt,name=voltage_transformer,json=voltageTransformer,proto3" json:"voltage_transformer,omitempty"`
	// 电流回路数
	LoopTotal int32 `protobuf:"varint,2,opt,name=loop_total,json=loopTotal,proto3" json:"loop_total,omitempty"`
	// 电流回路互感比,按真实值提交,通信下发时/5
	CurrentTransformer []int32 `protobuf:"varint,3,rep,packed,name=current_transformer,json=currentTransformer,proto3" json:"current_transformer,omitempty"`
	// 电流回路相位,0-a,1-b,2-c
	CurrentPhase []int32 `protobuf:"varint,4,rep,packed,name=current_phase,json=currentPhase,proto3" json:"current_phase,omitempty"`
}

func (*AhhfRtu_6804_SwitchIn) Descriptor

func (*AhhfRtu_6804_SwitchIn) Descriptor() ([]byte, []int)

func (*AhhfRtu_6804_SwitchIn) GetCurrentPhase

func (m *AhhfRtu_6804_SwitchIn) GetCurrentPhase() []int32

func (*AhhfRtu_6804_SwitchIn) GetCurrentTransformer

func (m *AhhfRtu_6804_SwitchIn) GetCurrentTransformer() []int32

func (*AhhfRtu_6804_SwitchIn) GetLoopTotal

func (m *AhhfRtu_6804_SwitchIn) GetLoopTotal() int32

func (*AhhfRtu_6804_SwitchIn) GetVoltageTransformer

func (m *AhhfRtu_6804_SwitchIn) GetVoltageTransformer() int32

func (*AhhfRtu_6804_SwitchIn) Marshal

func (m *AhhfRtu_6804_SwitchIn) Marshal() (dAtA []byte, err error)

func (*AhhfRtu_6804_SwitchIn) MarshalTo

func (m *AhhfRtu_6804_SwitchIn) MarshalTo(dAtA []byte) (int, error)

func (*AhhfRtu_6804_SwitchIn) MarshalToSizedBuffer

func (m *AhhfRtu_6804_SwitchIn) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AhhfRtu_6804_SwitchIn) ProtoMessage

func (*AhhfRtu_6804_SwitchIn) ProtoMessage()

func (*AhhfRtu_6804_SwitchIn) Reset

func (m *AhhfRtu_6804_SwitchIn) Reset()

func (*AhhfRtu_6804_SwitchIn) Size

func (m *AhhfRtu_6804_SwitchIn) Size() (n int)

func (*AhhfRtu_6804_SwitchIn) String

func (m *AhhfRtu_6804_SwitchIn) String() string

func (*AhhfRtu_6804_SwitchIn) Unmarshal

func (m *AhhfRtu_6804_SwitchIn) Unmarshal(dAtA []byte) error

func (*AhhfRtu_6804_SwitchIn) XXX_DiscardUnknown

func (m *AhhfRtu_6804_SwitchIn) XXX_DiscardUnknown()

func (*AhhfRtu_6804_SwitchIn) XXX_Marshal

func (m *AhhfRtu_6804_SwitchIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AhhfRtu_6804_SwitchIn) XXX_Merge

func (m *AhhfRtu_6804_SwitchIn) XXX_Merge(src proto.Message)

func (*AhhfRtu_6804_SwitchIn) XXX_Size

func (m *AhhfRtu_6804_SwitchIn) XXX_Size() int

func (*AhhfRtu_6804_SwitchIn) XXX_Unmarshal

func (m *AhhfRtu_6804_SwitchIn) XXX_Unmarshal(b []byte) error

type AhhfRtu_6804_SwitchInLimit

type AhhfRtu_6804_SwitchInLimit struct {
	// 回路数量
	LoopTotal int32 `protobuf:"varint,5,opt,name=loop_total,json=loopTotal,proto3" json:"loop_total,omitempty"`
	// 电压上下限,按真实值提交,通信下发*100
	VoltageUplimit  []float64 `protobuf:"fixed64,1,rep,packed,name=voltage_uplimit,json=voltageUplimit,proto3" json:"voltage_uplimit,omitempty"`
	VoltageLowlimit []float64 `protobuf:"fixed64,2,rep,packed,name=voltage_lowlimit,json=voltageLowlimit,proto3" json:"voltage_lowlimit,omitempty"`
	// 电流上下限
	CurrentUplimit  []float64 `protobuf:"fixed64,3,rep,packed,name=current_uplimit,json=currentUplimit,proto3" json:"current_uplimit,omitempty"`
	CurrentLowlimit []float64 `protobuf:"fixed64,4,rep,packed,name=current_lowlimit,json=currentLowlimit,proto3" json:"current_lowlimit,omitempty"`
}

func (*AhhfRtu_6804_SwitchInLimit) Descriptor

func (*AhhfRtu_6804_SwitchInLimit) Descriptor() ([]byte, []int)

func (*AhhfRtu_6804_SwitchInLimit) GetCurrentLowlimit

func (m *AhhfRtu_6804_SwitchInLimit) GetCurrentLowlimit() []float64

func (*AhhfRtu_6804_SwitchInLimit) GetCurrentUplimit

func (m *AhhfRtu_6804_SwitchInLimit) GetCurrentUplimit() []float64

func (*AhhfRtu_6804_SwitchInLimit) GetLoopTotal

func (m *AhhfRtu_6804_SwitchInLimit) GetLoopTotal() int32

func (*AhhfRtu_6804_SwitchInLimit) GetVoltageLowlimit

func (m *AhhfRtu_6804_SwitchInLimit) GetVoltageLowlimit() []float64

func (*AhhfRtu_6804_SwitchInLimit) GetVoltageUplimit

func (m *AhhfRtu_6804_SwitchInLimit) GetVoltageUplimit() []float64

func (*AhhfRtu_6804_SwitchInLimit) Marshal

func (m *AhhfRtu_6804_SwitchInLimit) Marshal() (dAtA []byte, err error)

func (*AhhfRtu_6804_SwitchInLimit) MarshalTo

func (m *AhhfRtu_6804_SwitchInLimit) MarshalTo(dAtA []byte) (int, error)

func (*AhhfRtu_6804_SwitchInLimit) MarshalToSizedBuffer

func (m *AhhfRtu_6804_SwitchInLimit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AhhfRtu_6804_SwitchInLimit) ProtoMessage

func (*AhhfRtu_6804_SwitchInLimit) ProtoMessage()

func (*AhhfRtu_6804_SwitchInLimit) Reset

func (m *AhhfRtu_6804_SwitchInLimit) Reset()

func (*AhhfRtu_6804_SwitchInLimit) Size

func (m *AhhfRtu_6804_SwitchInLimit) Size() (n int)

func (*AhhfRtu_6804_SwitchInLimit) String

func (m *AhhfRtu_6804_SwitchInLimit) String() string

func (*AhhfRtu_6804_SwitchInLimit) Unmarshal

func (m *AhhfRtu_6804_SwitchInLimit) Unmarshal(dAtA []byte) error

func (*AhhfRtu_6804_SwitchInLimit) XXX_DiscardUnknown

func (m *AhhfRtu_6804_SwitchInLimit) XXX_DiscardUnknown()

func (*AhhfRtu_6804_SwitchInLimit) XXX_Marshal

func (m *AhhfRtu_6804_SwitchInLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AhhfRtu_6804_SwitchInLimit) XXX_Merge

func (m *AhhfRtu_6804_SwitchInLimit) XXX_Merge(src proto.Message)

func (*AhhfRtu_6804_SwitchInLimit) XXX_Size

func (m *AhhfRtu_6804_SwitchInLimit) XXX_Size() int

func (*AhhfRtu_6804_SwitchInLimit) XXX_Unmarshal

func (m *AhhfRtu_6804_SwitchInLimit) XXX_Unmarshal(b []byte) error

type AhhfRtu_6804_SwitchOut

type AhhfRtu_6804_SwitchOut struct {
	// 开关量输出路数
	SwitchOutTotal int32 `protobuf:"varint,1,opt,name=switch_out_total,json=switchOutTotal,proto3" json:"switch_out_total,omitempty"`
	// 每个开关量输出的回路数
	SwitchOutLoop []int32 `protobuf:"varint,2,rep,packed,name=switch_out_loop,json=switchOutLoop,proto3" json:"switch_out_loop,omitempty"`
}

func (*AhhfRtu_6804_SwitchOut) Descriptor

func (*AhhfRtu_6804_SwitchOut) Descriptor() ([]byte, []int)

func (*AhhfRtu_6804_SwitchOut) GetSwitchOutLoop

func (m *AhhfRtu_6804_SwitchOut) GetSwitchOutLoop() []int32

func (*AhhfRtu_6804_SwitchOut) GetSwitchOutTotal

func (m *AhhfRtu_6804_SwitchOut) GetSwitchOutTotal() int32

func (*AhhfRtu_6804_SwitchOut) Marshal

func (m *AhhfRtu_6804_SwitchOut) Marshal() (dAtA []byte, err error)

func (*AhhfRtu_6804_SwitchOut) MarshalTo

func (m *AhhfRtu_6804_SwitchOut) MarshalTo(dAtA []byte) (int, error)

func (*AhhfRtu_6804_SwitchOut) MarshalToSizedBuffer

func (m *AhhfRtu_6804_SwitchOut) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AhhfRtu_6804_SwitchOut) ProtoMessage

func (*AhhfRtu_6804_SwitchOut) ProtoMessage()

func (*AhhfRtu_6804_SwitchOut) Reset

func (m *AhhfRtu_6804_SwitchOut) Reset()

func (*AhhfRtu_6804_SwitchOut) Size

func (m *AhhfRtu_6804_SwitchOut) Size() (n int)

func (*AhhfRtu_6804_SwitchOut) String

func (m *AhhfRtu_6804_SwitchOut) String() string

func (*AhhfRtu_6804_SwitchOut) Unmarshal

func (m *AhhfRtu_6804_SwitchOut) Unmarshal(dAtA []byte) error

func (*AhhfRtu_6804_SwitchOut) XXX_DiscardUnknown

func (m *AhhfRtu_6804_SwitchOut) XXX_DiscardUnknown()

func (*AhhfRtu_6804_SwitchOut) XXX_Marshal

func (m *AhhfRtu_6804_SwitchOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AhhfRtu_6804_SwitchOut) XXX_Merge

func (m *AhhfRtu_6804_SwitchOut) XXX_Merge(src proto.Message)

func (*AhhfRtu_6804_SwitchOut) XXX_Size

func (m *AhhfRtu_6804_SwitchOut) XXX_Size() int

func (*AhhfRtu_6804_SwitchOut) XXX_Unmarshal

func (m *AhhfRtu_6804_SwitchOut) XXX_Unmarshal(b []byte) error

type Alarm_Data

type Alarm_Data struct {
	// 报警类型,500-漏电
	AlarmType int32 `protobuf:"varint,1,opt,name=alarm_type,json=alarmType,proto3" json:"alarm_type,omitempty"`
	// 漏电回路号,1-8
	AlarmLoop int32 `protobuf:"varint,2,opt,name=alarm_loop,json=alarmLoop,proto3" json:"alarm_loop,omitempty"`
	// 时间,unit时间戳,精确到秒
	DtAlarm int64 `protobuf:"varint,3,opt,name=dt_alarm,json=dtAlarm,proto3" json:"dt_alarm,omitempty"`
	// 漏电值,ma
	AlarmValue int32 `protobuf:"varint,4,opt,name=alarm_value,json=alarmValue,proto3" json:"alarm_value,omitempty"`
	// 记录类型,0-消警,1-报警
	RecordType int32 `protobuf:"varint,5,opt,name=record_type,json=recordType,proto3" json:"record_type,omitempty"`
	// 报警等级,0-无,1~5-一到五级报警,0xaa-分匝报警
	RecordLevel int32 `protobuf:"varint,6,opt,name=record_level,json=recordLevel,proto3" json:"record_level,omitempty"`
	// 开关量输出当前状态,0-断开,1-闭合
	SwitchoutStatus int32 `protobuf:"varint,7,opt,name=switchout_status,json=switchoutStatus,proto3" json:"switchout_status,omitempty"`
	// 回路标示0-不启用,1-只检测漏电流,2-检测漏电流并报警,3-检测漏电流不报警但分闸,4-检测漏电流报警并分闸
	EluMark int32 `protobuf:"varint,8,opt,name=elu_mark,json=eluMark,proto3" json:"elu_mark,omitempty"`
	// 基线(屏蔽值)(mA)
	Baseline int32 `protobuf:"varint,9,opt,name=baseline,proto3" json:"baseline,omitempty"`
}

事件查询 0x28,0xa8

func (*Alarm_Data) Descriptor

func (*Alarm_Data) Descriptor() ([]byte, []int)

func (*Alarm_Data) GetAlarmLoop

func (m *Alarm_Data) GetAlarmLoop() int32

func (*Alarm_Data) GetAlarmType

func (m *Alarm_Data) GetAlarmType() int32

func (*Alarm_Data) GetAlarmValue

func (m *Alarm_Data) GetAlarmValue() int32

func (*Alarm_Data) GetBaseline

func (m *Alarm_Data) GetBaseline() int32

func (*Alarm_Data) GetDtAlarm

func (m *Alarm_Data) GetDtAlarm() int64

func (*Alarm_Data) GetEluMark

func (m *Alarm_Data) GetEluMark() int32

func (*Alarm_Data) GetRecordLevel

func (m *Alarm_Data) GetRecordLevel() int32

func (*Alarm_Data) GetRecordType

func (m *Alarm_Data) GetRecordType() int32

func (*Alarm_Data) GetSwitchoutStatus

func (m *Alarm_Data) GetSwitchoutStatus() int32

func (*Alarm_Data) Marshal

func (m *Alarm_Data) Marshal() (dAtA []byte, err error)

func (*Alarm_Data) MarshalTo

func (m *Alarm_Data) MarshalTo(dAtA []byte) (int, error)

func (*Alarm_Data) MarshalToSizedBuffer

func (m *Alarm_Data) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Alarm_Data) ProtoMessage

func (*Alarm_Data) ProtoMessage()

func (*Alarm_Data) Reset

func (m *Alarm_Data) Reset()

func (*Alarm_Data) Size

func (m *Alarm_Data) Size() (n int)

func (*Alarm_Data) String

func (m *Alarm_Data) String() string

func (*Alarm_Data) Unmarshal

func (m *Alarm_Data) Unmarshal(dAtA []byte) error

func (*Alarm_Data) XXX_DiscardUnknown

func (m *Alarm_Data) XXX_DiscardUnknown()

func (*Alarm_Data) XXX_Marshal

func (m *Alarm_Data) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Alarm_Data) XXX_Merge

func (m *Alarm_Data) XXX_Merge(src proto.Message)

func (*Alarm_Data) XXX_Size

func (m *Alarm_Data) XXX_Size() int

func (*Alarm_Data) XXX_Unmarshal

func (m *Alarm_Data) XXX_Unmarshal(b []byte) error

type Args

type Args struct {
	// ip:目的ip
	Ip []int64 `protobuf:"varint,1,rep,packed,name=ip,proto3" json:"ip,omitempty"`
	// port:目的端口
	Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	// addr:终端地址,列表格式,即使采用imei或sim进行链路识别,addr依然必填,无实际值时按imei/sim的个数填充1
	Addr []int64 `protobuf:"varint,3,rep,packed,name=addr,proto3" json:"addr,omitempty"`
	// sim:手机卡号,字符串格式
	Sim string `protobuf:"bytes,4,opt,name=sim,proto3" json:"sim,omitempty"`
	// cid:集中器地址
	Cid int32 `protobuf:"varint,5,opt,name=cid,proto3" json:"cid,omitempty"`
	// 手机卡号,和ip对应
	Sims []string `protobuf:"bytes,6,rep,name=sims,proto3" json:"sims,omitempty"`
	//字符串压缩格式地址(xx-xx)
	Saddr []string `protobuf:"bytes,7,rep,name=saddr,proto3" json:"saddr,omitempty"`
	// 1-ip目标掉线或无法连接,0-正常(下行不填充,用于通讯层通知数据层指令对象状态,暂未启用)
	Status []int64 `protobuf:"varint,8,rep,packed,name=status,proto3" json:"status,omitempty"`
	// 485校验, 0-无校验,1-偶校验,防盗默认1,其他默认0
	Rc int32 `protobuf:"varint,9,opt,name=rc,proto3" json:"rc,omitempty"`
	// 485波特率,0-300,1-600,2-1200,3-2400,4-4800,5-9600,防盗默认2,其他默认5
	Br int32 `protobuf:"varint,10,opt,name=br,proto3" json:"br,omitempty"`
	// 设备标识,用于电信nb平台,本公司产品使用0xd0
	DataFlag []int32 `protobuf:"varint,11,rep,packed,name=data_flag,json=dataFlag,proto3" json:"data_flag,omitempty"`
	// 64位附属设备地址
	Cid64 int64 `protobuf:"varint,12,opt,name=cid64,proto3" json:"cid64,omitempty"`
	// 字符型ip地址
	Ipstr string `protobuf:"bytes,13,opt,name=ipstr,proto3" json:"ipstr,omitempty"`
	// 模块imei
	Imeis []string `protobuf:"bytes,14,rep,name=imeis,proto3" json:"imeis,omitempty"`
}

func (*Args) Descriptor

func (*Args) Descriptor() ([]byte, []int)

func (*Args) GetAddr

func (m *Args) GetAddr() []int64

func (*Args) GetBr

func (m *Args) GetBr() int32

func (*Args) GetCid

func (m *Args) GetCid() int32

func (*Args) GetCid64

func (m *Args) GetCid64() int64

func (*Args) GetDataFlag

func (m *Args) GetDataFlag() []int32

func (*Args) GetImeis

func (m *Args) GetImeis() []string

func (*Args) GetIp

func (m *Args) GetIp() []int64

func (*Args) GetIpstr

func (m *Args) GetIpstr() string

func (*Args) GetPort

func (m *Args) GetPort() int32

func (*Args) GetRc

func (m *Args) GetRc() int32

func (*Args) GetSaddr

func (m *Args) GetSaddr() []string

func (*Args) GetSim

func (m *Args) GetSim() string

func (*Args) GetSims

func (m *Args) GetSims() []string

func (*Args) GetStatus

func (m *Args) GetStatus() []int64

func (*Args) Marshal

func (m *Args) Marshal() (dAtA []byte, err error)

func (*Args) MarshalTo

func (m *Args) MarshalTo(dAtA []byte) (int, error)

func (*Args) MarshalToSizedBuffer

func (m *Args) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Args) ProtoMessage

func (*Args) ProtoMessage()

func (*Args) Reset

func (m *Args) Reset()

func (*Args) Size

func (m *Args) Size() (n int)

func (*Args) String

func (m *Args) String() string

func (*Args) Unmarshal

func (m *Args) Unmarshal(dAtA []byte) error

func (*Args) XXX_DiscardUnknown

func (m *Args) XXX_DiscardUnknown()

func (*Args) XXX_Marshal

func (m *Args) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Args) XXX_Merge

func (m *Args) XXX_Merge(src proto.Message)

func (*Args) XXX_Size

func (m *Args) XXX_Size() int

func (*Args) XXX_Unmarshal

func (m *Args) XXX_Unmarshal(b []byte) error

type BlkSlu_6891

type BlkSlu_6891 struct {
	// 高地址(集中器地址)
	SluId int32 `protobuf:"varint,1,opt,name=slu_id,json=sluId,proto3" json:"slu_id,omitempty"`
	// 低地址(控制器地址)
	SluitemId int32 `protobuf:"varint,2,opt,name=sluitem_id,json=sluitemId,proto3" json:"sluitem_id,omitempty"`
	// 控制器数量(1~100)/时钟时间戳/是否启动扫描
	SluitemConfig int64 `protobuf:"varint,3,opt,name=sluitem_config,json=sluitemConfig,proto3" json:"sluitem_config,omitempty"`
	// 每个控制器回路数量
	SluitemLoop []int32 `protobuf:"varint,4,rep,packed,name=sluitem_loop,json=sluitemLoop,proto3" json:"sluitem_loop,omitempty"`
	// 设备应答状态,0-失败,1-成功
	Status int32 `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
}

勃洛克单灯

func (*BlkSlu_6891) Descriptor

func (*BlkSlu_6891) Descriptor() ([]byte, []int)

func (*BlkSlu_6891) GetSluId

func (m *BlkSlu_6891) GetSluId() int32

func (*BlkSlu_6891) GetSluitemConfig

func (m *BlkSlu_6891) GetSluitemConfig() int64

func (*BlkSlu_6891) GetSluitemId

func (m *BlkSlu_6891) GetSluitemId() int32

func (*BlkSlu_6891) GetSluitemLoop

func (m *BlkSlu_6891) GetSluitemLoop() []int32

func (*BlkSlu_6891) GetStatus

func (m *BlkSlu_6891) GetStatus() int32

func (*BlkSlu_6891) Marshal

func (m *BlkSlu_6891) Marshal() (dAtA []byte, err error)

func (*BlkSlu_6891) MarshalTo

func (m *BlkSlu_6891) MarshalTo(dAtA []byte) (int, error)

func (*BlkSlu_6891) MarshalToSizedBuffer

func (m *BlkSlu_6891) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BlkSlu_6891) ProtoMessage

func (*BlkSlu_6891) ProtoMessage()

func (*BlkSlu_6891) Reset

func (m *BlkSlu_6891) Reset()

func (*BlkSlu_6891) Size

func (m *BlkSlu_6891) Size() (n int)

func (*BlkSlu_6891) String

func (m *BlkSlu_6891) String() string

func (*BlkSlu_6891) Unmarshal

func (m *BlkSlu_6891) Unmarshal(dAtA []byte) error

func (*BlkSlu_6891) XXX_DiscardUnknown

func (m *BlkSlu_6891) XXX_DiscardUnknown()

func (*BlkSlu_6891) XXX_Marshal

func (m *BlkSlu_6891) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlkSlu_6891) XXX_Merge

func (m *BlkSlu_6891) XXX_Merge(src proto.Message)

func (*BlkSlu_6891) XXX_Size

func (m *BlkSlu_6891) XXX_Size() int

func (*BlkSlu_6891) XXX_Unmarshal

func (m *BlkSlu_6891) XXX_Unmarshal(b []byte) error

type BlkSlu_6892

type BlkSlu_6892 struct {
	// 高地址(集中器地址)
	SluId       int32                      `protobuf:"varint,1,opt,name=slu_id,json=sluId,proto3" json:"slu_id,omitempty"`
	SluitemData []*BlkSlu_6892_SluitemData `protobuf:"bytes,2,rep,name=sluitem_data,json=sluitemData,proto3" json:"sluitem_data,omitempty"`
}

func (*BlkSlu_6892) Descriptor

func (*BlkSlu_6892) Descriptor() ([]byte, []int)

func (*BlkSlu_6892) GetSluId

func (m *BlkSlu_6892) GetSluId() int32

func (*BlkSlu_6892) GetSluitemData

func (m *BlkSlu_6892) GetSluitemData() []*BlkSlu_6892_SluitemData

func (*BlkSlu_6892) Marshal

func (m *BlkSlu_6892) Marshal() (dAtA []byte, err error)

func (*BlkSlu_6892) MarshalTo

func (m *BlkSlu_6892) MarshalTo(dAtA []byte) (int, error)

func (*BlkSlu_6892) MarshalToSizedBuffer

func (m *BlkSlu_6892) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BlkSlu_6892) ProtoMessage

func (*BlkSlu_6892) ProtoMessage()

func (*BlkSlu_6892) Reset

func (m *BlkSlu_6892) Reset()

func (*BlkSlu_6892) Size

func (m *BlkSlu_6892) Size() (n int)

func (*BlkSlu_6892) String

func (m *BlkSlu_6892) String() string

func (*BlkSlu_6892) Unmarshal

func (m *BlkSlu_6892) Unmarshal(dAtA []byte) error

func (*BlkSlu_6892) XXX_DiscardUnknown

func (m *BlkSlu_6892) XXX_DiscardUnknown()

func (*BlkSlu_6892) XXX_Marshal

func (m *BlkSlu_6892) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlkSlu_6892) XXX_Merge

func (m *BlkSlu_6892) XXX_Merge(src proto.Message)

func (*BlkSlu_6892) XXX_Size

func (m *BlkSlu_6892) XXX_Size() int

func (*BlkSlu_6892) XXX_Unmarshal

func (m *BlkSlu_6892) XXX_Unmarshal(b []byte) error

type BlkSlu_6892_SluitemData

type BlkSlu_6892_SluitemData struct {
	// 依次各灯头电压
	Voltage []float64 `protobuf:"fixed64,1,rep,packed,name=voltage,proto3" json:"voltage,omitempty"`
	// 依次各灯头电流
	Current []float64 `protobuf:"fixed64,2,rep,packed,name=current,proto3" json:"current,omitempty"`
	// 依次各灯头功率
	Power []float64 `protobuf:"fixed64,3,rep,packed,name=power,proto3" json:"power,omitempty"`
	// 依次各灯头错误代码,0-关灯正常,1-关灯有电流,8-开灯正常,9-开灯无电流,10-开灯功率因数低,255-设备通讯故障
	Error []int32 `protobuf:"varint,5,rep,packed,name=error,proto3" json:"error,omitempty"`
	// 依次各灯头节点
	Node []int32 `protobuf:"varint,6,rep,packed,name=node,proto3" json:"node,omitempty"`
	// 控制器地址
	SluitemId int32 `protobuf:"varint,7,opt,name=sluitem_id,json=sluitemId,proto3" json:"sluitem_id,omitempty"`
	// 控制器回路数量
	SluitemLoop int32 `protobuf:"varint,8,opt,name=sluitem_loop,json=sluitemLoop,proto3" json:"sluitem_loop,omitempty"`
}

func (*BlkSlu_6892_SluitemData) Descriptor

func (*BlkSlu_6892_SluitemData) Descriptor() ([]byte, []int)

func (*BlkSlu_6892_SluitemData) GetCurrent

func (m *BlkSlu_6892_SluitemData) GetCurrent() []float64

func (*BlkSlu_6892_SluitemData) GetError

func (m *BlkSlu_6892_SluitemData) GetError() []int32

func (*BlkSlu_6892_SluitemData) GetNode

func (m *BlkSlu_6892_SluitemData) GetNode() []int32

func (*BlkSlu_6892_SluitemData) GetPower

func (m *BlkSlu_6892_SluitemData) GetPower() []float64

func (*BlkSlu_6892_SluitemData) GetSluitemId

func (m *BlkSlu_6892_SluitemData) GetSluitemId() int32

func (*BlkSlu_6892_SluitemData) GetSluitemLoop

func (m *BlkSlu_6892_SluitemData) GetSluitemLoop() int32

func (*BlkSlu_6892_SluitemData) GetVoltage

func (m *BlkSlu_6892_SluitemData) GetVoltage() []float64

func (*BlkSlu_6892_SluitemData) Marshal

func (m *BlkSlu_6892_SluitemData) Marshal() (dAtA []byte, err error)

func (*BlkSlu_6892_SluitemData) MarshalTo

func (m *BlkSlu_6892_SluitemData) MarshalTo(dAtA []byte) (int, error)

func (*BlkSlu_6892_SluitemData) MarshalToSizedBuffer

func (m *BlkSlu_6892_SluitemData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BlkSlu_6892_SluitemData) ProtoMessage

func (*BlkSlu_6892_SluitemData) ProtoMessage()

func (*BlkSlu_6892_SluitemData) Reset

func (m *BlkSlu_6892_SluitemData) Reset()

func (*BlkSlu_6892_SluitemData) Size

func (m *BlkSlu_6892_SluitemData) Size() (n int)

func (*BlkSlu_6892_SluitemData) String

func (m *BlkSlu_6892_SluitemData) String() string

func (*BlkSlu_6892_SluitemData) Unmarshal

func (m *BlkSlu_6892_SluitemData) Unmarshal(dAtA []byte) error

func (*BlkSlu_6892_SluitemData) XXX_DiscardUnknown

func (m *BlkSlu_6892_SluitemData) XXX_DiscardUnknown()

func (*BlkSlu_6892_SluitemData) XXX_Marshal

func (m *BlkSlu_6892_SluitemData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlkSlu_6892_SluitemData) XXX_Merge

func (m *BlkSlu_6892_SluitemData) XXX_Merge(src proto.Message)

func (*BlkSlu_6892_SluitemData) XXX_Size

func (m *BlkSlu_6892_SluitemData) XXX_Size() int

func (*BlkSlu_6892_SluitemData) XXX_Unmarshal

func (m *BlkSlu_6892_SluitemData) XXX_Unmarshal(b []byte) error

type BlkSlu_6895

type BlkSlu_6895 struct {
	// 高地址(集中器地址)
	SluId int32 `protobuf:"varint,1,opt,name=slu_id,json=sluId,proto3" json:"slu_id,omitempty"`
	// addr_type==3时表示组地址,addr_type==4时表示单个控制器地址(单个控制器地址为255时下发0x1,0x1)
	SluitemId int32 `protobuf:"varint,2,opt,name=sluitem_id,json=sluitemId,proto3" json:"sluitem_id,omitempty"`
	// 地址类型,0-全部,1-单号,2-双号,3-组,4-单一
	AddrType int32 `protobuf:"varint,3,opt,name=addr_type,json=addrType,proto3" json:"addr_type,omitempty"`
	// 指令类型,0-清除,1-定时,3-即时
	OperationType int32 `protobuf:"varint,4,opt,name=operation_type,json=operationType,proto3" json:"operation_type,omitempty"`
	// 控制方式,按灯头数量填充,0-关灯,1-开灯,2-不操作,10~100-调光
	OperationValue []int32 `protobuf:"varint,5,rep,packed,name=operation_value,json=operationValue,proto3" json:"operation_value,omitempty"`
	// 定时序号,范围1-5
	TimerId int32 `protobuf:"varint,6,opt,name=timer_id,json=timerId,proto3" json:"timer_id,omitempty"`
	// 周设置,[周1,2,3,4,5,6,7],0-不操作,1-操作
	WeekSet []int32 `protobuf:"varint,7,rep,packed,name=week_set,json=weekSet,proto3" json:"week_set,omitempty"`
	// 时间hh×60+mm
	TimeSet int32 `protobuf:"varint,8,opt,name=time_set,json=timeSet,proto3" json:"time_set,omitempty"`
	// 命令序号,范围0-255
	CmdIdx int32 `protobuf:"varint,9,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 执行状态,0-失败,1-成功
	Status int32 `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty"`
}

func (*BlkSlu_6895) Descriptor

func (*BlkSlu_6895) Descriptor() ([]byte, []int)

func (*BlkSlu_6895) GetAddrType

func (m *BlkSlu_6895) GetAddrType() int32

func (*BlkSlu_6895) GetCmdIdx

func (m *BlkSlu_6895) GetCmdIdx() int32

func (*BlkSlu_6895) GetOperationType

func (m *BlkSlu_6895) GetOperationType() int32

func (*BlkSlu_6895) GetOperationValue

func (m *BlkSlu_6895) GetOperationValue() []int32

func (*BlkSlu_6895) GetSluId

func (m *BlkSlu_6895) GetSluId() int32

func (*BlkSlu_6895) GetSluitemId

func (m *BlkSlu_6895) GetSluitemId() int32

func (*BlkSlu_6895) GetStatus

func (m *BlkSlu_6895) GetStatus() int32

func (*BlkSlu_6895) GetTimeSet

func (m *BlkSlu_6895) GetTimeSet() int32

func (*BlkSlu_6895) GetTimerId

func (m *BlkSlu_6895) GetTimerId() int32

func (*BlkSlu_6895) GetWeekSet

func (m *BlkSlu_6895) GetWeekSet() []int32

func (*BlkSlu_6895) Marshal

func (m *BlkSlu_6895) Marshal() (dAtA []byte, err error)

func (*BlkSlu_6895) MarshalTo

func (m *BlkSlu_6895) MarshalTo(dAtA []byte) (int, error)

func (*BlkSlu_6895) MarshalToSizedBuffer

func (m *BlkSlu_6895) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BlkSlu_6895) ProtoMessage

func (*BlkSlu_6895) ProtoMessage()

func (*BlkSlu_6895) Reset

func (m *BlkSlu_6895) Reset()

func (*BlkSlu_6895) Size

func (m *BlkSlu_6895) Size() (n int)

func (*BlkSlu_6895) String

func (m *BlkSlu_6895) String() string

func (*BlkSlu_6895) Unmarshal

func (m *BlkSlu_6895) Unmarshal(dAtA []byte) error

func (*BlkSlu_6895) XXX_DiscardUnknown

func (m *BlkSlu_6895) XXX_DiscardUnknown()

func (*BlkSlu_6895) XXX_Marshal

func (m *BlkSlu_6895) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlkSlu_6895) XXX_Merge

func (m *BlkSlu_6895) XXX_Merge(src proto.Message)

func (*BlkSlu_6895) XXX_Size

func (m *BlkSlu_6895) XXX_Size() int

func (*BlkSlu_6895) XXX_Unmarshal

func (m *BlkSlu_6895) XXX_Unmarshal(b []byte) error

type DeviceCtrlClient

type DeviceCtrlClient interface {
	DeviceEcho(ctx context.Context, in *MsgWithCtrl, opts ...grpc.CallOption) (*MsgWithCtrl, error)
}

DeviceCtrlClient is the client API for DeviceCtrl service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDeviceCtrlClient

func NewDeviceCtrlClient(cc *grpc.ClientConn) DeviceCtrlClient

type DeviceCtrlServer

type DeviceCtrlServer interface {
	DeviceEcho(context.Context, *MsgWithCtrl) (*MsgWithCtrl, error)
}

DeviceCtrlServer is the server API for DeviceCtrl service.

type Head struct {
	// mod:1-系统指令,2-数传指令,3-SQL指令,4-错误数据
	Mod int32 `protobuf:"varint,1,opt,name=mod,proto3" json:"mod,omitempty"`
	// src:1-通讯服务,2-数据服务,3-客户端,4-串口采集(光照度,GPS),5-控制台,6-远程升级,
	// 7-webservice接口
	Src int32 `protobuf:"varint,2,opt,name=src,proto3" json:"src,omitempty"`
	// ver:1-内部协议版本v1.0
	Ver int32 `protobuf:"varint,3,opt,name=ver,proto3" json:"ver,omitempty"`
	// tver:1-公司终端协议版本,2-合肥版本协议
	Tver int32 `protobuf:"varint,4,opt,name=tver,proto3" json:"tver,omitempty"`
	// tra:1-数据通过模块直接传输,2-数据通过485传输
	Tra int32 `protobuf:"varint,5,opt,name=tra,proto3" json:"tra,omitempty"`
	// ret: 发送等级,0-normal,1-high
	Ret int32 `protobuf:"varint,6,opt,name=ret,proto3" json:"ret,omitempty"`
	// cmd:单位.设备.指令
	Cmd  string  `protobuf:"bytes,7,opt,name=cmd,proto3" json:"cmd,omitempty"`
	Code float64 `protobuf:"fixed64,8,opt,name=code,proto3" json:"code,omitempty"`
	//目的地:1-终端,2-数据服务
	Dst int32 `protobuf:"varint,9,opt,name=dst,proto3" json:"dst,omitempty"`
	//多路通信的绑定基础地址
	BaseAddr int32 `protobuf:"varint,10,opt,name=base_addr,json=baseAddr,proto3" json:"base_addr,omitempty"`
	Gid      int32 `protobuf:"varint,11,opt,name=gid,proto3" json:"gid,omitempty"`
	Rcv      int32 `protobuf:"varint,12,opt,name=rcv,proto3" json:"rcv,omitempty"`
	// 命令序号,long型递增循环
	Idx int64 `protobuf:"varint,13,opt,name=idx,proto3" json:"idx,omitempty"`
	// 当前消息发出时间戳
	Dt int64 `protobuf:"varint,15,opt,name=dt,proto3" json:"dt,omitempty"`
}

func (*Head) Descriptor

func (*Head) Descriptor() ([]byte, []int)

func (*Head) GetBaseAddr

func (m *Head) GetBaseAddr() int32

func (*Head) GetCmd

func (m *Head) GetCmd() string

func (*Head) GetCode

func (m *Head) GetCode() float64

func (*Head) GetDst

func (m *Head) GetDst() int32

func (*Head) GetDt

func (m *Head) GetDt() int64

func (*Head) GetGid

func (m *Head) GetGid() int32

func (*Head) GetIdx

func (m *Head) GetIdx() int64

func (*Head) GetMod

func (m *Head) GetMod() int32

func (*Head) GetRcv

func (m *Head) GetRcv() int32

func (*Head) GetRet

func (m *Head) GetRet() int32

func (*Head) GetSrc

func (m *Head) GetSrc() int32

func (*Head) GetTra

func (m *Head) GetTra() int32

func (*Head) GetTver

func (m *Head) GetTver() int32

func (*Head) GetVer

func (m *Head) GetVer() int32

func (*Head) Marshal

func (m *Head) Marshal() (dAtA []byte, err error)

func (*Head) MarshalTo

func (m *Head) MarshalTo(dAtA []byte) (int, error)

func (*Head) MarshalToSizedBuffer

func (m *Head) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Head) ProtoMessage

func (*Head) ProtoMessage()

func (*Head) Reset

func (m *Head) Reset()

func (*Head) Size

func (m *Head) Size() (n int)

func (*Head) String

func (m *Head) String() string

func (*Head) Unmarshal

func (m *Head) Unmarshal(dAtA []byte) error

func (*Head) XXX_DiscardUnknown

func (m *Head) XXX_DiscardUnknown()

func (*Head) XXX_Marshal

func (m *Head) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Head) XXX_Merge

func (m *Head) XXX_Merge(src proto.Message)

func (*Head) XXX_Size

func (m *Head) XXX_Size() int

func (*Head) XXX_Unmarshal

func (m *Head) XXX_Unmarshal(b []byte) error

type HjLock_0000

type HjLock_0000 struct {
	Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
}

通用应答,除查询锁状态命令以外的所有命令

func (*HjLock_0000) Descriptor

func (*HjLock_0000) Descriptor() ([]byte, []int)

func (*HjLock_0000) GetStatus

func (m *HjLock_0000) GetStatus() int32

func (*HjLock_0000) Marshal

func (m *HjLock_0000) Marshal() (dAtA []byte, err error)

func (*HjLock_0000) MarshalTo

func (m *HjLock_0000) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_0000) MarshalToSizedBuffer

func (m *HjLock_0000) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_0000) ProtoMessage

func (*HjLock_0000) ProtoMessage()

func (*HjLock_0000) Reset

func (m *HjLock_0000) Reset()

func (*HjLock_0000) Size

func (m *HjLock_0000) Size() (n int)

func (*HjLock_0000) String

func (m *HjLock_0000) String() string

func (*HjLock_0000) Unmarshal

func (m *HjLock_0000) Unmarshal(dAtA []byte) error

func (*HjLock_0000) XXX_DiscardUnknown

func (m *HjLock_0000) XXX_DiscardUnknown()

func (*HjLock_0000) XXX_Marshal

func (m *HjLock_0000) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_0000) XXX_Merge

func (m *HjLock_0000) XXX_Merge(src proto.Message)

func (*HjLock_0000) XXX_Size

func (m *HjLock_0000) XXX_Size() int

func (*HjLock_0000) XXX_Unmarshal

func (m *HjLock_0000) XXX_Unmarshal(b []byte) error

type HjLock_0100

type HjLock_0100 struct {
	NewAddr int64 `protobuf:"varint,1,opt,name=new_addr,json=newAddr,proto3" json:"new_addr,omitempty"`
}

设置地址

func (*HjLock_0100) Descriptor

func (*HjLock_0100) Descriptor() ([]byte, []int)

func (*HjLock_0100) GetNewAddr

func (m *HjLock_0100) GetNewAddr() int64

func (*HjLock_0100) Marshal

func (m *HjLock_0100) Marshal() (dAtA []byte, err error)

func (*HjLock_0100) MarshalTo

func (m *HjLock_0100) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_0100) MarshalToSizedBuffer

func (m *HjLock_0100) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_0100) ProtoMessage

func (*HjLock_0100) ProtoMessage()

func (*HjLock_0100) Reset

func (m *HjLock_0100) Reset()

func (*HjLock_0100) Size

func (m *HjLock_0100) Size() (n int)

func (*HjLock_0100) String

func (m *HjLock_0100) String() string

func (*HjLock_0100) Unmarshal

func (m *HjLock_0100) Unmarshal(dAtA []byte) error

func (*HjLock_0100) XXX_DiscardUnknown

func (m *HjLock_0100) XXX_DiscardUnknown()

func (*HjLock_0100) XXX_Marshal

func (m *HjLock_0100) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_0100) XXX_Merge

func (m *HjLock_0100) XXX_Merge(src proto.Message)

func (*HjLock_0100) XXX_Size

func (m *HjLock_0100) XXX_Size() int

func (*HjLock_0100) XXX_Unmarshal

func (m *HjLock_0100) XXX_Unmarshal(b []byte) error

type HjLock_0200

type HjLock_0200 struct {
	LockStatus int32 `protobuf:"varint,1,opt,name=lock_status,json=lockStatus,proto3" json:"lock_status,omitempty"`
	// 1~254表示打开或者关闭持续时间,单位100MS。0-常闭,0xFF-常开(咸亨无)
	FreqLights int32 `protobuf:"varint,2,opt,name=freq_lights,json=freqLights,proto3" json:"freq_lights,omitempty"`
	// 1~254表示打开或者关闭持续时间,单位100MS。0-常闭,0xFF-常开(咸亨无)
	FreqBeep      int32  `protobuf:"varint,3,opt,name=freq_beep,json=freqBeep,proto3" json:"freq_beep,omitempty"`
	TimeDelay     int32  `protobuf:"varint,4,opt,name=time_delay,json=timeDelay,proto3" json:"time_delay,omitempty"`
	LockoffDelay  int32  `protobuf:"varint,5,opt,name=lockoff_delay,json=lockoffDelay,proto3" json:"lockoff_delay,omitempty"`
	MasterCard1   uint64 `protobuf:"varint,6,opt,name=master_card1,json=masterCard1,proto3" json:"master_card1,omitempty"`
	MasterCard2   uint64 `protobuf:"varint,7,opt,name=master_card2,json=masterCard2,proto3" json:"master_card2,omitempty"`
	Cards         int32  `protobuf:"varint,8,opt,name=cards,proto3" json:"cards,omitempty"`
	HardwareVer   uint64 `protobuf:"varint,9,opt,name=hardware_ver,json=hardwareVer,proto3" json:"hardware_ver,omitempty"`
	LastCard      uint64 `protobuf:"varint,10,opt,name=last_card,json=lastCard,proto3" json:"last_card,omitempty"`
	LastCardLegal int32  `protobuf:"varint,11,opt,name=last_card_legal,json=lastCardLegal,proto3" json:"last_card_legal,omitempty"`
	CardType      int32  `protobuf:"varint,12,opt,name=card_type,json=cardType,proto3" json:"card_type,omitempty"`
	Status        int32  `protobuf:"varint,13,opt,name=status,proto3" json:"status,omitempty"`
	// 通讯方式,0-直连,1-485转发
	Protocol int32 `protobuf:"varint,14,opt,name=protocol,proto3" json:"protocol,omitempty"`
}

查询锁状态

func (*HjLock_0200) Descriptor

func (*HjLock_0200) Descriptor() ([]byte, []int)

func (*HjLock_0200) GetCardType

func (m *HjLock_0200) GetCardType() int32

func (*HjLock_0200) GetCards

func (m *HjLock_0200) GetCards() int32

func (*HjLock_0200) GetFreqBeep

func (m *HjLock_0200) GetFreqBeep() int32

func (*HjLock_0200) GetFreqLights

func (m *HjLock_0200) GetFreqLights() int32

func (*HjLock_0200) GetHardwareVer

func (m *HjLock_0200) GetHardwareVer() uint64

func (*HjLock_0200) GetLastCard

func (m *HjLock_0200) GetLastCard() uint64

func (*HjLock_0200) GetLastCardLegal

func (m *HjLock_0200) GetLastCardLegal() int32

func (*HjLock_0200) GetLockStatus

func (m *HjLock_0200) GetLockStatus() int32

func (*HjLock_0200) GetLockoffDelay

func (m *HjLock_0200) GetLockoffDelay() int32

func (*HjLock_0200) GetMasterCard1

func (m *HjLock_0200) GetMasterCard1() uint64

func (*HjLock_0200) GetMasterCard2

func (m *HjLock_0200) GetMasterCard2() uint64

func (*HjLock_0200) GetProtocol

func (m *HjLock_0200) GetProtocol() int32

func (*HjLock_0200) GetStatus

func (m *HjLock_0200) GetStatus() int32

func (*HjLock_0200) GetTimeDelay

func (m *HjLock_0200) GetTimeDelay() int32

func (*HjLock_0200) Marshal

func (m *HjLock_0200) Marshal() (dAtA []byte, err error)

func (*HjLock_0200) MarshalTo

func (m *HjLock_0200) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_0200) MarshalToSizedBuffer

func (m *HjLock_0200) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_0200) ProtoMessage

func (*HjLock_0200) ProtoMessage()

func (*HjLock_0200) Reset

func (m *HjLock_0200) Reset()

func (*HjLock_0200) Size

func (m *HjLock_0200) Size() (n int)

func (*HjLock_0200) String

func (m *HjLock_0200) String() string

func (*HjLock_0200) Unmarshal

func (m *HjLock_0200) Unmarshal(dAtA []byte) error

func (*HjLock_0200) XXX_DiscardUnknown

func (m *HjLock_0200) XXX_DiscardUnknown()

func (*HjLock_0200) XXX_Marshal

func (m *HjLock_0200) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_0200) XXX_Merge

func (m *HjLock_0200) XXX_Merge(src proto.Message)

func (*HjLock_0200) XXX_Size

func (m *HjLock_0200) XXX_Size() int

func (*HjLock_0200) XXX_Unmarshal

func (m *HjLock_0200) XXX_Unmarshal(b []byte) error

type HjLock_0500

type HjLock_0500 struct {
	// 1~254表示打开或者关闭持续时间,单位100MS。0-常闭,0xFF-常开
	FreqLights int32 `protobuf:"varint,1,opt,name=freq_lights,json=freqLights,proto3" json:"freq_lights,omitempty"`
	// 1~254表示打开或者关闭持续时间,单位100MS。0-常闭,0xFF-常开
	FreqBeep int32 `protobuf:"varint,2,opt,name=freq_beep,json=freqBeep,proto3" json:"freq_beep,omitempty"`
	// 以上2个freq状态的持续时间
	TimeDelay int32 `protobuf:"varint,3,opt,name=time_delay,json=timeDelay,proto3" json:"time_delay,omitempty"`
}

开门提醒参数设置

func (*HjLock_0500) Descriptor

func (*HjLock_0500) Descriptor() ([]byte, []int)

func (*HjLock_0500) GetFreqBeep

func (m *HjLock_0500) GetFreqBeep() int32

func (*HjLock_0500) GetFreqLights

func (m *HjLock_0500) GetFreqLights() int32

func (*HjLock_0500) GetTimeDelay

func (m *HjLock_0500) GetTimeDelay() int32

func (*HjLock_0500) Marshal

func (m *HjLock_0500) Marshal() (dAtA []byte, err error)

func (*HjLock_0500) MarshalTo

func (m *HjLock_0500) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_0500) MarshalToSizedBuffer

func (m *HjLock_0500) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_0500) ProtoMessage

func (*HjLock_0500) ProtoMessage()

func (*HjLock_0500) Reset

func (m *HjLock_0500) Reset()

func (*HjLock_0500) Size

func (m *HjLock_0500) Size() (n int)

func (*HjLock_0500) String

func (m *HjLock_0500) String() string

func (*HjLock_0500) Unmarshal

func (m *HjLock_0500) Unmarshal(dAtA []byte) error

func (*HjLock_0500) XXX_DiscardUnknown

func (m *HjLock_0500) XXX_DiscardUnknown()

func (*HjLock_0500) XXX_Marshal

func (m *HjLock_0500) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_0500) XXX_Merge

func (m *HjLock_0500) XXX_Merge(src proto.Message)

func (*HjLock_0500) XXX_Size

func (m *HjLock_0500) XXX_Size() int

func (*HjLock_0500) XXX_Unmarshal

func (m *HjLock_0500) XXX_Unmarshal(b []byte) error

type HjLock_0600

type HjLock_0600 struct {
	Card uint64 `protobuf:"varint,1,opt,name=card,proto3" json:"card,omitempty"`
}

添加/删除卡

func (*HjLock_0600) Descriptor

func (*HjLock_0600) Descriptor() ([]byte, []int)

func (*HjLock_0600) GetCard

func (m *HjLock_0600) GetCard() uint64

func (*HjLock_0600) Marshal

func (m *HjLock_0600) Marshal() (dAtA []byte, err error)

func (*HjLock_0600) MarshalTo

func (m *HjLock_0600) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_0600) MarshalToSizedBuffer

func (m *HjLock_0600) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_0600) ProtoMessage

func (*HjLock_0600) ProtoMessage()

func (*HjLock_0600) Reset

func (m *HjLock_0600) Reset()

func (*HjLock_0600) Size

func (m *HjLock_0600) Size() (n int)

func (*HjLock_0600) String

func (m *HjLock_0600) String() string

func (*HjLock_0600) Unmarshal

func (m *HjLock_0600) Unmarshal(dAtA []byte) error

func (*HjLock_0600) XXX_DiscardUnknown

func (m *HjLock_0600) XXX_DiscardUnknown()

func (*HjLock_0600) XXX_Marshal

func (m *HjLock_0600) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_0600) XXX_Merge

func (m *HjLock_0600) XXX_Merge(src proto.Message)

func (*HjLock_0600) XXX_Size

func (m *HjLock_0600) XXX_Size() int

func (*HjLock_0600) XXX_Unmarshal

func (m *HjLock_0600) XXX_Unmarshal(b []byte) error

type HjLock_0800

type HjLock_0800 struct {
	MasterCard1 uint64 `protobuf:"varint,1,opt,name=master_card1,json=masterCard1,proto3" json:"master_card1,omitempty"`
	MasterCard2 uint64 `protobuf:"varint,2,opt,name=master_card2,json=masterCard2,proto3" json:"master_card2,omitempty"`
}

设置管理卡

func (*HjLock_0800) Descriptor

func (*HjLock_0800) Descriptor() ([]byte, []int)

func (*HjLock_0800) GetMasterCard1

func (m *HjLock_0800) GetMasterCard1() uint64

func (*HjLock_0800) GetMasterCard2

func (m *HjLock_0800) GetMasterCard2() uint64

func (*HjLock_0800) Marshal

func (m *HjLock_0800) Marshal() (dAtA []byte, err error)

func (*HjLock_0800) MarshalTo

func (m *HjLock_0800) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_0800) MarshalToSizedBuffer

func (m *HjLock_0800) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_0800) ProtoMessage

func (*HjLock_0800) ProtoMessage()

func (*HjLock_0800) Reset

func (m *HjLock_0800) Reset()

func (*HjLock_0800) Size

func (m *HjLock_0800) Size() (n int)

func (*HjLock_0800) String

func (m *HjLock_0800) String() string

func (*HjLock_0800) Unmarshal

func (m *HjLock_0800) Unmarshal(dAtA []byte) error

func (*HjLock_0800) XXX_DiscardUnknown

func (m *HjLock_0800) XXX_DiscardUnknown()

func (*HjLock_0800) XXX_Marshal

func (m *HjLock_0800) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_0800) XXX_Merge

func (m *HjLock_0800) XXX_Merge(src proto.Message)

func (*HjLock_0800) XXX_Size

func (m *HjLock_0800) XXX_Size() int

func (*HjLock_0800) XXX_Unmarshal

func (m *HjLock_0800) XXX_Unmarshal(b []byte) error

type HjLock_0C00

type HjLock_0C00 struct {
	Delay int32 `protobuf:"varint,1,opt,name=delay,proto3" json:"delay,omitempty"`
}

设置开锁延迟(指定时间后自动锁闭)

func (*HjLock_0C00) Descriptor

func (*HjLock_0C00) Descriptor() ([]byte, []int)

func (*HjLock_0C00) GetDelay

func (m *HjLock_0C00) GetDelay() int32

func (*HjLock_0C00) Marshal

func (m *HjLock_0C00) Marshal() (dAtA []byte, err error)

func (*HjLock_0C00) MarshalTo

func (m *HjLock_0C00) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_0C00) MarshalToSizedBuffer

func (m *HjLock_0C00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_0C00) ProtoMessage

func (*HjLock_0C00) ProtoMessage()

func (*HjLock_0C00) Reset

func (m *HjLock_0C00) Reset()

func (*HjLock_0C00) Size

func (m *HjLock_0C00) Size() (n int)

func (*HjLock_0C00) String

func (m *HjLock_0C00) String() string

func (*HjLock_0C00) Unmarshal

func (m *HjLock_0C00) Unmarshal(dAtA []byte) error

func (*HjLock_0C00) XXX_DiscardUnknown

func (m *HjLock_0C00) XXX_DiscardUnknown()

func (*HjLock_0C00) XXX_Marshal

func (m *HjLock_0C00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_0C00) XXX_Merge

func (m *HjLock_0C00) XXX_Merge(src proto.Message)

func (*HjLock_0C00) XXX_Size

func (m *HjLock_0C00) XXX_Size() int

func (*HjLock_0C00) XXX_Unmarshal

func (m *HjLock_0C00) XXX_Unmarshal(b []byte) error

type HjLock_0D00

type HjLock_0D00 struct {
	EnableAlarm int32 `protobuf:"varint,1,opt,name=enable_alarm,json=enableAlarm,proto3" json:"enable_alarm,omitempty"`
}

设置刷卡主报

func (*HjLock_0D00) Descriptor

func (*HjLock_0D00) Descriptor() ([]byte, []int)

func (*HjLock_0D00) GetEnableAlarm

func (m *HjLock_0D00) GetEnableAlarm() int32

func (*HjLock_0D00) Marshal

func (m *HjLock_0D00) Marshal() (dAtA []byte, err error)

func (*HjLock_0D00) MarshalTo

func (m *HjLock_0D00) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_0D00) MarshalToSizedBuffer

func (m *HjLock_0D00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_0D00) ProtoMessage

func (*HjLock_0D00) ProtoMessage()

func (*HjLock_0D00) Reset

func (m *HjLock_0D00) Reset()

func (*HjLock_0D00) Size

func (m *HjLock_0D00) Size() (n int)

func (*HjLock_0D00) String

func (m *HjLock_0D00) String() string

func (*HjLock_0D00) Unmarshal

func (m *HjLock_0D00) Unmarshal(dAtA []byte) error

func (*HjLock_0D00) XXX_DiscardUnknown

func (m *HjLock_0D00) XXX_DiscardUnknown()

func (*HjLock_0D00) XXX_Marshal

func (m *HjLock_0D00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_0D00) XXX_Merge

func (m *HjLock_0D00) XXX_Merge(src proto.Message)

func (*HjLock_0D00) XXX_Size

func (m *HjLock_0D00) XXX_Size() int

func (*HjLock_0D00) XXX_Unmarshal

func (m *HjLock_0D00) XXX_Unmarshal(b []byte) error

type HjLock_0E00

type HjLock_0E00 struct {
	FreqLights int32 `protobuf:"varint,1,opt,name=freq_lights,json=freqLights,proto3" json:"freq_lights,omitempty"`
	FreqBeep   int32 `protobuf:"varint,2,opt,name=freq_beep,json=freqBeep,proto3" json:"freq_beep,omitempty"`
}

设置报警参数

func (*HjLock_0E00) Descriptor

func (*HjLock_0E00) Descriptor() ([]byte, []int)

func (*HjLock_0E00) GetFreqBeep

func (m *HjLock_0E00) GetFreqBeep() int32

func (*HjLock_0E00) GetFreqLights

func (m *HjLock_0E00) GetFreqLights() int32

func (*HjLock_0E00) Marshal

func (m *HjLock_0E00) Marshal() (dAtA []byte, err error)

func (*HjLock_0E00) MarshalTo

func (m *HjLock_0E00) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_0E00) MarshalToSizedBuffer

func (m *HjLock_0E00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_0E00) ProtoMessage

func (*HjLock_0E00) ProtoMessage()

func (*HjLock_0E00) Reset

func (m *HjLock_0E00) Reset()

func (*HjLock_0E00) Size

func (m *HjLock_0E00) Size() (n int)

func (*HjLock_0E00) String

func (m *HjLock_0E00) String() string

func (*HjLock_0E00) Unmarshal

func (m *HjLock_0E00) Unmarshal(dAtA []byte) error

func (*HjLock_0E00) XXX_DiscardUnknown

func (m *HjLock_0E00) XXX_DiscardUnknown()

func (*HjLock_0E00) XXX_Marshal

func (m *HjLock_0E00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_0E00) XXX_Merge

func (m *HjLock_0E00) XXX_Merge(src proto.Message)

func (*HjLock_0E00) XXX_Size

func (m *HjLock_0E00) XXX_Size() int

func (*HjLock_0E00) XXX_Unmarshal

func (m *HjLock_0E00) XXX_Unmarshal(b []byte) error

type HjLock_0F00

type HjLock_0F00 struct {
	AlarmMagnetic int32 `protobuf:"varint,1,opt,name=alarm_magnetic,json=alarmMagnetic,proto3" json:"alarm_magnetic,omitempty"`
}

设置门磁报警

func (*HjLock_0F00) Descriptor

func (*HjLock_0F00) Descriptor() ([]byte, []int)

func (*HjLock_0F00) GetAlarmMagnetic

func (m *HjLock_0F00) GetAlarmMagnetic() int32

func (*HjLock_0F00) Marshal

func (m *HjLock_0F00) Marshal() (dAtA []byte, err error)

func (*HjLock_0F00) MarshalTo

func (m *HjLock_0F00) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_0F00) MarshalToSizedBuffer

func (m *HjLock_0F00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_0F00) ProtoMessage

func (*HjLock_0F00) ProtoMessage()

func (*HjLock_0F00) Reset

func (m *HjLock_0F00) Reset()

func (*HjLock_0F00) Size

func (m *HjLock_0F00) Size() (n int)

func (*HjLock_0F00) String

func (m *HjLock_0F00) String() string

func (*HjLock_0F00) Unmarshal

func (m *HjLock_0F00) Unmarshal(dAtA []byte) error

func (*HjLock_0F00) XXX_DiscardUnknown

func (m *HjLock_0F00) XXX_DiscardUnknown()

func (*HjLock_0F00) XXX_Marshal

func (m *HjLock_0F00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_0F00) XXX_Merge

func (m *HjLock_0F00) XXX_Merge(src proto.Message)

func (*HjLock_0F00) XXX_Size

func (m *HjLock_0F00) XXX_Size() int

func (*HjLock_0F00) XXX_Unmarshal

func (m *HjLock_0F00) XXX_Unmarshal(b []byte) error

type HjLock_1000

type HjLock_1000 struct {
	LockId int64 `protobuf:"varint,1,opt,name=lock_id,json=lockId,proto3" json:"lock_id,omitempty"`
}

查询锁号

func (*HjLock_1000) Descriptor

func (*HjLock_1000) Descriptor() ([]byte, []int)

func (*HjLock_1000) GetLockId

func (m *HjLock_1000) GetLockId() int64

func (*HjLock_1000) Marshal

func (m *HjLock_1000) Marshal() (dAtA []byte, err error)

func (*HjLock_1000) MarshalTo

func (m *HjLock_1000) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_1000) MarshalToSizedBuffer

func (m *HjLock_1000) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_1000) ProtoMessage

func (*HjLock_1000) ProtoMessage()

func (*HjLock_1000) Reset

func (m *HjLock_1000) Reset()

func (*HjLock_1000) Size

func (m *HjLock_1000) Size() (n int)

func (*HjLock_1000) String

func (m *HjLock_1000) String() string

func (*HjLock_1000) Unmarshal

func (m *HjLock_1000) Unmarshal(dAtA []byte) error

func (*HjLock_1000) XXX_DiscardUnknown

func (m *HjLock_1000) XXX_DiscardUnknown()

func (*HjLock_1000) XXX_Marshal

func (m *HjLock_1000) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_1000) XXX_Merge

func (m *HjLock_1000) XXX_Merge(src proto.Message)

func (*HjLock_1000) XXX_Size

func (m *HjLock_1000) XXX_Size() int

func (*HjLock_1000) XXX_Unmarshal

func (m *HjLock_1000) XXX_Unmarshal(b []byte) error

type HjLock_1100

type HjLock_1100 struct {
	LockStatus int32 `protobuf:"varint,1,opt,name=lock_status,json=lockStatus,proto3" json:"lock_status,omitempty"`
	DoorStatus int32 `protobuf:"varint,2,opt,name=door_status,json=doorStatus,proto3" json:"door_status,omitempty"`
}

查询门锁状态

func (*HjLock_1100) Descriptor

func (*HjLock_1100) Descriptor() ([]byte, []int)

func (*HjLock_1100) GetDoorStatus

func (m *HjLock_1100) GetDoorStatus() int32

func (*HjLock_1100) GetLockStatus

func (m *HjLock_1100) GetLockStatus() int32

func (*HjLock_1100) Marshal

func (m *HjLock_1100) Marshal() (dAtA []byte, err error)

func (*HjLock_1100) MarshalTo

func (m *HjLock_1100) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_1100) MarshalToSizedBuffer

func (m *HjLock_1100) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_1100) ProtoMessage

func (*HjLock_1100) ProtoMessage()

func (*HjLock_1100) Reset

func (m *HjLock_1100) Reset()

func (*HjLock_1100) Size

func (m *HjLock_1100) Size() (n int)

func (*HjLock_1100) String

func (m *HjLock_1100) String() string

func (*HjLock_1100) Unmarshal

func (m *HjLock_1100) Unmarshal(dAtA []byte) error

func (*HjLock_1100) XXX_DiscardUnknown

func (m *HjLock_1100) XXX_DiscardUnknown()

func (*HjLock_1100) XXX_Marshal

func (m *HjLock_1100) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_1100) XXX_Merge

func (m *HjLock_1100) XXX_Merge(src proto.Message)

func (*HjLock_1100) XXX_Size

func (m *HjLock_1100) XXX_Size() int

func (*HjLock_1100) XXX_Unmarshal

func (m *HjLock_1100) XXX_Unmarshal(b []byte) error

type HjLock_1300

type HjLock_1300 struct {
	// 通讯方式,0-直连,1-485转发
	Protocol int32 `protobuf:"varint,1,opt,name=protocol,proto3" json:"protocol,omitempty"`
}

设置通讯方式(仅影响主动上报格式)

func (*HjLock_1300) Descriptor

func (*HjLock_1300) Descriptor() ([]byte, []int)

func (*HjLock_1300) GetProtocol

func (m *HjLock_1300) GetProtocol() int32

func (*HjLock_1300) Marshal

func (m *HjLock_1300) Marshal() (dAtA []byte, err error)

func (*HjLock_1300) MarshalTo

func (m *HjLock_1300) MarshalTo(dAtA []byte) (int, error)

func (*HjLock_1300) MarshalToSizedBuffer

func (m *HjLock_1300) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HjLock_1300) ProtoMessage

func (*HjLock_1300) ProtoMessage()

func (*HjLock_1300) Reset

func (m *HjLock_1300) Reset()

func (*HjLock_1300) Size

func (m *HjLock_1300) Size() (n int)

func (*HjLock_1300) String

func (m *HjLock_1300) String() string

func (*HjLock_1300) Unmarshal

func (m *HjLock_1300) Unmarshal(dAtA []byte) error

func (*HjLock_1300) XXX_DiscardUnknown

func (m *HjLock_1300) XXX_DiscardUnknown()

func (*HjLock_1300) XXX_Marshal

func (m *HjLock_1300) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HjLock_1300) XXX_Merge

func (m *HjLock_1300) XXX_Merge(src proto.Message)

func (*HjLock_1300) XXX_Size

func (m *HjLock_1300) XXX_Size() int

func (*HjLock_1300) XXX_Unmarshal

func (m *HjLock_1300) XXX_Unmarshal(b []byte) error

type MsgWithCtrl

type MsgWithCtrl struct {
	//协议头信息
	Head *Head `protobuf:"bytes,1,opt,name=head,proto3" json:"head,omitempty"`
	//协议参数
	Args *Args `protobuf:"bytes,2,opt,name=args,proto3" json:"args,omitempty"`
	//系统级别协议集
	Syscmds *SysCommands `protobuf:"bytes,3,opt,name=syscmds,proto3" json:"syscmds,omitempty"`
	// 设备升级公共协议
	Passthrough *Passthrough `protobuf:"bytes,99,opt,name=Passthrough,proto3" json:"Passthrough,omitempty"`
	//终端协议集
	WlstTml *WlstTerminal `protobuf:"bytes,100,opt,name=wlst_tml,json=wlstTml,proto3" json:"wlst_tml,omitempty"`
	//模块协议集
	WlstCom_0000 *WlstCom_0000 `protobuf:"bytes,1000,opt,name=wlst_com_0000,json=wlstCom0000,proto3" json:"wlst_com_0000,omitempty"`
	WlstCom_3E01 *WlstCom_3E01 `protobuf:"bytes,1001,opt,name=wlst_com_3e01,json=wlstCom3e01,proto3" json:"wlst_com_3e01,omitempty"`
	WlstCom_3E02 *WlstCom_3E02 `protobuf:"bytes,1002,opt,name=wlst_com_3e02,json=wlstCom3e02,proto3" json:"wlst_com_3e02,omitempty"`
	WlstCom_3E82 *WlstCom_3E82 `protobuf:"bytes,1003,opt,name=wlst_com_3e82,json=wlstCom3e82,proto3" json:"wlst_com_3e82,omitempty"`
	WlstCom_3E81 *WlstCom_3E02 `protobuf:"bytes,1004,opt,name=wlst_com_3e81,json=wlstCom3e81,proto3" json:"wlst_com_3e81,omitempty"`
	WlstCom_3E84 *WlstCom_3E84 `protobuf:"bytes,1005,opt,name=wlst_com_3e84,json=wlstCom3e84,proto3" json:"wlst_com_3e84,omitempty"`
	//第三方设备
	//江阴节能
	WxjyEsu_5500 *WxjyEsu_5500 `protobuf:"bytes,2000,opt,name=wxjy_esu_5500,json=wxjyEsu5500,proto3" json:"wxjy_esu_5500,omitempty"`
	WxjyEsuD500  *WxjyEsu_5500 `protobuf:"bytes,2001,opt,name=wxjy_esu_d500,json=wxjyEsuD500,proto3" json:"wxjy_esu_d500,omitempty"`
	WxjyEsuD700  *WxjyEsuD700  `protobuf:"bytes,2002,opt,name=wxjy_esu_d700,json=wxjyEsuD700,proto3" json:"wxjy_esu_d700,omitempty"`
	WxjyEsuD800  *WxjyEsuD800  `protobuf:"bytes,2003,opt,name=wxjy_esu_d800,json=wxjyEsuD800,proto3" json:"wxjy_esu_d800,omitempty"`
	// 安徽合肥,head.tver=2,若无特殊说明,cmd和公司终端相同,公司标示改为ahhf
	// 对时,采用终端Wlst_rtu_9300结构下发,应答采用Wlst_rtu_9200
	// 下发年时间,采用终端wlst_rtu_7060, 应答采用wlst_rtu_70e0
	// 开关量输出/输入/上下限设置/应答采用下面结构,cmd=ahhf.rtu.6804
	AhhfRtu_6804 *AhhfRtu_6804 `protobuf:"bytes,2101,opt,name=ahhf_rtu_6804,json=ahhfRtu6804,proto3" json:"ahhf_rtu_6804,omitempty"`
	// 开关灯,采用终端的wlst_rtu_4b00结构下发,应答采用wlst_rtu_cb00
	// 读取版本,采用ahhf.rtu.5c00命令,应答采用wlst_rtu_dc00
	// 读取开关量输出/输入/上下限参数,应答使用以下结构,cmd=ahhf.rtu.680a
	AhhfRtu_680A *AhhfRtu_6804 `protobuf:"bytes,2102,opt,name=ahhf_rtu_680a,json=ahhfRtu680a,proto3" json:"ahhf_rtu_680a,omitempty"`
	// 勃洛克单灯
	// 选测控制器数据
	BlkSlu_6891 *BlkSlu_6891 `protobuf:"bytes,2201,opt,name=blk_slu_6891,json=blkSlu6891,proto3" json:"blk_slu_6891,omitempty"`
	// 选测控制器数据应答
	BlkSlu_6892 *BlkSlu_6892 `protobuf:"bytes,2202,opt,name=blk_slu_6892,json=blkSlu6892,proto3" json:"blk_slu_6892,omitempty"`
	// 对时
	BlkSlu_6887 *BlkSlu_6891 `protobuf:"bytes,2203,opt,name=blk_slu_6887,json=blkSlu6887,proto3" json:"blk_slu_6887,omitempty"`
	// 对时应答
	BlkSlu_6888 *BlkSlu_6891 `protobuf:"bytes,2204,opt,name=blk_slu_6888,json=blkSlu6888,proto3" json:"blk_slu_6888,omitempty"`
	// 即时控制
	BlkSlu_6895 *BlkSlu_6895 `protobuf:"bytes,2205,opt,name=blk_slu_6895,json=blkSlu6895,proto3" json:"blk_slu_6895,omitempty"`
	// 即时控制应答
	BlkSlu_6896 *BlkSlu_6895 `protobuf:"bytes,2206,opt,name=blk_slu_6896,json=blkSlu6896,proto3" json:"blk_slu_6896,omitempty"`
	// 集中器定时设置
	BlkSlu_6889 *BlkSlu_6895 `protobuf:"bytes,2207,opt,name=blk_slu_6889,json=blkSlu6889,proto3" json:"blk_slu_6889,omitempty"`
	// 集中器定时设置应答
	BlkSlu_6890 *BlkSlu_6895 `protobuf:"bytes,2208,opt,name=blk_slu_6890,json=blkSlu6890,proto3" json:"blk_slu_6890,omitempty"`
	// 控制器回路数设置
	BlkSlu_6893 *BlkSlu_6891 `protobuf:"bytes,2209,opt,name=blk_slu_6893,json=blkSlu6893,proto3" json:"blk_slu_6893,omitempty"`
	// 控制器回路数设置应答
	BlkSlu_6894 *BlkSlu_6891 `protobuf:"bytes,2210,opt,name=blk_slu_6894,json=blkSlu6894,proto3" json:"blk_slu_6894,omitempty"`
	// 云帆除湿
	YfDry_0300 *YfDry_0300 `protobuf:"bytes,2300,opt,name=yf_dry_0300,json=yfDry0300,proto3" json:"yf_dry_0300,omitempty"`
	YfDry_1005 *YfDry_1005 `protobuf:"bytes,2301,opt,name=yf_dry_1005,json=yfDry1005,proto3" json:"yf_dry_1005,omitempty"`
	YfDry_1001 *YfDry_1001 `protobuf:"bytes,2302,opt,name=yf_dry_1001,json=yfDry1001,proto3" json:"yf_dry_1001,omitempty"`
}

数据服务和通讯服务传输格式

func (*MsgWithCtrl) Descriptor

func (*MsgWithCtrl) Descriptor() ([]byte, []int)

func (*MsgWithCtrl) GetAhhfRtu_6804

func (m *MsgWithCtrl) GetAhhfRtu_6804() *AhhfRtu_6804

func (*MsgWithCtrl) GetAhhfRtu_680A

func (m *MsgWithCtrl) GetAhhfRtu_680A() *AhhfRtu_6804

func (*MsgWithCtrl) GetArgs

func (m *MsgWithCtrl) GetArgs() *Args

func (*MsgWithCtrl) GetBlkSlu_6887

func (m *MsgWithCtrl) GetBlkSlu_6887() *BlkSlu_6891

func (*MsgWithCtrl) GetBlkSlu_6888

func (m *MsgWithCtrl) GetBlkSlu_6888() *BlkSlu_6891

func (*MsgWithCtrl) GetBlkSlu_6889

func (m *MsgWithCtrl) GetBlkSlu_6889() *BlkSlu_6895

func (*MsgWithCtrl) GetBlkSlu_6890

func (m *MsgWithCtrl) GetBlkSlu_6890() *BlkSlu_6895

func (*MsgWithCtrl) GetBlkSlu_6891

func (m *MsgWithCtrl) GetBlkSlu_6891() *BlkSlu_6891

func (*MsgWithCtrl) GetBlkSlu_6892

func (m *MsgWithCtrl) GetBlkSlu_6892() *BlkSlu_6892

func (*MsgWithCtrl) GetBlkSlu_6893

func (m *MsgWithCtrl) GetBlkSlu_6893() *BlkSlu_6891

func (*MsgWithCtrl) GetBlkSlu_6894

func (m *MsgWithCtrl) GetBlkSlu_6894() *BlkSlu_6891

func (*MsgWithCtrl) GetBlkSlu_6895

func (m *MsgWithCtrl) GetBlkSlu_6895() *BlkSlu_6895

func (*MsgWithCtrl) GetBlkSlu_6896

func (m *MsgWithCtrl) GetBlkSlu_6896() *BlkSlu_6895

func (*MsgWithCtrl) GetHead

func (m *MsgWithCtrl) GetHead() *Head

func (*MsgWithCtrl) GetPassthrough

func (m *MsgWithCtrl) GetPassthrough() *Passthrough

func (*MsgWithCtrl) GetSyscmds

func (m *MsgWithCtrl) GetSyscmds() *SysCommands

func (*MsgWithCtrl) GetWlstCom_0000

func (m *MsgWithCtrl) GetWlstCom_0000() *WlstCom_0000

func (*MsgWithCtrl) GetWlstCom_3E01

func (m *MsgWithCtrl) GetWlstCom_3E01() *WlstCom_3E01

func (*MsgWithCtrl) GetWlstCom_3E02

func (m *MsgWithCtrl) GetWlstCom_3E02() *WlstCom_3E02

func (*MsgWithCtrl) GetWlstCom_3E81

func (m *MsgWithCtrl) GetWlstCom_3E81() *WlstCom_3E02

func (*MsgWithCtrl) GetWlstCom_3E82

func (m *MsgWithCtrl) GetWlstCom_3E82() *WlstCom_3E82

func (*MsgWithCtrl) GetWlstCom_3E84

func (m *MsgWithCtrl) GetWlstCom_3E84() *WlstCom_3E84

func (*MsgWithCtrl) GetWlstTml

func (m *MsgWithCtrl) GetWlstTml() *WlstTerminal

func (*MsgWithCtrl) GetWxjyEsuD500

func (m *MsgWithCtrl) GetWxjyEsuD500() *WxjyEsu_5500

func (*MsgWithCtrl) GetWxjyEsuD700

func (m *MsgWithCtrl) GetWxjyEsuD700() *WxjyEsuD700

func (*MsgWithCtrl) GetWxjyEsuD800

func (m *MsgWithCtrl) GetWxjyEsuD800() *WxjyEsuD800

func (*MsgWithCtrl) GetWxjyEsu_5500

func (m *MsgWithCtrl) GetWxjyEsu_5500() *WxjyEsu_5500

func (*MsgWithCtrl) GetYfDry_0300

func (m *MsgWithCtrl) GetYfDry_0300() *YfDry_0300

func (*MsgWithCtrl) GetYfDry_1001

func (m *MsgWithCtrl) GetYfDry_1001() *YfDry_1001

func (*MsgWithCtrl) GetYfDry_1005

func (m *MsgWithCtrl) GetYfDry_1005() *YfDry_1005

func (*MsgWithCtrl) Marshal

func (m *MsgWithCtrl) Marshal() (dAtA []byte, err error)

func (*MsgWithCtrl) MarshalTo

func (m *MsgWithCtrl) MarshalTo(dAtA []byte) (int, error)

func (*MsgWithCtrl) MarshalToSizedBuffer

func (m *MsgWithCtrl) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgWithCtrl) ProtoMessage

func (*MsgWithCtrl) ProtoMessage()

func (*MsgWithCtrl) Reset

func (m *MsgWithCtrl) Reset()

func (*MsgWithCtrl) Size

func (m *MsgWithCtrl) Size() (n int)

func (*MsgWithCtrl) String

func (m *MsgWithCtrl) String() string

func (*MsgWithCtrl) Unmarshal

func (m *MsgWithCtrl) Unmarshal(dAtA []byte) error

func (*MsgWithCtrl) XXX_DiscardUnknown

func (m *MsgWithCtrl) XXX_DiscardUnknown()

func (*MsgWithCtrl) XXX_Marshal

func (m *MsgWithCtrl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgWithCtrl) XXX_Merge

func (m *MsgWithCtrl) XXX_Merge(src proto.Message)

func (*MsgWithCtrl) XXX_Size

func (m *MsgWithCtrl) XXX_Size() int

func (*MsgWithCtrl) XXX_Unmarshal

func (m *MsgWithCtrl) XXX_Unmarshal(b []byte) error

type Passthrough

type Passthrough struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 标识
	DataMark int32 `protobuf:"varint,2,opt,name=data_mark,json=dataMark,proto3" json:"data_mark,omitempty"`
	// 数据
	PkgData []int32 `protobuf:"varint,3,rep,packed,name=pkg_data,json=pkgData,proto3" json:"pkg_data,omitempty"`
	// 状态
	Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
}

func (*Passthrough) Descriptor

func (*Passthrough) Descriptor() ([]byte, []int)

func (*Passthrough) GetCmdIdx

func (m *Passthrough) GetCmdIdx() int32

func (*Passthrough) GetDataMark

func (m *Passthrough) GetDataMark() int32

func (*Passthrough) GetPkgData

func (m *Passthrough) GetPkgData() []int32

func (*Passthrough) GetStatus

func (m *Passthrough) GetStatus() int32

func (*Passthrough) Marshal

func (m *Passthrough) Marshal() (dAtA []byte, err error)

func (*Passthrough) MarshalTo

func (m *Passthrough) MarshalTo(dAtA []byte) (int, error)

func (*Passthrough) MarshalToSizedBuffer

func (m *Passthrough) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Passthrough) ProtoMessage

func (*Passthrough) ProtoMessage()

func (*Passthrough) Reset

func (m *Passthrough) Reset()

func (*Passthrough) Size

func (m *Passthrough) Size() (n int)

func (*Passthrough) String

func (m *Passthrough) String() string

func (*Passthrough) Unmarshal

func (m *Passthrough) Unmarshal(dAtA []byte) error

func (*Passthrough) XXX_DiscardUnknown

func (m *Passthrough) XXX_DiscardUnknown()

func (*Passthrough) XXX_Marshal

func (m *Passthrough) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Passthrough) XXX_Merge

func (m *Passthrough) XXX_Merge(src proto.Message)

func (*Passthrough) XXX_Size

func (m *Passthrough) XXX_Size() int

func (*Passthrough) XXX_Unmarshal

func (m *Passthrough) XXX_Unmarshal(b []byte) error

type SubmitAlarm

type SubmitAlarm struct {
	// Head head = 1;
	AlarmView []*SubmitAlarm_AlarmView `protobuf:"bytes,2,rep,name=alarm_view,json=alarmView,proto3" json:"alarm_view,omitempty"`
}

中间层报警信息提交

func (*SubmitAlarm) Descriptor

func (*SubmitAlarm) Descriptor() ([]byte, []int)

func (*SubmitAlarm) GetAlarmView

func (m *SubmitAlarm) GetAlarmView() []*SubmitAlarm_AlarmView

func (*SubmitAlarm) Marshal

func (m *SubmitAlarm) Marshal() (dAtA []byte, err error)

func (*SubmitAlarm) MarshalTo

func (m *SubmitAlarm) MarshalTo(dAtA []byte) (int, error)

func (*SubmitAlarm) MarshalToSizedBuffer

func (m *SubmitAlarm) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SubmitAlarm) ProtoMessage

func (*SubmitAlarm) ProtoMessage()

func (*SubmitAlarm) Reset

func (m *SubmitAlarm) Reset()

func (*SubmitAlarm) Size

func (m *SubmitAlarm) Size() (n int)

func (*SubmitAlarm) String

func (m *SubmitAlarm) String() string

func (*SubmitAlarm) Unmarshal

func (m *SubmitAlarm) Unmarshal(dAtA []byte) error

func (*SubmitAlarm) XXX_DiscardUnknown

func (m *SubmitAlarm) XXX_DiscardUnknown()

func (*SubmitAlarm) XXX_Marshal

func (m *SubmitAlarm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubmitAlarm) XXX_Merge

func (m *SubmitAlarm) XXX_Merge(src proto.Message)

func (*SubmitAlarm) XXX_Size

func (m *SubmitAlarm) XXX_Size() int

func (*SubmitAlarm) XXX_Unmarshal

func (m *SubmitAlarm) XXX_Unmarshal(b []byte) error

type SubmitAlarm_AlarmView

type SubmitAlarm_AlarmView struct {
	DtCreate  int64  `protobuf:"varint,1,opt,name=dt_create,json=dtCreate,proto3" json:"dt_create,omitempty"`
	ErrId     int32  `protobuf:"varint,2,opt,name=err_id,json=errId,proto3" json:"err_id,omitempty"`
	TmlId     int32  `protobuf:"varint,3,opt,name=tml_id,json=tmlId,proto3" json:"tml_id,omitempty"`
	LoopId    int32  `protobuf:"varint,4,opt,name=loop_id,json=loopId,proto3" json:"loop_id,omitempty"`
	LampId    int32  `protobuf:"varint,5,opt,name=lamp_id,json=lampId,proto3" json:"lamp_id,omitempty"`
	ErrCount  int32  `protobuf:"varint,6,opt,name=err_count,json=errCount,proto3" json:"err_count,omitempty"`
	DtRemove  int64  `protobuf:"varint,8,opt,name=dt_remove,json=dtRemove,proto3" json:"dt_remove,omitempty"`
	IsAlarm   int32  `protobuf:"varint,9,opt,name=is_alarm,json=isAlarm,proto3" json:"is_alarm,omitempty"`
	AlarmSrc  int32  `protobuf:"varint,10,opt,name=alarm_src,json=alarmSrc,proto3" json:"alarm_src,omitempty"`
	AlarmName string `protobuf:"bytes,11,opt,name=alarm_name,json=alarmName,proto3" json:"alarm_name,omitempty"`
	TmlName   string `protobuf:"bytes,12,opt,name=tml_name,json=tmlName,proto3" json:"tml_name,omitempty"`
	LoopName  string `protobuf:"bytes,13,opt,name=loop_name,json=loopName,proto3" json:"loop_name,omitempty"`
}

func (*SubmitAlarm_AlarmView) Descriptor

func (*SubmitAlarm_AlarmView) Descriptor() ([]byte, []int)

func (*SubmitAlarm_AlarmView) GetAlarmName

func (m *SubmitAlarm_AlarmView) GetAlarmName() string

func (*SubmitAlarm_AlarmView) GetAlarmSrc

func (m *SubmitAlarm_AlarmView) GetAlarmSrc() int32

func (*SubmitAlarm_AlarmView) GetDtCreate

func (m *SubmitAlarm_AlarmView) GetDtCreate() int64

func (*SubmitAlarm_AlarmView) GetDtRemove

func (m *SubmitAlarm_AlarmView) GetDtRemove() int64

func (*SubmitAlarm_AlarmView) GetErrCount

func (m *SubmitAlarm_AlarmView) GetErrCount() int32

func (*SubmitAlarm_AlarmView) GetErrId

func (m *SubmitAlarm_AlarmView) GetErrId() int32

func (*SubmitAlarm_AlarmView) GetIsAlarm

func (m *SubmitAlarm_AlarmView) GetIsAlarm() int32

func (*SubmitAlarm_AlarmView) GetLampId

func (m *SubmitAlarm_AlarmView) GetLampId() int32

func (*SubmitAlarm_AlarmView) GetLoopId

func (m *SubmitAlarm_AlarmView) GetLoopId() int32

func (*SubmitAlarm_AlarmView) GetLoopName

func (m *SubmitAlarm_AlarmView) GetLoopName() string

func (*SubmitAlarm_AlarmView) GetTmlId

func (m *SubmitAlarm_AlarmView) GetTmlId() int32

func (*SubmitAlarm_AlarmView) GetTmlName

func (m *SubmitAlarm_AlarmView) GetTmlName() string

func (*SubmitAlarm_AlarmView) Marshal

func (m *SubmitAlarm_AlarmView) Marshal() (dAtA []byte, err error)

func (*SubmitAlarm_AlarmView) MarshalTo

func (m *SubmitAlarm_AlarmView) MarshalTo(dAtA []byte) (int, error)

func (*SubmitAlarm_AlarmView) MarshalToSizedBuffer

func (m *SubmitAlarm_AlarmView) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SubmitAlarm_AlarmView) ProtoMessage

func (*SubmitAlarm_AlarmView) ProtoMessage()

func (*SubmitAlarm_AlarmView) Reset

func (m *SubmitAlarm_AlarmView) Reset()

func (*SubmitAlarm_AlarmView) Size

func (m *SubmitAlarm_AlarmView) Size() (n int)

func (*SubmitAlarm_AlarmView) String

func (m *SubmitAlarm_AlarmView) String() string

func (*SubmitAlarm_AlarmView) Unmarshal

func (m *SubmitAlarm_AlarmView) Unmarshal(dAtA []byte) error

func (*SubmitAlarm_AlarmView) XXX_DiscardUnknown

func (m *SubmitAlarm_AlarmView) XXX_DiscardUnknown()

func (*SubmitAlarm_AlarmView) XXX_Marshal

func (m *SubmitAlarm_AlarmView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubmitAlarm_AlarmView) XXX_Merge

func (m *SubmitAlarm_AlarmView) XXX_Merge(src proto.Message)

func (*SubmitAlarm_AlarmView) XXX_Size

func (m *SubmitAlarm_AlarmView) XXX_Size() int

func (*SubmitAlarm_AlarmView) XXX_Unmarshal

func (m *SubmitAlarm_AlarmView) XXX_Unmarshal(b []byte) error

type SubmitSettingChange

type SubmitSettingChange struct {
	// 参数类型,1-参数变化(含增删改),2-时间表变化(含单灯,终端,增删改),3-定时任务变化(增删改)
	SettingType int32 `protobuf:"varint,1,opt,name=setting_type,json=settingType,proto3" json:"setting_type,omitempty"`
	// 设备逻辑地址,setting_type==3时可不填充
	TmlId []int64 `protobuf:"varint,2,rep,packed,name=tml_id,json=tmlId,proto3" json:"tml_id,omitempty"`
}

中间层参数修改提交

func (*SubmitSettingChange) Descriptor

func (*SubmitSettingChange) Descriptor() ([]byte, []int)

func (*SubmitSettingChange) GetSettingType

func (m *SubmitSettingChange) GetSettingType() int32

func (*SubmitSettingChange) GetTmlId

func (m *SubmitSettingChange) GetTmlId() []int64

func (*SubmitSettingChange) Marshal

func (m *SubmitSettingChange) Marshal() (dAtA []byte, err error)

func (*SubmitSettingChange) MarshalTo

func (m *SubmitSettingChange) MarshalTo(dAtA []byte) (int, error)

func (*SubmitSettingChange) MarshalToSizedBuffer

func (m *SubmitSettingChange) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SubmitSettingChange) ProtoMessage

func (*SubmitSettingChange) ProtoMessage()

func (*SubmitSettingChange) Reset

func (m *SubmitSettingChange) Reset()

func (*SubmitSettingChange) Size

func (m *SubmitSettingChange) Size() (n int)

func (*SubmitSettingChange) String

func (m *SubmitSettingChange) String() string

func (*SubmitSettingChange) Unmarshal

func (m *SubmitSettingChange) Unmarshal(dAtA []byte) error

func (*SubmitSettingChange) XXX_DiscardUnknown

func (m *SubmitSettingChange) XXX_DiscardUnknown()

func (*SubmitSettingChange) XXX_Marshal

func (m *SubmitSettingChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubmitSettingChange) XXX_Merge

func (m *SubmitSettingChange) XXX_Merge(src proto.Message)

func (*SubmitSettingChange) XXX_Size

func (m *SubmitSettingChange) XXX_Size() int

func (*SubmitSettingChange) XXX_Unmarshal

func (m *SubmitSettingChange) XXX_Unmarshal(b []byte) error

type SysCommands

type SysCommands struct {
	Port int32 `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"`
	//在线
	OnlineRtus []int64 `protobuf:"varint,2,rep,packed,name=online_rtus,json=onlineRtus,proto3" json:"online_rtus,omitempty"`
	OnlineId   []int32 `protobuf:"varint,3,rep,packed,name=online_id,json=onlineId,proto3" json:"online_id,omitempty"`
	OnlineIp   []int64 `protobuf:"varint,4,rep,packed,name=online_ip,json=onlineIp,proto3" json:"online_ip,omitempty"`
	//日志信息
	LoggerMsg  string                    `protobuf:"bytes,5,opt,name=logger_msg,json=loggerMsg,proto3" json:"logger_msg,omitempty"`
	OnlineInfo []*SysCommands_OnlineInfo `protobuf:"bytes,6,rep,name=online_info,json=onlineInfo,proto3" json:"online_info,omitempty"`
}

func (*SysCommands) Descriptor

func (*SysCommands) Descriptor() ([]byte, []int)

func (*SysCommands) GetLoggerMsg

func (m *SysCommands) GetLoggerMsg() string

func (*SysCommands) GetOnlineId

func (m *SysCommands) GetOnlineId() []int32

func (*SysCommands) GetOnlineInfo

func (m *SysCommands) GetOnlineInfo() []*SysCommands_OnlineInfo

func (*SysCommands) GetOnlineIp

func (m *SysCommands) GetOnlineIp() []int64

func (*SysCommands) GetOnlineRtus

func (m *SysCommands) GetOnlineRtus() []int64

func (*SysCommands) GetPort

func (m *SysCommands) GetPort() int32

func (*SysCommands) Marshal

func (m *SysCommands) Marshal() (dAtA []byte, err error)

func (*SysCommands) MarshalTo

func (m *SysCommands) MarshalTo(dAtA []byte) (int, error)

func (*SysCommands) MarshalToSizedBuffer

func (m *SysCommands) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SysCommands) ProtoMessage

func (*SysCommands) ProtoMessage()

func (*SysCommands) Reset

func (m *SysCommands) Reset()

func (*SysCommands) Size

func (m *SysCommands) Size() (n int)

func (*SysCommands) String

func (m *SysCommands) String() string

func (*SysCommands) Unmarshal

func (m *SysCommands) Unmarshal(dAtA []byte) error

func (*SysCommands) XXX_DiscardUnknown

func (m *SysCommands) XXX_DiscardUnknown()

func (*SysCommands) XXX_Marshal

func (m *SysCommands) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SysCommands) XXX_Merge

func (m *SysCommands) XXX_Merge(src proto.Message)

func (*SysCommands) XXX_Size

func (m *SysCommands) XXX_Size() int

func (*SysCommands) XXX_Unmarshal

func (m *SysCommands) XXX_Unmarshal(b []byte) error

type SysCommands_OnlineInfo

type SysCommands_OnlineInfo struct {
	// ip地址
	Ip int64 `protobuf:"varint,1,opt,name=ip,proto3" json:"ip,omitempty"`
	// 该ip下各主设备信息 格式为厂商-型号-物理地址 如wlst-rtu-1
	// 其中型号有rtu-终端/slu-单灯/als-光控/mru-电表/elu-漏电/sim-通讯模块/com-通讯模块
	Members []string `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"`
	// 网络模式 0-未知 2-2G/3G网络 4-4G网络
	NetType int32 `protobuf:"varint,3,opt,name=net_type,json=netType,proto3" json:"net_type,omitempty"`
	// 通讯模块信号
	Signal int32 `protobuf:"varint,4,opt,name=signal,proto3" json:"signal,omitempty"`
	// 主设备物理地址 填充顺序为终端、单灯、其它设备
	PhyId int64 `protobuf:"varint,5,opt,name=phy_id,json=phyId,proto3" json:"phy_id,omitempty"`
	// IMEI号码
	Imei string `protobuf:"bytes,6,opt,name=imei,proto3" json:"imei,omitempty"`
	// 字符型ip地址
	Ipstr string `protobuf:"bytes,7,opt,name=ipstr,proto3" json:"ipstr,omitempty"`
	// SIM号码
	Sim string `protobuf:"bytes,8,opt,name=sim,proto3" json:"sim,omitempty"`
	// devid
	DevId string `protobuf:"bytes,9,opt,name=dev_id,json=devId,proto3" json:"dev_id,omitempty"`
	// iccid
	Iccid string `protobuf:"bytes,10,opt,name=iccid,proto3" json:"iccid,omitempty"`
	// com ver
	ComVer string `protobuf:"bytes,11,opt,name=com_ver,json=comVer,proto3" json:"com_ver,omitempty"`
}

func (*SysCommands_OnlineInfo) Descriptor

func (*SysCommands_OnlineInfo) Descriptor() ([]byte, []int)

func (*SysCommands_OnlineInfo) GetComVer

func (m *SysCommands_OnlineInfo) GetComVer() string

func (*SysCommands_OnlineInfo) GetDevId

func (m *SysCommands_OnlineInfo) GetDevId() string

func (*SysCommands_OnlineInfo) GetIccid

func (m *SysCommands_OnlineInfo) GetIccid() string

func (*SysCommands_OnlineInfo) GetImei

func (m *SysCommands_OnlineInfo) GetImei() string

func (*SysCommands_OnlineInfo) GetIp

func (m *SysCommands_OnlineInfo) GetIp() int64

func (*SysCommands_OnlineInfo) GetIpstr

func (m *SysCommands_OnlineInfo) GetIpstr() string

func (*SysCommands_OnlineInfo) GetMembers

func (m *SysCommands_OnlineInfo) GetMembers() []string

func (*SysCommands_OnlineInfo) GetNetType

func (m *SysCommands_OnlineInfo) GetNetType() int32

func (*SysCommands_OnlineInfo) GetPhyId

func (m *SysCommands_OnlineInfo) GetPhyId() int64

func (*SysCommands_OnlineInfo) GetSignal

func (m *SysCommands_OnlineInfo) GetSignal() int32

func (*SysCommands_OnlineInfo) GetSim

func (m *SysCommands_OnlineInfo) GetSim() string

func (*SysCommands_OnlineInfo) Marshal

func (m *SysCommands_OnlineInfo) Marshal() (dAtA []byte, err error)

func (*SysCommands_OnlineInfo) MarshalTo

func (m *SysCommands_OnlineInfo) MarshalTo(dAtA []byte) (int, error)

func (*SysCommands_OnlineInfo) MarshalToSizedBuffer

func (m *SysCommands_OnlineInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SysCommands_OnlineInfo) ProtoMessage

func (*SysCommands_OnlineInfo) ProtoMessage()

func (*SysCommands_OnlineInfo) Reset

func (m *SysCommands_OnlineInfo) Reset()

func (*SysCommands_OnlineInfo) Size

func (m *SysCommands_OnlineInfo) Size() (n int)

func (*SysCommands_OnlineInfo) String

func (m *SysCommands_OnlineInfo) String() string

func (*SysCommands_OnlineInfo) Unmarshal

func (m *SysCommands_OnlineInfo) Unmarshal(dAtA []byte) error

func (*SysCommands_OnlineInfo) XXX_DiscardUnknown

func (m *SysCommands_OnlineInfo) XXX_DiscardUnknown()

func (*SysCommands_OnlineInfo) XXX_Marshal

func (m *SysCommands_OnlineInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SysCommands_OnlineInfo) XXX_Merge

func (m *SysCommands_OnlineInfo) XXX_Merge(src proto.Message)

func (*SysCommands_OnlineInfo) XXX_Size

func (m *SysCommands_OnlineInfo) XXX_Size() int

func (*SysCommands_OnlineInfo) XXX_Unmarshal

func (m *SysCommands_OnlineInfo) XXX_Unmarshal(b []byte) error

type UnimplementedDeviceCtrlServer

type UnimplementedDeviceCtrlServer struct {
}

UnimplementedDeviceCtrlServer can be embedded to have forward compatible implementations.

func (*UnimplementedDeviceCtrlServer) DeviceEcho

type WlstAlsA700

type WlstAlsA700 struct {
	//光照度地址
	Addr int32 `protobuf:"varint,1,opt,name=addr,proto3" json:"addr,omitempty"`
	// 1-设置成功,0-设置失败,b700_a500_b800
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// 0-每5s主动上报,1-选测上报,b600_3600_c600,2-按自定义间隔主动上报(多光控),3-按自定义间隔主动上报(485),3700_b700_c700
	Mode int32 `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"`
	//时间间隔(s),3800_c800
	Time int32 `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"`
	//版本号,ca00
	Ver string `protobuf:"bytes,5,opt,name=ver,proto3" json:"ver,omitempty"`
	//光照度值,a600_a700_a800
	Lux float64 `protobuf:"fixed64,6,opt,name=lux,proto3" json:"lux,omitempty"`
	//光照度状态
	Error int32 `protobuf:"varint,7,opt,name=error,proto3" json:"error,omitempty"`
}

光照度协议

func (*WlstAlsA700) Descriptor

func (*WlstAlsA700) Descriptor() ([]byte, []int)

func (*WlstAlsA700) GetAddr

func (m *WlstAlsA700) GetAddr() int32

func (*WlstAlsA700) GetError

func (m *WlstAlsA700) GetError() int32

func (*WlstAlsA700) GetLux

func (m *WlstAlsA700) GetLux() float64

func (*WlstAlsA700) GetMode

func (m *WlstAlsA700) GetMode() int32

func (*WlstAlsA700) GetStatus

func (m *WlstAlsA700) GetStatus() int32

func (*WlstAlsA700) GetTime

func (m *WlstAlsA700) GetTime() int32

func (*WlstAlsA700) GetVer

func (m *WlstAlsA700) GetVer() string

func (*WlstAlsA700) Marshal

func (m *WlstAlsA700) Marshal() (dAtA []byte, err error)

func (*WlstAlsA700) MarshalTo

func (m *WlstAlsA700) MarshalTo(dAtA []byte) (int, error)

func (*WlstAlsA700) MarshalToSizedBuffer

func (m *WlstAlsA700) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstAlsA700) ProtoMessage

func (*WlstAlsA700) ProtoMessage()

func (*WlstAlsA700) Reset

func (m *WlstAlsA700) Reset()

func (*WlstAlsA700) Size

func (m *WlstAlsA700) Size() (n int)

func (*WlstAlsA700) String

func (m *WlstAlsA700) String() string

func (*WlstAlsA700) Unmarshal

func (m *WlstAlsA700) Unmarshal(dAtA []byte) error

func (*WlstAlsA700) XXX_DiscardUnknown

func (m *WlstAlsA700) XXX_DiscardUnknown()

func (*WlstAlsA700) XXX_Marshal

func (m *WlstAlsA700) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstAlsA700) XXX_Merge

func (m *WlstAlsA700) XXX_Merge(src proto.Message)

func (*WlstAlsA700) XXX_Size

func (m *WlstAlsA700) XXX_Size() int

func (*WlstAlsA700) XXX_Unmarshal

func (m *WlstAlsA700) XXX_Unmarshal(b []byte) error

type WlstCom_0000

type WlstCom_0000 struct {
	ServerIp   string `protobuf:"bytes,1,opt,name=server_ip,json=serverIp,proto3" json:"server_ip,omitempty"`
	ServerPort string `protobuf:"bytes,2,opt,name=server_port,json=serverPort,proto3" json:"server_port,omitempty"`
	Apn        string `protobuf:"bytes,3,opt,name=apn,proto3" json:"apn,omitempty"`
	KeepAlive  string `protobuf:"bytes,4,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"`
	//通讯类型1-tcp,0-udp
	Type         string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Sim          string `protobuf:"bytes,6,opt,name=sim,proto3" json:"sim,omitempty"`
	CdmaUsername string `protobuf:"bytes,7,opt,name=cdma_username,json=cdmaUsername,proto3" json:"cdma_username,omitempty"`
	CdmaPassword string `protobuf:"bytes,8,opt,name=cdma_password,json=cdmaPassword,proto3" json:"cdma_password,omitempty"`
}

3c协议模块基本修改

func (*WlstCom_0000) Descriptor

func (*WlstCom_0000) Descriptor() ([]byte, []int)

func (*WlstCom_0000) GetApn

func (m *WlstCom_0000) GetApn() string

func (*WlstCom_0000) GetCdmaPassword

func (m *WlstCom_0000) GetCdmaPassword() string

func (*WlstCom_0000) GetCdmaUsername

func (m *WlstCom_0000) GetCdmaUsername() string

func (*WlstCom_0000) GetKeepAlive

func (m *WlstCom_0000) GetKeepAlive() string

func (*WlstCom_0000) GetServerIp

func (m *WlstCom_0000) GetServerIp() string

func (*WlstCom_0000) GetServerPort

func (m *WlstCom_0000) GetServerPort() string

func (*WlstCom_0000) GetSim

func (m *WlstCom_0000) GetSim() string

func (*WlstCom_0000) GetType

func (m *WlstCom_0000) GetType() string

func (*WlstCom_0000) Marshal

func (m *WlstCom_0000) Marshal() (dAtA []byte, err error)

func (*WlstCom_0000) MarshalTo

func (m *WlstCom_0000) MarshalTo(dAtA []byte) (int, error)

func (*WlstCom_0000) MarshalToSizedBuffer

func (m *WlstCom_0000) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstCom_0000) ProtoMessage

func (*WlstCom_0000) ProtoMessage()

func (*WlstCom_0000) Reset

func (m *WlstCom_0000) Reset()

func (*WlstCom_0000) Size

func (m *WlstCom_0000) Size() (n int)

func (*WlstCom_0000) String

func (m *WlstCom_0000) String() string

func (*WlstCom_0000) Unmarshal

func (m *WlstCom_0000) Unmarshal(dAtA []byte) error

func (*WlstCom_0000) XXX_DiscardUnknown

func (m *WlstCom_0000) XXX_DiscardUnknown()

func (*WlstCom_0000) XXX_Marshal

func (m *WlstCom_0000) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstCom_0000) XXX_Merge

func (m *WlstCom_0000) XXX_Merge(src proto.Message)

func (*WlstCom_0000) XXX_Size

func (m *WlstCom_0000) XXX_Size() int

func (*WlstCom_0000) XXX_Unmarshal

func (m *WlstCom_0000) XXX_Unmarshal(b []byte) error

type WlstCom_3E01

type WlstCom_3E01 struct {
	// 11位地址,默认”00000000000“
	Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"`
	//组号
	GroupMark int32 `protobuf:"varint,2,opt,name=group_mark,json=groupMark,proto3" json:"group_mark,omitempty"`
	//位号,依据组号排序
	ArgsMark []int32 `protobuf:"varint,3,rep,packed,name=args_mark,json=argsMark,proto3" json:"args_mark,omitempty"`
}

func (*WlstCom_3E01) Descriptor

func (*WlstCom_3E01) Descriptor() ([]byte, []int)

func (*WlstCom_3E01) GetAddr

func (m *WlstCom_3E01) GetAddr() string

func (*WlstCom_3E01) GetArgsMark

func (m *WlstCom_3E01) GetArgsMark() []int32

func (*WlstCom_3E01) GetGroupMark

func (m *WlstCom_3E01) GetGroupMark() int32

func (*WlstCom_3E01) Marshal

func (m *WlstCom_3E01) Marshal() (dAtA []byte, err error)

func (*WlstCom_3E01) MarshalTo

func (m *WlstCom_3E01) MarshalTo(dAtA []byte) (int, error)

func (*WlstCom_3E01) MarshalToSizedBuffer

func (m *WlstCom_3E01) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstCom_3E01) ProtoMessage

func (*WlstCom_3E01) ProtoMessage()

func (*WlstCom_3E01) Reset

func (m *WlstCom_3E01) Reset()

func (*WlstCom_3E01) Size

func (m *WlstCom_3E01) Size() (n int)

func (*WlstCom_3E01) String

func (m *WlstCom_3E01) String() string

func (*WlstCom_3E01) Unmarshal

func (m *WlstCom_3E01) Unmarshal(dAtA []byte) error

func (*WlstCom_3E01) XXX_DiscardUnknown

func (m *WlstCom_3E01) XXX_DiscardUnknown()

func (*WlstCom_3E01) XXX_Marshal

func (m *WlstCom_3E01) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstCom_3E01) XXX_Merge

func (m *WlstCom_3E01) XXX_Merge(src proto.Message)

func (*WlstCom_3E01) XXX_Size

func (m *WlstCom_3E01) XXX_Size() int

func (*WlstCom_3E01) XXX_Unmarshal

func (m *WlstCom_3E01) XXX_Unmarshal(b []byte) error

type WlstCom_3E02

type WlstCom_3E02 struct {
	// 11位地址,默认”00000000000“
	Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"`
	//组号
	GroupMark int32 `protobuf:"varint,2,opt,name=group_mark,json=groupMark,proto3" json:"group_mark,omitempty"`
	//位号,依据组号排序
	ArgsMark  []int32               `protobuf:"varint,3,rep,packed,name=args_mark,json=argsMark,proto3" json:"args_mark,omitempty"`
	Operators *WlstCom_3E02_Group01 `protobuf:"bytes,4,opt,name=operators,proto3" json:"operators,omitempty"`
	Channel   *WlstCom_3E02_Group02 `protobuf:"bytes,5,opt,name=channel,proto3" json:"channel,omitempty"`
	Interface *WlstCom_3E02_Group03 `protobuf:"bytes,6,opt,name=interface,proto3" json:"interface,omitempty"`
	Sms       *WlstCom_3E02_Group04 `protobuf:"bytes,7,opt,name=sms,proto3" json:"sms,omitempty"`
	Address   *WlstCom_3E02_Group05 `protobuf:"bytes,8,opt,name=address,proto3" json:"address,omitempty"`
	Status    *WlstCom_3E02_Group06 `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WlstCom_3E02) Descriptor

func (*WlstCom_3E02) Descriptor() ([]byte, []int)

func (*WlstCom_3E02) GetAddr

func (m *WlstCom_3E02) GetAddr() string

func (*WlstCom_3E02) GetAddress

func (m *WlstCom_3E02) GetAddress() *WlstCom_3E02_Group05

func (*WlstCom_3E02) GetArgsMark

func (m *WlstCom_3E02) GetArgsMark() []int32

func (*WlstCom_3E02) GetChannel

func (m *WlstCom_3E02) GetChannel() *WlstCom_3E02_Group02

func (*WlstCom_3E02) GetGroupMark

func (m *WlstCom_3E02) GetGroupMark() int32

func (*WlstCom_3E02) GetInterface

func (m *WlstCom_3E02) GetInterface() *WlstCom_3E02_Group03

func (*WlstCom_3E02) GetOperators

func (m *WlstCom_3E02) GetOperators() *WlstCom_3E02_Group01

func (*WlstCom_3E02) GetSms

func (m *WlstCom_3E02) GetSms() *WlstCom_3E02_Group04

func (*WlstCom_3E02) GetStatus

func (m *WlstCom_3E02) GetStatus() *WlstCom_3E02_Group06

func (*WlstCom_3E02) Marshal

func (m *WlstCom_3E02) Marshal() (dAtA []byte, err error)

func (*WlstCom_3E02) MarshalTo

func (m *WlstCom_3E02) MarshalTo(dAtA []byte) (int, error)

func (*WlstCom_3E02) MarshalToSizedBuffer

func (m *WlstCom_3E02) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstCom_3E02) ProtoMessage

func (*WlstCom_3E02) ProtoMessage()

func (*WlstCom_3E02) Reset

func (m *WlstCom_3E02) Reset()

func (*WlstCom_3E02) Size

func (m *WlstCom_3E02) Size() (n int)

func (*WlstCom_3E02) String

func (m *WlstCom_3E02) String() string

func (*WlstCom_3E02) Unmarshal

func (m *WlstCom_3E02) Unmarshal(dAtA []byte) error

func (*WlstCom_3E02) XXX_DiscardUnknown

func (m *WlstCom_3E02) XXX_DiscardUnknown()

func (*WlstCom_3E02) XXX_Marshal

func (m *WlstCom_3E02) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstCom_3E02) XXX_Merge

func (m *WlstCom_3E02) XXX_Merge(src proto.Message)

func (*WlstCom_3E02) XXX_Size

func (m *WlstCom_3E02) XXX_Size() int

func (*WlstCom_3E02) XXX_Unmarshal

func (m *WlstCom_3E02) XXX_Unmarshal(b []byte) error

type WlstCom_3E02_Group01

type WlstCom_3E02_Group01 struct {
	Apn  string `protobuf:"bytes,1,opt,name=apn,proto3" json:"apn,omitempty"`
	User string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Pwd  string `protobuf:"bytes,3,opt,name=pwd,proto3" json:"pwd,omitempty"`
	// 0- None
	// 1- PAP
	// 2- CHAP
	// 3- PAP或CHAP
	Auth int32 `protobuf:"varint,4,opt,name=auth,proto3" json:"auth,omitempty"`
}

func (*WlstCom_3E02_Group01) Descriptor

func (*WlstCom_3E02_Group01) Descriptor() ([]byte, []int)

func (*WlstCom_3E02_Group01) GetApn

func (m *WlstCom_3E02_Group01) GetApn() string

func (*WlstCom_3E02_Group01) GetAuth

func (m *WlstCom_3E02_Group01) GetAuth() int32

func (*WlstCom_3E02_Group01) GetPwd

func (m *WlstCom_3E02_Group01) GetPwd() string

func (*WlstCom_3E02_Group01) GetUser

func (m *WlstCom_3E02_Group01) GetUser() string

func (*WlstCom_3E02_Group01) Marshal

func (m *WlstCom_3E02_Group01) Marshal() (dAtA []byte, err error)

func (*WlstCom_3E02_Group01) MarshalTo

func (m *WlstCom_3E02_Group01) MarshalTo(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group01) MarshalToSizedBuffer

func (m *WlstCom_3E02_Group01) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group01) ProtoMessage

func (*WlstCom_3E02_Group01) ProtoMessage()

func (*WlstCom_3E02_Group01) Reset

func (m *WlstCom_3E02_Group01) Reset()

func (*WlstCom_3E02_Group01) Size

func (m *WlstCom_3E02_Group01) Size() (n int)

func (*WlstCom_3E02_Group01) String

func (m *WlstCom_3E02_Group01) String() string

func (*WlstCom_3E02_Group01) Unmarshal

func (m *WlstCom_3E02_Group01) Unmarshal(dAtA []byte) error

func (*WlstCom_3E02_Group01) XXX_DiscardUnknown

func (m *WlstCom_3E02_Group01) XXX_DiscardUnknown()

func (*WlstCom_3E02_Group01) XXX_Marshal

func (m *WlstCom_3E02_Group01) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstCom_3E02_Group01) XXX_Merge

func (m *WlstCom_3E02_Group01) XXX_Merge(src proto.Message)

func (*WlstCom_3E02_Group01) XXX_Size

func (m *WlstCom_3E02_Group01) XXX_Size() int

func (*WlstCom_3E02_Group01) XXX_Unmarshal

func (m *WlstCom_3E02_Group01) XXX_Unmarshal(b []byte) error

type WlstCom_3E02_Group02

type WlstCom_3E02_Group02 struct {
	Channel1Type      int32   `protobuf:"varint,1,opt,name=channel1_type,json=channel1Type,proto3" json:"channel1_type,omitempty"`
	Channel1Ip        []int32 `protobuf:"varint,2,rep,packed,name=channel1_ip,json=channel1Ip,proto3" json:"channel1_ip,omitempty"`
	Channel1Port      int32   `protobuf:"varint,3,opt,name=channel1_port,json=channel1Port,proto3" json:"channel1_port,omitempty"`
	Channel1LocalPort int32   `protobuf:"varint,4,opt,name=channel1_local_port,json=channel1LocalPort,proto3" json:"channel1_local_port,omitempty"`
	Channel2Type      int32   `protobuf:"varint,5,opt,name=channel2_type,json=channel2Type,proto3" json:"channel2_type,omitempty"`
	Channel2Ip        []int32 `protobuf:"varint,6,rep,packed,name=channel2_ip,json=channel2Ip,proto3" json:"channel2_ip,omitempty"`
	Channel2Port      int32   `protobuf:"varint,7,opt,name=channel2_port,json=channel2Port,proto3" json:"channel2_port,omitempty"`
	Channel2LocalPort int32   `protobuf:"varint,8,opt,name=channel2_local_port,json=channel2LocalPort,proto3" json:"channel2_local_port,omitempty"`
	KeepAlive         int32   `protobuf:"varint,9,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"`
	Idle              int32   `protobuf:"varint,10,opt,name=idle,proto3" json:"idle,omitempty"`
	Domain1           string  `protobuf:"bytes,11,opt,name=domain1,proto3" json:"domain1,omitempty"`
	Domain2           string  `protobuf:"bytes,12,opt,name=domain2,proto3" json:"domain2,omitempty"`
}

func (*WlstCom_3E02_Group02) Descriptor

func (*WlstCom_3E02_Group02) Descriptor() ([]byte, []int)

func (*WlstCom_3E02_Group02) GetChannel1Ip

func (m *WlstCom_3E02_Group02) GetChannel1Ip() []int32

func (*WlstCom_3E02_Group02) GetChannel1LocalPort

func (m *WlstCom_3E02_Group02) GetChannel1LocalPort() int32

func (*WlstCom_3E02_Group02) GetChannel1Port

func (m *WlstCom_3E02_Group02) GetChannel1Port() int32

func (*WlstCom_3E02_Group02) GetChannel1Type

func (m *WlstCom_3E02_Group02) GetChannel1Type() int32

func (*WlstCom_3E02_Group02) GetChannel2Ip

func (m *WlstCom_3E02_Group02) GetChannel2Ip() []int32

func (*WlstCom_3E02_Group02) GetChannel2LocalPort

func (m *WlstCom_3E02_Group02) GetChannel2LocalPort() int32

func (*WlstCom_3E02_Group02) GetChannel2Port

func (m *WlstCom_3E02_Group02) GetChannel2Port() int32

func (*WlstCom_3E02_Group02) GetChannel2Type

func (m *WlstCom_3E02_Group02) GetChannel2Type() int32

func (*WlstCom_3E02_Group02) GetDomain1

func (m *WlstCom_3E02_Group02) GetDomain1() string

func (*WlstCom_3E02_Group02) GetDomain2

func (m *WlstCom_3E02_Group02) GetDomain2() string

func (*WlstCom_3E02_Group02) GetIdle

func (m *WlstCom_3E02_Group02) GetIdle() int32

func (*WlstCom_3E02_Group02) GetKeepAlive

func (m *WlstCom_3E02_Group02) GetKeepAlive() int32

func (*WlstCom_3E02_Group02) Marshal

func (m *WlstCom_3E02_Group02) Marshal() (dAtA []byte, err error)

func (*WlstCom_3E02_Group02) MarshalTo

func (m *WlstCom_3E02_Group02) MarshalTo(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group02) MarshalToSizedBuffer

func (m *WlstCom_3E02_Group02) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group02) ProtoMessage

func (*WlstCom_3E02_Group02) ProtoMessage()

func (*WlstCom_3E02_Group02) Reset

func (m *WlstCom_3E02_Group02) Reset()

func (*WlstCom_3E02_Group02) Size

func (m *WlstCom_3E02_Group02) Size() (n int)

func (*WlstCom_3E02_Group02) String

func (m *WlstCom_3E02_Group02) String() string

func (*WlstCom_3E02_Group02) Unmarshal

func (m *WlstCom_3E02_Group02) Unmarshal(dAtA []byte) error

func (*WlstCom_3E02_Group02) XXX_DiscardUnknown

func (m *WlstCom_3E02_Group02) XXX_DiscardUnknown()

func (*WlstCom_3E02_Group02) XXX_Marshal

func (m *WlstCom_3E02_Group02) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstCom_3E02_Group02) XXX_Merge

func (m *WlstCom_3E02_Group02) XXX_Merge(src proto.Message)

func (*WlstCom_3E02_Group02) XXX_Size

func (m *WlstCom_3E02_Group02) XXX_Size() int

func (*WlstCom_3E02_Group02) XXX_Unmarshal

func (m *WlstCom_3E02_Group02) XXX_Unmarshal(b []byte) error

type WlstCom_3E02_Group03

type WlstCom_3E02_Group03 struct {
	Port1Br  int32 `protobuf:"varint,1,opt,name=port1_br,json=port1Br,proto3" json:"port1_br,omitempty"`
	Port1Rc  int32 `protobuf:"varint,2,opt,name=port1_rc,json=port1Rc,proto3" json:"port1_rc,omitempty"`
	Port2Br  int32 `protobuf:"varint,3,opt,name=port2_br,json=port2Br,proto3" json:"port2_br,omitempty"`
	Port2Rc  int32 `protobuf:"varint,4,opt,name=port2_rc,json=port2Rc,proto3" json:"port2_rc,omitempty"`
	WorkMode int32 `protobuf:"varint,5,opt,name=work_mode,json=workMode,proto3" json:"work_mode,omitempty"`
}

func (*WlstCom_3E02_Group03) Descriptor

func (*WlstCom_3E02_Group03) Descriptor() ([]byte, []int)

func (*WlstCom_3E02_Group03) GetPort1Br

func (m *WlstCom_3E02_Group03) GetPort1Br() int32

func (*WlstCom_3E02_Group03) GetPort1Rc

func (m *WlstCom_3E02_Group03) GetPort1Rc() int32

func (*WlstCom_3E02_Group03) GetPort2Br

func (m *WlstCom_3E02_Group03) GetPort2Br() int32

func (*WlstCom_3E02_Group03) GetPort2Rc

func (m *WlstCom_3E02_Group03) GetPort2Rc() int32

func (*WlstCom_3E02_Group03) GetWorkMode

func (m *WlstCom_3E02_Group03) GetWorkMode() int32

func (*WlstCom_3E02_Group03) Marshal

func (m *WlstCom_3E02_Group03) Marshal() (dAtA []byte, err error)

func (*WlstCom_3E02_Group03) MarshalTo

func (m *WlstCom_3E02_Group03) MarshalTo(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group03) MarshalToSizedBuffer

func (m *WlstCom_3E02_Group03) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group03) ProtoMessage

func (*WlstCom_3E02_Group03) ProtoMessage()

func (*WlstCom_3E02_Group03) Reset

func (m *WlstCom_3E02_Group03) Reset()

func (*WlstCom_3E02_Group03) Size

func (m *WlstCom_3E02_Group03) Size() (n int)

func (*WlstCom_3E02_Group03) String

func (m *WlstCom_3E02_Group03) String() string

func (*WlstCom_3E02_Group03) Unmarshal

func (m *WlstCom_3E02_Group03) Unmarshal(dAtA []byte) error

func (*WlstCom_3E02_Group03) XXX_DiscardUnknown

func (m *WlstCom_3E02_Group03) XXX_DiscardUnknown()

func (*WlstCom_3E02_Group03) XXX_Marshal

func (m *WlstCom_3E02_Group03) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstCom_3E02_Group03) XXX_Merge

func (m *WlstCom_3E02_Group03) XXX_Merge(src proto.Message)

func (*WlstCom_3E02_Group03) XXX_Size

func (m *WlstCom_3E02_Group03) XXX_Size() int

func (*WlstCom_3E02_Group03) XXX_Unmarshal

func (m *WlstCom_3E02_Group03) XXX_Unmarshal(b []byte) error

type WlstCom_3E02_Group04

type WlstCom_3E02_Group04 struct {
	ValidCount int32 `protobuf:"varint,1,opt,name=valid_count,json=validCount,proto3" json:"valid_count,omitempty"`
	// sim号码列表,最大10,ascii,不足补“0”(0x30)
	Sim []string `protobuf:"bytes,2,rep,name=sim,proto3" json:"sim,omitempty"`
	//最大16个字符,不足补0
	Yecx string `protobuf:"bytes,3,opt,name=yecx,proto3" json:"yecx,omitempty"`
}

func (*WlstCom_3E02_Group04) Descriptor

func (*WlstCom_3E02_Group04) Descriptor() ([]byte, []int)

func (*WlstCom_3E02_Group04) GetSim

func (m *WlstCom_3E02_Group04) GetSim() []string

func (*WlstCom_3E02_Group04) GetValidCount

func (m *WlstCom_3E02_Group04) GetValidCount() int32

func (*WlstCom_3E02_Group04) GetYecx

func (m *WlstCom_3E02_Group04) GetYecx() string

func (*WlstCom_3E02_Group04) Marshal

func (m *WlstCom_3E02_Group04) Marshal() (dAtA []byte, err error)

func (*WlstCom_3E02_Group04) MarshalTo

func (m *WlstCom_3E02_Group04) MarshalTo(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group04) MarshalToSizedBuffer

func (m *WlstCom_3E02_Group04) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group04) ProtoMessage

func (*WlstCom_3E02_Group04) ProtoMessage()

func (*WlstCom_3E02_Group04) Reset

func (m *WlstCom_3E02_Group04) Reset()

func (*WlstCom_3E02_Group04) Size

func (m *WlstCom_3E02_Group04) Size() (n int)

func (*WlstCom_3E02_Group04) String

func (m *WlstCom_3E02_Group04) String() string

func (*WlstCom_3E02_Group04) Unmarshal

func (m *WlstCom_3E02_Group04) Unmarshal(dAtA []byte) error

func (*WlstCom_3E02_Group04) XXX_DiscardUnknown

func (m *WlstCom_3E02_Group04) XXX_DiscardUnknown()

func (*WlstCom_3E02_Group04) XXX_Marshal

func (m *WlstCom_3E02_Group04) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstCom_3E02_Group04) XXX_Merge

func (m *WlstCom_3E02_Group04) XXX_Merge(src proto.Message)

func (*WlstCom_3E02_Group04) XXX_Size

func (m *WlstCom_3E02_Group04) XXX_Size() int

func (*WlstCom_3E02_Group04) XXX_Unmarshal

func (m *WlstCom_3E02_Group04) XXX_Unmarshal(b []byte) error

type WlstCom_3E02_Group05

type WlstCom_3E02_Group05 struct {
	// 11位bcd,不足补“0”(0x30)
	Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"`
	// 32位unicode,最大16个中文字符
	Street string `protobuf:"bytes,2,opt,name=street,proto3" json:"street,omitempty"`
	//批号,20个ascII字符
	BatchNumber string `protobuf:"bytes,3,opt,name=batch_number,json=batchNumber,proto3" json:"batch_number,omitempty"`
	// 运行模式,默认0
	Model int32 `protobuf:"varint,4,opt,name=model,proto3" json:"model,omitempty"`
	// 区码 bcd 例:1201,下发01 12
	PostCode string `protobuf:"bytes,5,opt,name=post_code,json=postCode,proto3" json:"post_code,omitempty"`
}

func (*WlstCom_3E02_Group05) Descriptor

func (*WlstCom_3E02_Group05) Descriptor() ([]byte, []int)

func (*WlstCom_3E02_Group05) GetAddr

func (m *WlstCom_3E02_Group05) GetAddr() string

func (*WlstCom_3E02_Group05) GetBatchNumber

func (m *WlstCom_3E02_Group05) GetBatchNumber() string

func (*WlstCom_3E02_Group05) GetModel

func (m *WlstCom_3E02_Group05) GetModel() int32

func (*WlstCom_3E02_Group05) GetPostCode

func (m *WlstCom_3E02_Group05) GetPostCode() string

func (*WlstCom_3E02_Group05) GetStreet

func (m *WlstCom_3E02_Group05) GetStreet() string

func (*WlstCom_3E02_Group05) Marshal

func (m *WlstCom_3E02_Group05) Marshal() (dAtA []byte, err error)

func (*WlstCom_3E02_Group05) MarshalTo

func (m *WlstCom_3E02_Group05) MarshalTo(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group05) MarshalToSizedBuffer

func (m *WlstCom_3E02_Group05) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group05) ProtoMessage

func (*WlstCom_3E02_Group05) ProtoMessage()

func (*WlstCom_3E02_Group05) Reset

func (m *WlstCom_3E02_Group05) Reset()

func (*WlstCom_3E02_Group05) Size

func (m *WlstCom_3E02_Group05) Size() (n int)

func (*WlstCom_3E02_Group05) String

func (m *WlstCom_3E02_Group05) String() string

func (*WlstCom_3E02_Group05) Unmarshal

func (m *WlstCom_3E02_Group05) Unmarshal(dAtA []byte) error

func (*WlstCom_3E02_Group05) XXX_DiscardUnknown

func (m *WlstCom_3E02_Group05) XXX_DiscardUnknown()

func (*WlstCom_3E02_Group05) XXX_Marshal

func (m *WlstCom_3E02_Group05) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstCom_3E02_Group05) XXX_Merge

func (m *WlstCom_3E02_Group05) XXX_Merge(src proto.Message)

func (*WlstCom_3E02_Group05) XXX_Size

func (m *WlstCom_3E02_Group05) XXX_Size() int

func (*WlstCom_3E02_Group05) XXX_Unmarshal

func (m *WlstCom_3E02_Group05) XXX_Unmarshal(b []byte) error

type WlstCom_3E02_Group06

type WlstCom_3E02_Group06 struct {
	// 状态
	State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// 15位imei号码
	Imei string `protobuf:"bytes,2,opt,name=imei,proto3" json:"imei,omitempty"`
	// 模块版本
	Ver string `protobuf:"bytes,3,opt,name=ver,proto3" json:"ver,omitempty"`
	// iccid
	Iccid string `protobuf:"bytes,4,opt,name=iccid,proto3" json:"iccid,omitempty"`
	// imsi
	Imsi string `protobuf:"bytes,5,opt,name=imsi,proto3" json:"imsi,omitempty"`
}

func (*WlstCom_3E02_Group06) Descriptor

func (*WlstCom_3E02_Group06) Descriptor() ([]byte, []int)

func (*WlstCom_3E02_Group06) GetIccid

func (m *WlstCom_3E02_Group06) GetIccid() string

func (*WlstCom_3E02_Group06) GetImei

func (m *WlstCom_3E02_Group06) GetImei() string

func (*WlstCom_3E02_Group06) GetImsi

func (m *WlstCom_3E02_Group06) GetImsi() string

func (*WlstCom_3E02_Group06) GetState

func (m *WlstCom_3E02_Group06) GetState() string

func (*WlstCom_3E02_Group06) GetVer

func (m *WlstCom_3E02_Group06) GetVer() string

func (*WlstCom_3E02_Group06) Marshal

func (m *WlstCom_3E02_Group06) Marshal() (dAtA []byte, err error)

func (*WlstCom_3E02_Group06) MarshalTo

func (m *WlstCom_3E02_Group06) MarshalTo(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group06) MarshalToSizedBuffer

func (m *WlstCom_3E02_Group06) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstCom_3E02_Group06) ProtoMessage

func (*WlstCom_3E02_Group06) ProtoMessage()

func (*WlstCom_3E02_Group06) Reset

func (m *WlstCom_3E02_Group06) Reset()

func (*WlstCom_3E02_Group06) Size

func (m *WlstCom_3E02_Group06) Size() (n int)

func (*WlstCom_3E02_Group06) String

func (m *WlstCom_3E02_Group06) String() string

func (*WlstCom_3E02_Group06) Unmarshal

func (m *WlstCom_3E02_Group06) Unmarshal(dAtA []byte) error

func (*WlstCom_3E02_Group06) XXX_DiscardUnknown

func (m *WlstCom_3E02_Group06) XXX_DiscardUnknown()

func (*WlstCom_3E02_Group06) XXX_Marshal

func (m *WlstCom_3E02_Group06) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstCom_3E02_Group06) XXX_Merge

func (m *WlstCom_3E02_Group06) XXX_Merge(src proto.Message)

func (*WlstCom_3E02_Group06) XXX_Size

func (m *WlstCom_3E02_Group06) XXX_Size() int

func (*WlstCom_3E02_Group06) XXX_Unmarshal

func (m *WlstCom_3E02_Group06) XXX_Unmarshal(b []byte) error

type WlstCom_3E82

type WlstCom_3E82 struct {
	//状态0-失败,1-正常
	Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	//组号
	GroupMark int32 `protobuf:"varint,2,opt,name=group_mark,json=groupMark,proto3" json:"group_mark,omitempty"`
	//位号,依据组号排序
	ArgsMark []int32 `protobuf:"varint,3,rep,packed,name=args_mark,json=argsMark,proto3" json:"args_mark,omitempty"`
}

func (*WlstCom_3E82) Descriptor

func (*WlstCom_3E82) Descriptor() ([]byte, []int)

func (*WlstCom_3E82) GetArgsMark

func (m *WlstCom_3E82) GetArgsMark() []int32

func (*WlstCom_3E82) GetGroupMark

func (m *WlstCom_3E82) GetGroupMark() int32

func (*WlstCom_3E82) GetStatus

func (m *WlstCom_3E82) GetStatus() int32

func (*WlstCom_3E82) Marshal

func (m *WlstCom_3E82) Marshal() (dAtA []byte, err error)

func (*WlstCom_3E82) MarshalTo

func (m *WlstCom_3E82) MarshalTo(dAtA []byte) (int, error)

func (*WlstCom_3E82) MarshalToSizedBuffer

func (m *WlstCom_3E82) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstCom_3E82) ProtoMessage

func (*WlstCom_3E82) ProtoMessage()

func (*WlstCom_3E82) Reset

func (m *WlstCom_3E82) Reset()

func (*WlstCom_3E82) Size

func (m *WlstCom_3E82) Size() (n int)

func (*WlstCom_3E82) String

func (m *WlstCom_3E82) String() string

func (*WlstCom_3E82) Unmarshal

func (m *WlstCom_3E82) Unmarshal(dAtA []byte) error

func (*WlstCom_3E82) XXX_DiscardUnknown

func (m *WlstCom_3E82) XXX_DiscardUnknown()

func (*WlstCom_3E82) XXX_Marshal

func (m *WlstCom_3E82) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstCom_3E82) XXX_Merge

func (m *WlstCom_3E82) XXX_Merge(src proto.Message)

func (*WlstCom_3E82) XXX_Size

func (m *WlstCom_3E82) XXX_Size() int

func (*WlstCom_3E82) XXX_Unmarshal

func (m *WlstCom_3E82) XXX_Unmarshal(b []byte) error

type WlstCom_3E84

type WlstCom_3E84 struct {
	// 11位地址,默认”00000000000“
	Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"`
	// 信号强度
	Signal int32 `protobuf:"varint,2,opt,name=signal,proto3" json:"signal,omitempty"`
	// 网络模式,4-4g,2-2/3g
	NetType int32 `protobuf:"varint,3,opt,name=net_type,json=netType,proto3" json:"net_type,omitempty"`
	// 掉线次数
	DisconnCount int32 `protobuf:"varint,4,opt,name=disconn_count,json=disconnCount,proto3" json:"disconn_count,omitempty"`
	// 重启次数
	ResetCount int32 `protobuf:"varint,5,opt,name=reset_count,json=resetCount,proto3" json:"reset_count,omitempty"`
}

func (*WlstCom_3E84) Descriptor

func (*WlstCom_3E84) Descriptor() ([]byte, []int)

func (*WlstCom_3E84) GetAddr

func (m *WlstCom_3E84) GetAddr() string

func (*WlstCom_3E84) GetDisconnCount

func (m *WlstCom_3E84) GetDisconnCount() int32

func (*WlstCom_3E84) GetNetType

func (m *WlstCom_3E84) GetNetType() int32

func (*WlstCom_3E84) GetResetCount

func (m *WlstCom_3E84) GetResetCount() int32

func (*WlstCom_3E84) GetSignal

func (m *WlstCom_3E84) GetSignal() int32

func (*WlstCom_3E84) Marshal

func (m *WlstCom_3E84) Marshal() (dAtA []byte, err error)

func (*WlstCom_3E84) MarshalTo

func (m *WlstCom_3E84) MarshalTo(dAtA []byte) (int, error)

func (*WlstCom_3E84) MarshalToSizedBuffer

func (m *WlstCom_3E84) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstCom_3E84) ProtoMessage

func (*WlstCom_3E84) ProtoMessage()

func (*WlstCom_3E84) Reset

func (m *WlstCom_3E84) Reset()

func (*WlstCom_3E84) Size

func (m *WlstCom_3E84) Size() (n int)

func (*WlstCom_3E84) String

func (m *WlstCom_3E84) String() string

func (*WlstCom_3E84) Unmarshal

func (m *WlstCom_3E84) Unmarshal(dAtA []byte) error

func (*WlstCom_3E84) XXX_DiscardUnknown

func (m *WlstCom_3E84) XXX_DiscardUnknown()

func (*WlstCom_3E84) XXX_Marshal

func (m *WlstCom_3E84) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstCom_3E84) XXX_Merge

func (m *WlstCom_3E84) XXX_Merge(src proto.Message)

func (*WlstCom_3E84) XXX_Size

func (m *WlstCom_3E84) XXX_Size() int

func (*WlstCom_3E84) XXX_Unmarshal

func (m *WlstCom_3E84) XXX_Unmarshal(b []byte) error

type WlstElu_6255

type WlstElu_6255 struct {
	NewAddr int32 `protobuf:"varint,1,opt,name=new_addr,json=newAddr,proto3" json:"new_addr,omitempty"`
	Status  int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

漏电协议 设置地址

func (*WlstElu_6255) Descriptor

func (*WlstElu_6255) Descriptor() ([]byte, []int)

func (*WlstElu_6255) GetNewAddr

func (m *WlstElu_6255) GetNewAddr() int32

func (*WlstElu_6255) GetStatus

func (m *WlstElu_6255) GetStatus() int32

func (*WlstElu_6255) Marshal

func (m *WlstElu_6255) Marshal() (dAtA []byte, err error)

func (*WlstElu_6255) MarshalTo

func (m *WlstElu_6255) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_6255) MarshalToSizedBuffer

func (m *WlstElu_6255) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_6255) ProtoMessage

func (*WlstElu_6255) ProtoMessage()

func (*WlstElu_6255) Reset

func (m *WlstElu_6255) Reset()

func (*WlstElu_6255) Size

func (m *WlstElu_6255) Size() (n int)

func (*WlstElu_6255) String

func (m *WlstElu_6255) String() string

func (*WlstElu_6255) Unmarshal

func (m *WlstElu_6255) Unmarshal(dAtA []byte) error

func (*WlstElu_6255) XXX_DiscardUnknown

func (m *WlstElu_6255) XXX_DiscardUnknown()

func (*WlstElu_6255) XXX_Marshal

func (m *WlstElu_6255) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_6255) XXX_Merge

func (m *WlstElu_6255) XXX_Merge(src proto.Message)

func (*WlstElu_6255) XXX_Size

func (m *WlstElu_6255) XXX_Size() int

func (*WlstElu_6255) XXX_Unmarshal

func (m *WlstElu_6255) XXX_Unmarshal(b []byte) error

type WlstElu_6256

type WlstElu_6256 struct {
	WorkArgv []*WlstElu_6256_WorkArgv `protobuf:"bytes,1,rep,name=work_argv,json=workArgv,proto3" json:"work_argv,omitempty"`
	Status   int32                    `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

设置运行参数

func (*WlstElu_6256) Descriptor

func (*WlstElu_6256) Descriptor() ([]byte, []int)

func (*WlstElu_6256) GetStatus

func (m *WlstElu_6256) GetStatus() int32

func (*WlstElu_6256) GetWorkArgv

func (m *WlstElu_6256) GetWorkArgv() []*WlstElu_6256_WorkArgv

func (*WlstElu_6256) Marshal

func (m *WlstElu_6256) Marshal() (dAtA []byte, err error)

func (*WlstElu_6256) MarshalTo

func (m *WlstElu_6256) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_6256) MarshalToSizedBuffer

func (m *WlstElu_6256) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_6256) ProtoMessage

func (*WlstElu_6256) ProtoMessage()

func (*WlstElu_6256) Reset

func (m *WlstElu_6256) Reset()

func (*WlstElu_6256) Size

func (m *WlstElu_6256) Size() (n int)

func (*WlstElu_6256) String

func (m *WlstElu_6256) String() string

func (*WlstElu_6256) Unmarshal

func (m *WlstElu_6256) Unmarshal(dAtA []byte) error

func (*WlstElu_6256) XXX_DiscardUnknown

func (m *WlstElu_6256) XXX_DiscardUnknown()

func (*WlstElu_6256) XXX_Marshal

func (m *WlstElu_6256) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_6256) XXX_Merge

func (m *WlstElu_6256) XXX_Merge(src proto.Message)

func (*WlstElu_6256) XXX_Size

func (m *WlstElu_6256) XXX_Size() int

func (*WlstElu_6256) XXX_Unmarshal

func (m *WlstElu_6256) XXX_Unmarshal(b []byte) error

type WlstElu_6256_WorkArgv

type WlstElu_6256_WorkArgv struct {
	LoopMark      int32 `protobuf:"varint,1,opt,name=loop_mark,json=loopMark,proto3" json:"loop_mark,omitempty"`
	WorkMode      int32 `protobuf:"varint,2,opt,name=work_mode,json=workMode,proto3" json:"work_mode,omitempty"`
	AlarmValueSet int32 `protobuf:"varint,3,opt,name=alarm_value_set,json=alarmValueSet,proto3" json:"alarm_value_set,omitempty"`
	OptDelay      int32 `protobuf:"varint,4,opt,name=opt_delay,json=optDelay,proto3" json:"opt_delay,omitempty"`
}

func (*WlstElu_6256_WorkArgv) Descriptor

func (*WlstElu_6256_WorkArgv) Descriptor() ([]byte, []int)

func (*WlstElu_6256_WorkArgv) GetAlarmValueSet

func (m *WlstElu_6256_WorkArgv) GetAlarmValueSet() int32

func (*WlstElu_6256_WorkArgv) GetLoopMark

func (m *WlstElu_6256_WorkArgv) GetLoopMark() int32

func (*WlstElu_6256_WorkArgv) GetOptDelay

func (m *WlstElu_6256_WorkArgv) GetOptDelay() int32

func (*WlstElu_6256_WorkArgv) GetWorkMode

func (m *WlstElu_6256_WorkArgv) GetWorkMode() int32

func (*WlstElu_6256_WorkArgv) Marshal

func (m *WlstElu_6256_WorkArgv) Marshal() (dAtA []byte, err error)

func (*WlstElu_6256_WorkArgv) MarshalTo

func (m *WlstElu_6256_WorkArgv) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_6256_WorkArgv) MarshalToSizedBuffer

func (m *WlstElu_6256_WorkArgv) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_6256_WorkArgv) ProtoMessage

func (*WlstElu_6256_WorkArgv) ProtoMessage()

func (*WlstElu_6256_WorkArgv) Reset

func (m *WlstElu_6256_WorkArgv) Reset()

func (*WlstElu_6256_WorkArgv) Size

func (m *WlstElu_6256_WorkArgv) Size() (n int)

func (*WlstElu_6256_WorkArgv) String

func (m *WlstElu_6256_WorkArgv) String() string

func (*WlstElu_6256_WorkArgv) Unmarshal

func (m *WlstElu_6256_WorkArgv) Unmarshal(dAtA []byte) error

func (*WlstElu_6256_WorkArgv) XXX_DiscardUnknown

func (m *WlstElu_6256_WorkArgv) XXX_DiscardUnknown()

func (*WlstElu_6256_WorkArgv) XXX_Marshal

func (m *WlstElu_6256_WorkArgv) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_6256_WorkArgv) XXX_Merge

func (m *WlstElu_6256_WorkArgv) XXX_Merge(src proto.Message)

func (*WlstElu_6256_WorkArgv) XXX_Size

func (m *WlstElu_6256_WorkArgv) XXX_Size() int

func (*WlstElu_6256_WorkArgv) XXX_Unmarshal

func (m *WlstElu_6256_WorkArgv) XXX_Unmarshal(b []byte) error

type WlstElu_6257

type WlstElu_6257 struct {
	// 1-8回路操作标示,0-关,1-开,2-不操作
	OptDo  []int32 `protobuf:"varint,1,rep,packed,name=opt_do,json=optDo,proto3" json:"opt_do,omitempty"`
	Status int32   `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

手动操作

func (*WlstElu_6257) Descriptor

func (*WlstElu_6257) Descriptor() ([]byte, []int)

func (*WlstElu_6257) GetOptDo

func (m *WlstElu_6257) GetOptDo() []int32

func (*WlstElu_6257) GetStatus

func (m *WlstElu_6257) GetStatus() int32

func (*WlstElu_6257) Marshal

func (m *WlstElu_6257) Marshal() (dAtA []byte, err error)

func (*WlstElu_6257) MarshalTo

func (m *WlstElu_6257) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_6257) MarshalToSizedBuffer

func (m *WlstElu_6257) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_6257) ProtoMessage

func (*WlstElu_6257) ProtoMessage()

func (*WlstElu_6257) Reset

func (m *WlstElu_6257) Reset()

func (*WlstElu_6257) Size

func (m *WlstElu_6257) Size() (n int)

func (*WlstElu_6257) String

func (m *WlstElu_6257) String() string

func (*WlstElu_6257) Unmarshal

func (m *WlstElu_6257) Unmarshal(dAtA []byte) error

func (*WlstElu_6257) XXX_DiscardUnknown

func (m *WlstElu_6257) XXX_DiscardUnknown()

func (*WlstElu_6257) XXX_Marshal

func (m *WlstElu_6257) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_6257) XXX_Merge

func (m *WlstElu_6257) XXX_Merge(src proto.Message)

func (*WlstElu_6257) XXX_Size

func (m *WlstElu_6257) XXX_Size() int

func (*WlstElu_6257) XXX_Unmarshal

func (m *WlstElu_6257) XXX_Unmarshal(b []byte) error

type WlstElu_625A

type WlstElu_625A struct {
	EventsCount   int32   `protobuf:"varint,1,opt,name=events_count,json=eventsCount,proto3" json:"events_count,omitempty"`
	LoopNo        []int32 `protobuf:"varint,2,rep,packed,name=loop_no,json=loopNo,proto3" json:"loop_no,omitempty"`
	AlarmValueSet int32   `protobuf:"varint,3,opt,name=alarm_value_set,json=alarmValueSet,proto3" json:"alarm_value_set,omitempty"`
	NowValue      int32   `protobuf:"varint,4,opt,name=now_value,json=nowValue,proto3" json:"now_value,omitempty"`
	DtAlarm       int64   `protobuf:"varint,5,opt,name=dt_alarm,json=dtAlarm,proto3" json:"dt_alarm,omitempty"`
}

事件查询

func (*WlstElu_625A) Descriptor

func (*WlstElu_625A) Descriptor() ([]byte, []int)

func (*WlstElu_625A) GetAlarmValueSet

func (m *WlstElu_625A) GetAlarmValueSet() int32

func (*WlstElu_625A) GetDtAlarm

func (m *WlstElu_625A) GetDtAlarm() int64

func (*WlstElu_625A) GetEventsCount

func (m *WlstElu_625A) GetEventsCount() int32

func (*WlstElu_625A) GetLoopNo

func (m *WlstElu_625A) GetLoopNo() []int32

func (*WlstElu_625A) GetNowValue

func (m *WlstElu_625A) GetNowValue() int32

func (*WlstElu_625A) Marshal

func (m *WlstElu_625A) Marshal() (dAtA []byte, err error)

func (*WlstElu_625A) MarshalTo

func (m *WlstElu_625A) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_625A) MarshalToSizedBuffer

func (m *WlstElu_625A) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_625A) ProtoMessage

func (*WlstElu_625A) ProtoMessage()

func (*WlstElu_625A) Reset

func (m *WlstElu_625A) Reset()

func (*WlstElu_625A) Size

func (m *WlstElu_625A) Size() (n int)

func (*WlstElu_625A) String

func (m *WlstElu_625A) String() string

func (*WlstElu_625A) Unmarshal

func (m *WlstElu_625A) Unmarshal(dAtA []byte) error

func (*WlstElu_625A) XXX_DiscardUnknown

func (m *WlstElu_625A) XXX_DiscardUnknown()

func (*WlstElu_625A) XXX_Marshal

func (m *WlstElu_625A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_625A) XXX_Merge

func (m *WlstElu_625A) XXX_Merge(src proto.Message)

func (*WlstElu_625A) XXX_Size

func (m *WlstElu_625A) XXX_Size() int

func (*WlstElu_625A) XXX_Unmarshal

func (m *WlstElu_625A) XXX_Unmarshal(b []byte) error

type WlstElu_625B

type WlstElu_625B struct {
	WatchValueEl int32 `protobuf:"varint,1,opt,name=watch_value_el,json=watchValueEl,proto3" json:"watch_value_el,omitempty"`
	WatchValueTp int32 `protobuf:"varint,2,opt,name=watch_value_tp,json=watchValueTp,proto3" json:"watch_value_tp,omitempty"`
	Status       int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
}

设置检测门限

func (*WlstElu_625B) Descriptor

func (*WlstElu_625B) Descriptor() ([]byte, []int)

func (*WlstElu_625B) GetStatus

func (m *WlstElu_625B) GetStatus() int32

func (*WlstElu_625B) GetWatchValueEl

func (m *WlstElu_625B) GetWatchValueEl() int32

func (*WlstElu_625B) GetWatchValueTp

func (m *WlstElu_625B) GetWatchValueTp() int32

func (*WlstElu_625B) Marshal

func (m *WlstElu_625B) Marshal() (dAtA []byte, err error)

func (*WlstElu_625B) MarshalTo

func (m *WlstElu_625B) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_625B) MarshalToSizedBuffer

func (m *WlstElu_625B) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_625B) ProtoMessage

func (*WlstElu_625B) ProtoMessage()

func (*WlstElu_625B) Reset

func (m *WlstElu_625B) Reset()

func (*WlstElu_625B) Size

func (m *WlstElu_625B) Size() (n int)

func (*WlstElu_625B) String

func (m *WlstElu_625B) String() string

func (*WlstElu_625B) Unmarshal

func (m *WlstElu_625B) Unmarshal(dAtA []byte) error

func (*WlstElu_625B) XXX_DiscardUnknown

func (m *WlstElu_625B) XXX_DiscardUnknown()

func (*WlstElu_625B) XXX_Marshal

func (m *WlstElu_625B) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_625B) XXX_Merge

func (m *WlstElu_625B) XXX_Merge(src proto.Message)

func (*WlstElu_625B) XXX_Size

func (m *WlstElu_625B) XXX_Size() int

func (*WlstElu_625B) XXX_Unmarshal

func (m *WlstElu_625B) XXX_Unmarshal(b []byte) error

type WlstElu_625C

type WlstElu_625C struct {
	DtTimer int64 `protobuf:"varint,1,opt,name=dt_timer,json=dtTimer,proto3" json:"dt_timer,omitempty"`
	Status  int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

设置时钟

func (*WlstElu_625C) Descriptor

func (*WlstElu_625C) Descriptor() ([]byte, []int)

func (*WlstElu_625C) GetDtTimer

func (m *WlstElu_625C) GetDtTimer() int64

func (*WlstElu_625C) GetStatus

func (m *WlstElu_625C) GetStatus() int32

func (*WlstElu_625C) Marshal

func (m *WlstElu_625C) Marshal() (dAtA []byte, err error)

func (*WlstElu_625C) MarshalTo

func (m *WlstElu_625C) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_625C) MarshalToSizedBuffer

func (m *WlstElu_625C) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_625C) ProtoMessage

func (*WlstElu_625C) ProtoMessage()

func (*WlstElu_625C) Reset

func (m *WlstElu_625C) Reset()

func (*WlstElu_625C) Size

func (m *WlstElu_625C) Size() (n int)

func (*WlstElu_625C) String

func (m *WlstElu_625C) String() string

func (*WlstElu_625C) Unmarshal

func (m *WlstElu_625C) Unmarshal(dAtA []byte) error

func (*WlstElu_625C) XXX_DiscardUnknown

func (m *WlstElu_625C) XXX_DiscardUnknown()

func (*WlstElu_625C) XXX_Marshal

func (m *WlstElu_625C) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_625C) XXX_Merge

func (m *WlstElu_625C) XXX_Merge(src proto.Message)

func (*WlstElu_625C) XXX_Size

func (m *WlstElu_625C) XXX_Size() int

func (*WlstElu_625C) XXX_Unmarshal

func (m *WlstElu_625C) XXX_Unmarshal(b []byte) error

type WlstElu_6266

type WlstElu_6266 struct {
	WorkArgv []*WlstElu_6266_WorkArgv `protobuf:"bytes,1,rep,name=work_argv,json=workArgv,proto3" json:"work_argv,omitempty"`
	Status   int32                    `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

召测运行参数, 同 Wlst_elu_6256 召测时钟, 同 Wlst_elu_625c 复位, 同 Wlst_elu_6255 设置/读取 8路2级参数

func (*WlstElu_6266) Descriptor

func (*WlstElu_6266) Descriptor() ([]byte, []int)

func (*WlstElu_6266) GetStatus

func (m *WlstElu_6266) GetStatus() int32

func (*WlstElu_6266) GetWorkArgv

func (m *WlstElu_6266) GetWorkArgv() []*WlstElu_6266_WorkArgv

func (*WlstElu_6266) Marshal

func (m *WlstElu_6266) Marshal() (dAtA []byte, err error)

func (*WlstElu_6266) MarshalTo

func (m *WlstElu_6266) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_6266) MarshalToSizedBuffer

func (m *WlstElu_6266) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_6266) ProtoMessage

func (*WlstElu_6266) ProtoMessage()

func (*WlstElu_6266) Reset

func (m *WlstElu_6266) Reset()

func (*WlstElu_6266) Size

func (m *WlstElu_6266) Size() (n int)

func (*WlstElu_6266) String

func (m *WlstElu_6266) String() string

func (*WlstElu_6266) Unmarshal

func (m *WlstElu_6266) Unmarshal(dAtA []byte) error

func (*WlstElu_6266) XXX_DiscardUnknown

func (m *WlstElu_6266) XXX_DiscardUnknown()

func (*WlstElu_6266) XXX_Marshal

func (m *WlstElu_6266) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_6266) XXX_Merge

func (m *WlstElu_6266) XXX_Merge(src proto.Message)

func (*WlstElu_6266) XXX_Size

func (m *WlstElu_6266) XXX_Size() int

func (*WlstElu_6266) XXX_Unmarshal

func (m *WlstElu_6266) XXX_Unmarshal(b []byte) error

type WlstElu_6266_WorkArgv

type WlstElu_6266_WorkArgv struct {
	LoopMark        int32 `protobuf:"varint,1,opt,name=loop_mark,json=loopMark,proto3" json:"loop_mark,omitempty"`
	AlarmValueSet   int32 `protobuf:"varint,2,opt,name=alarm_value_set,json=alarmValueSet,proto3" json:"alarm_value_set,omitempty"`
	OptValueSet     int32 `protobuf:"varint,3,opt,name=opt_value_set,json=optValueSet,proto3" json:"opt_value_set,omitempty"`
	OptDelay        int32 `protobuf:"varint,4,opt,name=opt_delay,json=optDelay,proto3" json:"opt_delay,omitempty"`
	OptRecover      int32 `protobuf:"varint,5,opt,name=opt_recover,json=optRecover,proto3" json:"opt_recover,omitempty"`
	OptRecoverCount int32 `protobuf:"varint,6,opt,name=opt_recover_count,json=optRecoverCount,proto3" json:"opt_recover_count,omitempty"`
	OptRecoverTime  int32 `protobuf:"varint,7,opt,name=opt_recover_time,json=optRecoverTime,proto3" json:"opt_recover_time,omitempty"`
}

func (*WlstElu_6266_WorkArgv) Descriptor

func (*WlstElu_6266_WorkArgv) Descriptor() ([]byte, []int)

func (*WlstElu_6266_WorkArgv) GetAlarmValueSet

func (m *WlstElu_6266_WorkArgv) GetAlarmValueSet() int32

func (*WlstElu_6266_WorkArgv) GetLoopMark

func (m *WlstElu_6266_WorkArgv) GetLoopMark() int32

func (*WlstElu_6266_WorkArgv) GetOptDelay

func (m *WlstElu_6266_WorkArgv) GetOptDelay() int32

func (*WlstElu_6266_WorkArgv) GetOptRecover

func (m *WlstElu_6266_WorkArgv) GetOptRecover() int32

func (*WlstElu_6266_WorkArgv) GetOptRecoverCount

func (m *WlstElu_6266_WorkArgv) GetOptRecoverCount() int32

func (*WlstElu_6266_WorkArgv) GetOptRecoverTime

func (m *WlstElu_6266_WorkArgv) GetOptRecoverTime() int32

func (*WlstElu_6266_WorkArgv) GetOptValueSet

func (m *WlstElu_6266_WorkArgv) GetOptValueSet() int32

func (*WlstElu_6266_WorkArgv) Marshal

func (m *WlstElu_6266_WorkArgv) Marshal() (dAtA []byte, err error)

func (*WlstElu_6266_WorkArgv) MarshalTo

func (m *WlstElu_6266_WorkArgv) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_6266_WorkArgv) MarshalToSizedBuffer

func (m *WlstElu_6266_WorkArgv) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_6266_WorkArgv) ProtoMessage

func (*WlstElu_6266_WorkArgv) ProtoMessage()

func (*WlstElu_6266_WorkArgv) Reset

func (m *WlstElu_6266_WorkArgv) Reset()

func (*WlstElu_6266_WorkArgv) Size

func (m *WlstElu_6266_WorkArgv) Size() (n int)

func (*WlstElu_6266_WorkArgv) String

func (m *WlstElu_6266_WorkArgv) String() string

func (*WlstElu_6266_WorkArgv) Unmarshal

func (m *WlstElu_6266_WorkArgv) Unmarshal(dAtA []byte) error

func (*WlstElu_6266_WorkArgv) XXX_DiscardUnknown

func (m *WlstElu_6266_WorkArgv) XXX_DiscardUnknown()

func (*WlstElu_6266_WorkArgv) XXX_Marshal

func (m *WlstElu_6266_WorkArgv) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_6266_WorkArgv) XXX_Merge

func (m *WlstElu_6266_WorkArgv) XXX_Merge(src proto.Message)

func (*WlstElu_6266_WorkArgv) XXX_Size

func (m *WlstElu_6266_WorkArgv) XXX_Size() int

func (*WlstElu_6266_WorkArgv) XXX_Unmarshal

func (m *WlstElu_6266_WorkArgv) XXX_Unmarshal(b []byte) error

type WlstElu_62D8

type WlstElu_62D8 struct {
	AlarmData []*WlstElu_62D8_AlarmData `protobuf:"bytes,1,rep,name=alarm_data,json=alarmData,proto3" json:"alarm_data,omitempty"`
}

主动报警,选测

func (*WlstElu_62D8) Descriptor

func (*WlstElu_62D8) Descriptor() ([]byte, []int)

func (*WlstElu_62D8) GetAlarmData

func (m *WlstElu_62D8) GetAlarmData() []*WlstElu_62D8_AlarmData

func (*WlstElu_62D8) Marshal

func (m *WlstElu_62D8) Marshal() (dAtA []byte, err error)

func (*WlstElu_62D8) MarshalTo

func (m *WlstElu_62D8) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_62D8) MarshalToSizedBuffer

func (m *WlstElu_62D8) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_62D8) ProtoMessage

func (*WlstElu_62D8) ProtoMessage()

func (*WlstElu_62D8) Reset

func (m *WlstElu_62D8) Reset()

func (*WlstElu_62D8) Size

func (m *WlstElu_62D8) Size() (n int)

func (*WlstElu_62D8) String

func (m *WlstElu_62D8) String() string

func (*WlstElu_62D8) Unmarshal

func (m *WlstElu_62D8) Unmarshal(dAtA []byte) error

func (*WlstElu_62D8) XXX_DiscardUnknown

func (m *WlstElu_62D8) XXX_DiscardUnknown()

func (*WlstElu_62D8) XXX_Marshal

func (m *WlstElu_62D8) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_62D8) XXX_Merge

func (m *WlstElu_62D8) XXX_Merge(src proto.Message)

func (*WlstElu_62D8) XXX_Size

func (m *WlstElu_62D8) XXX_Size() int

func (*WlstElu_62D8) XXX_Unmarshal

func (m *WlstElu_62D8) XXX_Unmarshal(b []byte) error

type WlstElu_62D8_AlarmData

type WlstElu_62D8_AlarmData struct {
	// 状态,传输8个标志,目前只解析前3个
	// [主动报警(0-报警不动作,1-报警并动作),分合闸状态(0-分闸,1-合闸),报警状态(1-漏电/温度报警,0-漏电/温度消警)]
	SwitchStatus  []int32 `protobuf:"varint,1,rep,packed,name=switch_status,json=switchStatus,proto3" json:"switch_status,omitempty"`
	AlarmValueSet int32   `protobuf:"varint,2,opt,name=alarm_value_set,json=alarmValueSet,proto3" json:"alarm_value_set,omitempty"`
	OptDelay      int32   `protobuf:"varint,3,opt,name=opt_delay,json=optDelay,proto3" json:"opt_delay,omitempty"`
	NowValue      int32   `protobuf:"varint,4,opt,name=now_value,json=nowValue,proto3" json:"now_value,omitempty"`
	ElValue       int32   `protobuf:"varint,5,opt,name=el_value,json=elValue,proto3" json:"el_value,omitempty"`
}

func (*WlstElu_62D8_AlarmData) Descriptor

func (*WlstElu_62D8_AlarmData) Descriptor() ([]byte, []int)

func (*WlstElu_62D8_AlarmData) GetAlarmValueSet

func (m *WlstElu_62D8_AlarmData) GetAlarmValueSet() int32

func (*WlstElu_62D8_AlarmData) GetElValue

func (m *WlstElu_62D8_AlarmData) GetElValue() int32

func (*WlstElu_62D8_AlarmData) GetNowValue

func (m *WlstElu_62D8_AlarmData) GetNowValue() int32

func (*WlstElu_62D8_AlarmData) GetOptDelay

func (m *WlstElu_62D8_AlarmData) GetOptDelay() int32

func (*WlstElu_62D8_AlarmData) GetSwitchStatus

func (m *WlstElu_62D8_AlarmData) GetSwitchStatus() []int32

func (*WlstElu_62D8_AlarmData) Marshal

func (m *WlstElu_62D8_AlarmData) Marshal() (dAtA []byte, err error)

func (*WlstElu_62D8_AlarmData) MarshalTo

func (m *WlstElu_62D8_AlarmData) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_62D8_AlarmData) MarshalToSizedBuffer

func (m *WlstElu_62D8_AlarmData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_62D8_AlarmData) ProtoMessage

func (*WlstElu_62D8_AlarmData) ProtoMessage()

func (*WlstElu_62D8_AlarmData) Reset

func (m *WlstElu_62D8_AlarmData) Reset()

func (*WlstElu_62D8_AlarmData) Size

func (m *WlstElu_62D8_AlarmData) Size() (n int)

func (*WlstElu_62D8_AlarmData) String

func (m *WlstElu_62D8_AlarmData) String() string

func (*WlstElu_62D8_AlarmData) Unmarshal

func (m *WlstElu_62D8_AlarmData) Unmarshal(dAtA []byte) error

func (*WlstElu_62D8_AlarmData) XXX_DiscardUnknown

func (m *WlstElu_62D8_AlarmData) XXX_DiscardUnknown()

func (*WlstElu_62D8_AlarmData) XXX_Marshal

func (m *WlstElu_62D8_AlarmData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_62D8_AlarmData) XXX_Merge

func (m *WlstElu_62D8_AlarmData) XXX_Merge(src proto.Message)

func (*WlstElu_62D8_AlarmData) XXX_Size

func (m *WlstElu_62D8_AlarmData) XXX_Size() int

func (*WlstElu_62D8_AlarmData) XXX_Unmarshal

func (m *WlstElu_62D8_AlarmData) XXX_Unmarshal(b []byte) error

type WlstElu_62E8

type WlstElu_62E8 struct {
	AlarmData []*WlstElu_62E8_AlarmData `protobuf:"bytes,1,rep,name=alarm_data,json=alarmData,proto3" json:"alarm_data,omitempty"`
}

主动报警,选测,8路

func (*WlstElu_62E8) Descriptor

func (*WlstElu_62E8) Descriptor() ([]byte, []int)

func (*WlstElu_62E8) GetAlarmData

func (m *WlstElu_62E8) GetAlarmData() []*WlstElu_62E8_AlarmData

func (*WlstElu_62E8) Marshal

func (m *WlstElu_62E8) Marshal() (dAtA []byte, err error)

func (*WlstElu_62E8) MarshalTo

func (m *WlstElu_62E8) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_62E8) MarshalToSizedBuffer

func (m *WlstElu_62E8) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_62E8) ProtoMessage

func (*WlstElu_62E8) ProtoMessage()

func (*WlstElu_62E8) Reset

func (m *WlstElu_62E8) Reset()

func (*WlstElu_62E8) Size

func (m *WlstElu_62E8) Size() (n int)

func (*WlstElu_62E8) String

func (m *WlstElu_62E8) String() string

func (*WlstElu_62E8) Unmarshal

func (m *WlstElu_62E8) Unmarshal(dAtA []byte) error

func (*WlstElu_62E8) XXX_DiscardUnknown

func (m *WlstElu_62E8) XXX_DiscardUnknown()

func (*WlstElu_62E8) XXX_Marshal

func (m *WlstElu_62E8) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_62E8) XXX_Merge

func (m *WlstElu_62E8) XXX_Merge(src proto.Message)

func (*WlstElu_62E8) XXX_Size

func (m *WlstElu_62E8) XXX_Size() int

func (*WlstElu_62E8) XXX_Unmarshal

func (m *WlstElu_62E8) XXX_Unmarshal(b []byte) error

type WlstElu_62E8_AlarmData

type WlstElu_62E8_AlarmData struct {
	// 回路报警状态,1-漏电报警,2-分匝报警,3-漏电分匝同时报警
	LoopStatus  int32 `protobuf:"varint,1,opt,name=loop_status,json=loopStatus,proto3" json:"loop_status,omitempty"`
	AlarmStatus int32 `protobuf:"varint,2,opt,name=alarm_status,json=alarmStatus,proto3" json:"alarm_status,omitempty"`
	OptStatus   int32 `protobuf:"varint,3,opt,name=opt_status,json=optStatus,proto3" json:"opt_status,omitempty"`
	NowValue    int32 `protobuf:"varint,4,opt,name=now_value,json=nowValue,proto3" json:"now_value,omitempty"`
	AlarmValue  int32 `protobuf:"varint,5,opt,name=alarm_value,json=alarmValue,proto3" json:"alarm_value,omitempty"`
	OptNow      int32 `protobuf:"varint,6,opt,name=opt_now,json=optNow,proto3" json:"opt_now,omitempty"`
}

func (*WlstElu_62E8_AlarmData) Descriptor

func (*WlstElu_62E8_AlarmData) Descriptor() ([]byte, []int)

func (*WlstElu_62E8_AlarmData) GetAlarmStatus

func (m *WlstElu_62E8_AlarmData) GetAlarmStatus() int32

func (*WlstElu_62E8_AlarmData) GetAlarmValue

func (m *WlstElu_62E8_AlarmData) GetAlarmValue() int32

func (*WlstElu_62E8_AlarmData) GetLoopStatus

func (m *WlstElu_62E8_AlarmData) GetLoopStatus() int32

func (*WlstElu_62E8_AlarmData) GetNowValue

func (m *WlstElu_62E8_AlarmData) GetNowValue() int32

func (*WlstElu_62E8_AlarmData) GetOptNow

func (m *WlstElu_62E8_AlarmData) GetOptNow() int32

func (*WlstElu_62E8_AlarmData) GetOptStatus

func (m *WlstElu_62E8_AlarmData) GetOptStatus() int32

func (*WlstElu_62E8_AlarmData) Marshal

func (m *WlstElu_62E8_AlarmData) Marshal() (dAtA []byte, err error)

func (*WlstElu_62E8_AlarmData) MarshalTo

func (m *WlstElu_62E8_AlarmData) MarshalTo(dAtA []byte) (int, error)

func (*WlstElu_62E8_AlarmData) MarshalToSizedBuffer

func (m *WlstElu_62E8_AlarmData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstElu_62E8_AlarmData) ProtoMessage

func (*WlstElu_62E8_AlarmData) ProtoMessage()

func (*WlstElu_62E8_AlarmData) Reset

func (m *WlstElu_62E8_AlarmData) Reset()

func (*WlstElu_62E8_AlarmData) Size

func (m *WlstElu_62E8_AlarmData) Size() (n int)

func (*WlstElu_62E8_AlarmData) String

func (m *WlstElu_62E8_AlarmData) String() string

func (*WlstElu_62E8_AlarmData) Unmarshal

func (m *WlstElu_62E8_AlarmData) Unmarshal(dAtA []byte) error

func (*WlstElu_62E8_AlarmData) XXX_DiscardUnknown

func (m *WlstElu_62E8_AlarmData) XXX_DiscardUnknown()

func (*WlstElu_62E8_AlarmData) XXX_Marshal

func (m *WlstElu_62E8_AlarmData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstElu_62E8_AlarmData) XXX_Merge

func (m *WlstElu_62E8_AlarmData) XXX_Merge(src proto.Message)

func (*WlstElu_62E8_AlarmData) XXX_Size

func (m *WlstElu_62E8_AlarmData) XXX_Size() int

func (*WlstElu_62E8_AlarmData) XXX_Unmarshal

func (m *WlstElu_62E8_AlarmData) XXX_Unmarshal(b []byte) error

type WlstEsu_1600

type WlstEsu_1600 struct {
	//时间 yyyy-mm-dd hh:mm:ss
	DateTime string `protobuf:"bytes,1,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"`
}

func (*WlstEsu_1600) Descriptor

func (*WlstEsu_1600) Descriptor() ([]byte, []int)

func (*WlstEsu_1600) GetDateTime

func (m *WlstEsu_1600) GetDateTime() string

func (*WlstEsu_1600) Marshal

func (m *WlstEsu_1600) Marshal() (dAtA []byte, err error)

func (*WlstEsu_1600) MarshalTo

func (m *WlstEsu_1600) MarshalTo(dAtA []byte) (int, error)

func (*WlstEsu_1600) MarshalToSizedBuffer

func (m *WlstEsu_1600) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstEsu_1600) ProtoMessage

func (*WlstEsu_1600) ProtoMessage()

func (*WlstEsu_1600) Reset

func (m *WlstEsu_1600) Reset()

func (*WlstEsu_1600) Size

func (m *WlstEsu_1600) Size() (n int)

func (*WlstEsu_1600) String

func (m *WlstEsu_1600) String() string

func (*WlstEsu_1600) Unmarshal

func (m *WlstEsu_1600) Unmarshal(dAtA []byte) error

func (*WlstEsu_1600) XXX_DiscardUnknown

func (m *WlstEsu_1600) XXX_DiscardUnknown()

func (*WlstEsu_1600) XXX_Marshal

func (m *WlstEsu_1600) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstEsu_1600) XXX_Merge

func (m *WlstEsu_1600) XXX_Merge(src proto.Message)

func (*WlstEsu_1600) XXX_Size

func (m *WlstEsu_1600) XXX_Size() int

func (*WlstEsu_1600) XXX_Unmarshal

func (m *WlstEsu_1600) XXX_Unmarshal(b []byte) error

type WlstEsu_1800

type WlstEsu_1800 struct {
	//目标调压值(2字节)
	AdjustValue int32 `protobuf:"varint,1,opt,name=adjust_value,json=adjustValue,proto3" json:"adjust_value,omitempty"`
}

func (*WlstEsu_1800) Descriptor

func (*WlstEsu_1800) Descriptor() ([]byte, []int)

func (*WlstEsu_1800) GetAdjustValue

func (m *WlstEsu_1800) GetAdjustValue() int32

func (*WlstEsu_1800) Marshal

func (m *WlstEsu_1800) Marshal() (dAtA []byte, err error)

func (*WlstEsu_1800) MarshalTo

func (m *WlstEsu_1800) MarshalTo(dAtA []byte) (int, error)

func (*WlstEsu_1800) MarshalToSizedBuffer

func (m *WlstEsu_1800) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstEsu_1800) ProtoMessage

func (*WlstEsu_1800) ProtoMessage()

func (*WlstEsu_1800) Reset

func (m *WlstEsu_1800) Reset()

func (*WlstEsu_1800) Size

func (m *WlstEsu_1800) Size() (n int)

func (*WlstEsu_1800) String

func (m *WlstEsu_1800) String() string

func (*WlstEsu_1800) Unmarshal

func (m *WlstEsu_1800) Unmarshal(dAtA []byte) error

func (*WlstEsu_1800) XXX_DiscardUnknown

func (m *WlstEsu_1800) XXX_DiscardUnknown()

func (*WlstEsu_1800) XXX_Marshal

func (m *WlstEsu_1800) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstEsu_1800) XXX_Merge

func (m *WlstEsu_1800) XXX_Merge(src proto.Message)

func (*WlstEsu_1800) XXX_Size

func (m *WlstEsu_1800) XXX_Size() int

func (*WlstEsu_1800) XXX_Unmarshal

func (m *WlstEsu_1800) XXX_Unmarshal(b []byte) error

type WlstEsu_1900

type WlstEsu_1900 struct {
	// 1900->手动开关机,0-关机,1-开机.2500->0-停运,1-投运
	ManualControl int32 `protobuf:"varint,1,opt,name=manual_control,json=manualControl,proto3" json:"manual_control,omitempty"`
}

Wlst_esu_2500

func (*WlstEsu_1900) Descriptor

func (*WlstEsu_1900) Descriptor() ([]byte, []int)

func (*WlstEsu_1900) GetManualControl

func (m *WlstEsu_1900) GetManualControl() int32

func (*WlstEsu_1900) Marshal

func (m *WlstEsu_1900) Marshal() (dAtA []byte, err error)

func (*WlstEsu_1900) MarshalTo

func (m *WlstEsu_1900) MarshalTo(dAtA []byte) (int, error)

func (*WlstEsu_1900) MarshalToSizedBuffer

func (m *WlstEsu_1900) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstEsu_1900) ProtoMessage

func (*WlstEsu_1900) ProtoMessage()

func (*WlstEsu_1900) Reset

func (m *WlstEsu_1900) Reset()

func (*WlstEsu_1900) Size

func (m *WlstEsu_1900) Size() (n int)

func (*WlstEsu_1900) String

func (m *WlstEsu_1900) String() string

func (*WlstEsu_1900) Unmarshal

func (m *WlstEsu_1900) Unmarshal(dAtA []byte) error

func (*WlstEsu_1900) XXX_DiscardUnknown

func (m *WlstEsu_1900) XXX_DiscardUnknown()

func (*WlstEsu_1900) XXX_Marshal

func (m *WlstEsu_1900) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstEsu_1900) XXX_Merge

func (m *WlstEsu_1900) XXX_Merge(src proto.Message)

func (*WlstEsu_1900) XXX_Size

func (m *WlstEsu_1900) XXX_Size() int

func (*WlstEsu_1900) XXX_Unmarshal

func (m *WlstEsu_1900) XXX_Unmarshal(b []byte) error

type WlstEsu_9000

type WlstEsu_9000 struct {
	// 1-成功,0-失败
	Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
}

Wlst_esu_9100_9900_9d00_a500

func (*WlstEsu_9000) Descriptor

func (*WlstEsu_9000) Descriptor() ([]byte, []int)

func (*WlstEsu_9000) GetStatus

func (m *WlstEsu_9000) GetStatus() int32

func (*WlstEsu_9000) Marshal

func (m *WlstEsu_9000) Marshal() (dAtA []byte, err error)

func (*WlstEsu_9000) MarshalTo

func (m *WlstEsu_9000) MarshalTo(dAtA []byte) (int, error)

func (*WlstEsu_9000) MarshalToSizedBuffer

func (m *WlstEsu_9000) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstEsu_9000) ProtoMessage

func (*WlstEsu_9000) ProtoMessage()

func (*WlstEsu_9000) Reset

func (m *WlstEsu_9000) Reset()

func (*WlstEsu_9000) Size

func (m *WlstEsu_9000) Size() (n int)

func (*WlstEsu_9000) String

func (m *WlstEsu_9000) String() string

func (*WlstEsu_9000) Unmarshal

func (m *WlstEsu_9000) Unmarshal(dAtA []byte) error

func (*WlstEsu_9000) XXX_DiscardUnknown

func (m *WlstEsu_9000) XXX_DiscardUnknown()

func (*WlstEsu_9000) XXX_Marshal

func (m *WlstEsu_9000) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstEsu_9000) XXX_Merge

func (m *WlstEsu_9000) XXX_Merge(src proto.Message)

func (*WlstEsu_9000) XXX_Size

func (m *WlstEsu_9000) XXX_Size() int

func (*WlstEsu_9000) XXX_Unmarshal

func (m *WlstEsu_9000) XXX_Unmarshal(b []byte) error

type WlstEsu_9200

type WlstEsu_9200 struct {
	//预热时间,2-30,默认10
	WarmupTime int32 `protobuf:"varint,1,opt,name=warmup_time,json=warmupTime,proto3" json:"warmup_time,omitempty"`
	//开机时间,hh*60+mm
	OnTime int32 `protobuf:"varint,2,opt,name=on_time,json=onTime,proto3" json:"on_time,omitempty"`
	//开机时间,hh*60+mm
	OffTime int32 `protobuf:"varint,3,opt,name=off_time,json=offTime,proto3" json:"off_time,omitempty"`
	//风机启动温度
	FanStartTemperature int32 `protobuf:"varint,4,opt,name=fan_start_temperature,json=fanStartTemperature,proto3" json:"fan_start_temperature,omitempty"`
	//退出节能温度
	StopSaver int32 `protobuf:"varint,5,opt,name=stop_saver,json=stopSaver,proto3" json:"stop_saver,omitempty"`
	//强制保护温度
	ProtectionTemperature int32 `protobuf:"varint,6,opt,name=protection_temperature,json=protectionTemperature,proto3" json:"protection_temperature,omitempty"`
	//输入过压门限值
	InputOvervoltage int32 `protobuf:"varint,7,opt,name=input_overvoltage,json=inputOvervoltage,proto3" json:"input_overvoltage,omitempty"`
	//输入欠压门限值
	InputUndervoltage int32 `protobuf:"varint,8,opt,name=input_undervoltage,json=inputUndervoltage,proto3" json:"input_undervoltage,omitempty"`
	//输出过载门限值
	OutputOverload int32 `protobuf:"varint,9,opt,name=output_overload,json=outputOverload,proto3" json:"output_overload,omitempty"`
	//供电相数
	PhaseCount int32 `protobuf:"varint,10,opt,name=phase_count,json=phaseCount,proto3" json:"phase_count,omitempty"`
}

Wlst_esu_1100

func (*WlstEsu_9200) Descriptor

func (*WlstEsu_9200) Descriptor() ([]byte, []int)

func (*WlstEsu_9200) GetFanStartTemperature

func (m *WlstEsu_9200) GetFanStartTemperature() int32

func (*WlstEsu_9200) GetInputOvervoltage

func (m *WlstEsu_9200) GetInputOvervoltage() int32

func (*WlstEsu_9200) GetInputUndervoltage

func (m *WlstEsu_9200) GetInputUndervoltage() int32

func (*WlstEsu_9200) GetOffTime

func (m *WlstEsu_9200) GetOffTime() int32

func (*WlstEsu_9200) GetOnTime

func (m *WlstEsu_9200) GetOnTime() int32

func (*WlstEsu_9200) GetOutputOverload

func (m *WlstEsu_9200) GetOutputOverload() int32

func (*WlstEsu_9200) GetPhaseCount

func (m *WlstEsu_9200) GetPhaseCount() int32

func (*WlstEsu_9200) GetProtectionTemperature

func (m *WlstEsu_9200) GetProtectionTemperature() int32

func (*WlstEsu_9200) GetStopSaver

func (m *WlstEsu_9200) GetStopSaver() int32

func (*WlstEsu_9200) GetWarmupTime

func (m *WlstEsu_9200) GetWarmupTime() int32

func (*WlstEsu_9200) Marshal

func (m *WlstEsu_9200) Marshal() (dAtA []byte, err error)

func (*WlstEsu_9200) MarshalTo

func (m *WlstEsu_9200) MarshalTo(dAtA []byte) (int, error)

func (*WlstEsu_9200) MarshalToSizedBuffer

func (m *WlstEsu_9200) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstEsu_9200) ProtoMessage

func (*WlstEsu_9200) ProtoMessage()

func (*WlstEsu_9200) Reset

func (m *WlstEsu_9200) Reset()

func (*WlstEsu_9200) Size

func (m *WlstEsu_9200) Size() (n int)

func (*WlstEsu_9200) String

func (m *WlstEsu_9200) String() string

func (*WlstEsu_9200) Unmarshal

func (m *WlstEsu_9200) Unmarshal(dAtA []byte) error

func (*WlstEsu_9200) XXX_DiscardUnknown

func (m *WlstEsu_9200) XXX_DiscardUnknown()

func (*WlstEsu_9200) XXX_Marshal

func (m *WlstEsu_9200) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstEsu_9200) XXX_Merge

func (m *WlstEsu_9200) XXX_Merge(src proto.Message)

func (*WlstEsu_9200) XXX_Size

func (m *WlstEsu_9200) XXX_Size() int

func (*WlstEsu_9200) XXX_Unmarshal

func (m *WlstEsu_9200) XXX_Unmarshal(b []byte) error

type WlstEsu_9400

type WlstEsu_9400 struct {
	//二进制转int
	Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WlstEsu_9400) Descriptor

func (*WlstEsu_9400) Descriptor() ([]byte, []int)

func (*WlstEsu_9400) GetStatus

func (m *WlstEsu_9400) GetStatus() int32

func (*WlstEsu_9400) Marshal

func (m *WlstEsu_9400) Marshal() (dAtA []byte, err error)

func (*WlstEsu_9400) MarshalTo

func (m *WlstEsu_9400) MarshalTo(dAtA []byte) (int, error)

func (*WlstEsu_9400) MarshalToSizedBuffer

func (m *WlstEsu_9400) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstEsu_9400) ProtoMessage

func (*WlstEsu_9400) ProtoMessage()

func (*WlstEsu_9400) Reset

func (m *WlstEsu_9400) Reset()

func (*WlstEsu_9400) Size

func (m *WlstEsu_9400) Size() (n int)

func (*WlstEsu_9400) String

func (m *WlstEsu_9400) String() string

func (*WlstEsu_9400) Unmarshal

func (m *WlstEsu_9400) Unmarshal(dAtA []byte) error

func (*WlstEsu_9400) XXX_DiscardUnknown

func (m *WlstEsu_9400) XXX_DiscardUnknown()

func (*WlstEsu_9400) XXX_Marshal

func (m *WlstEsu_9400) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstEsu_9400) XXX_Merge

func (m *WlstEsu_9400) XXX_Merge(src proto.Message)

func (*WlstEsu_9400) XXX_Size

func (m *WlstEsu_9400) XXX_Size() int

func (*WlstEsu_9400) XXX_Unmarshal

func (m *WlstEsu_9400) XXX_Unmarshal(b []byte) error

type WlstEsu_9500

type WlstEsu_9500 struct {
	//调压时间x,hh*60+mm
	XAdjustTime []int32 `protobuf:"varint,1,rep,packed,name=x_adjust_time,json=xAdjustTime,proto3" json:"x_adjust_time,omitempty"`
	//调压值x
	XAdjustValue []int32 `protobuf:"varint,2,rep,packed,name=x_adjust_value,json=xAdjustValue,proto3" json:"x_adjust_value,omitempty"`
}

Wlst_esu_1400

func (*WlstEsu_9500) Descriptor

func (*WlstEsu_9500) Descriptor() ([]byte, []int)

func (*WlstEsu_9500) GetXAdjustTime

func (m *WlstEsu_9500) GetXAdjustTime() []int32

func (*WlstEsu_9500) GetXAdjustValue

func (m *WlstEsu_9500) GetXAdjustValue() []int32

func (*WlstEsu_9500) Marshal

func (m *WlstEsu_9500) Marshal() (dAtA []byte, err error)

func (*WlstEsu_9500) MarshalTo

func (m *WlstEsu_9500) MarshalTo(dAtA []byte) (int, error)

func (*WlstEsu_9500) MarshalToSizedBuffer

func (m *WlstEsu_9500) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstEsu_9500) ProtoMessage

func (*WlstEsu_9500) ProtoMessage()

func (*WlstEsu_9500) Reset

func (m *WlstEsu_9500) Reset()

func (*WlstEsu_9500) Size

func (m *WlstEsu_9500) Size() (n int)

func (*WlstEsu_9500) String

func (m *WlstEsu_9500) String() string

func (*WlstEsu_9500) Unmarshal

func (m *WlstEsu_9500) Unmarshal(dAtA []byte) error

func (*WlstEsu_9500) XXX_DiscardUnknown

func (m *WlstEsu_9500) XXX_DiscardUnknown()

func (*WlstEsu_9500) XXX_Marshal

func (m *WlstEsu_9500) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstEsu_9500) XXX_Merge

func (m *WlstEsu_9500) XXX_Merge(src proto.Message)

func (*WlstEsu_9500) XXX_Size

func (m *WlstEsu_9500) XXX_Size() int

func (*WlstEsu_9500) XXX_Unmarshal

func (m *WlstEsu_9500) XXX_Unmarshal(b []byte) error

type WlstEsu_9700

type WlstEsu_9700 struct {
	//记录序号
	No int32 `protobuf:"varint,1,opt,name=no,proto3" json:"no,omitempty"`
	//时间(yyyy-mm-dd hh:mm:ss)
	DateTime string `protobuf:"bytes,2,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"`
	//目标调压值(2字节)
	AdjustValue float64 `protobuf:"fixed64,3,opt,name=adjust_value,json=adjustValue,proto3" json:"adjust_value,omitempty"`
	// A相输入电压
	APhaseInputVoltage float64 `protobuf:"fixed64,4,opt,name=a_phase_input_voltage,json=aPhaseInputVoltage,proto3" json:"a_phase_input_voltage,omitempty"`
	// B相输入电压
	BPhaseInputVoltage float64 `protobuf:"fixed64,5,opt,name=b_phase_input_voltage,json=bPhaseInputVoltage,proto3" json:"b_phase_input_voltage,omitempty"`
	// C相输入电压
	CPhaseInputVoltage float64 `protobuf:"fixed64,6,opt,name=c_phase_input_voltage,json=cPhaseInputVoltage,proto3" json:"c_phase_input_voltage,omitempty"`
	// A相输出电压
	APhaseOutputVoltage float64 `protobuf:"fixed64,7,opt,name=a_phase_output_voltage,json=aPhaseOutputVoltage,proto3" json:"a_phase_output_voltage,omitempty"`
	// B相输出电压
	BPhaseOutputVoltage float64 `protobuf:"fixed64,8,opt,name=b_phase_output_voltage,json=bPhaseOutputVoltage,proto3" json:"b_phase_output_voltage,omitempty"`
	// C相输出电压
	CPhaseOutputVoltage float64 `protobuf:"fixed64,9,opt,name=c_phase_output_voltage,json=cPhaseOutputVoltage,proto3" json:"c_phase_output_voltage,omitempty"`
	// A相输出电流
	APhaseOutputCurrent float64 `protobuf:"fixed64,10,opt,name=a_phase_output_current,json=aPhaseOutputCurrent,proto3" json:"a_phase_output_current,omitempty"`
	// B相输出电流
	BPhaseOutputCurrent float64 `protobuf:"fixed64,11,opt,name=b_phase_output_current,json=bPhaseOutputCurrent,proto3" json:"b_phase_output_current,omitempty"`
	// C相输出电流
	CPhaseOutputCurrent float64 `protobuf:"fixed64,12,opt,name=c_phase_output_current,json=cPhaseOutputCurrent,proto3" json:"c_phase_output_current,omitempty"`
	//节能运行时间,hh*60+mm
	SaverTime int32 `protobuf:"varint,13,opt,name=saver_time,json=saverTime,proto3" json:"saver_time,omitempty"`
	//节电器工作状态(1字节)
	SaverStatus int32 `protobuf:"varint,14,opt,name=saver_status,json=saverStatus,proto3" json:"saver_status,omitempty"`
	//温度  (1字节)
	Temperature int32 `protobuf:"varint,15,opt,name=temperature,proto3" json:"temperature,omitempty"`
	//事件类型(1字节)
	EventType int32 `protobuf:"varint,16,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`
	//信息码(1字节)
	InfoNumber int32 `protobuf:"varint,17,opt,name=info_number,json=infoNumber,proto3" json:"info_number,omitempty"`
	//开机运行时间,hh*60+mm
	RunTime int32 `protobuf:"varint,18,opt,name=run_time,json=runTime,proto3" json:"run_time,omitempty"`
}

Wlst_esu_1700_1a00

func (*WlstEsu_9700) Descriptor

func (*WlstEsu_9700) Descriptor() ([]byte, []int)

func (*WlstEsu_9700) GetAPhaseInputVoltage

func (m *WlstEsu_9700) GetAPhaseInputVoltage() float64

func (*WlstEsu_9700) GetAPhaseOutputCurrent

func (m *WlstEsu_9700) GetAPhaseOutputCurrent() float64

func (*WlstEsu_9700) GetAPhaseOutputVoltage

func (m *WlstEsu_9700) GetAPhaseOutputVoltage() float64

func (*WlstEsu_9700) GetAdjustValue

func (m *WlstEsu_9700) GetAdjustValue() float64

func (*WlstEsu_9700) GetBPhaseInputVoltage

func (m *WlstEsu_9700) GetBPhaseInputVoltage() float64

func (*WlstEsu_9700) GetBPhaseOutputCurrent

func (m *WlstEsu_9700) GetBPhaseOutputCurrent() float64

func (*WlstEsu_9700) GetBPhaseOutputVoltage

func (m *WlstEsu_9700) GetBPhaseOutputVoltage() float64

func (*WlstEsu_9700) GetCPhaseInputVoltage

func (m *WlstEsu_9700) GetCPhaseInputVoltage() float64

func (*WlstEsu_9700) GetCPhaseOutputCurrent

func (m *WlstEsu_9700) GetCPhaseOutputCurrent() float64

func (*WlstEsu_9700) GetCPhaseOutputVoltage

func (m *WlstEsu_9700) GetCPhaseOutputVoltage() float64

func (*WlstEsu_9700) GetDateTime

func (m *WlstEsu_9700) GetDateTime() string

func (*WlstEsu_9700) GetEventType

func (m *WlstEsu_9700) GetEventType() int32

func (*WlstEsu_9700) GetInfoNumber

func (m *WlstEsu_9700) GetInfoNumber() int32

func (*WlstEsu_9700) GetNo

func (m *WlstEsu_9700) GetNo() int32

func (*WlstEsu_9700) GetRunTime

func (m *WlstEsu_9700) GetRunTime() int32

func (*WlstEsu_9700) GetSaverStatus

func (m *WlstEsu_9700) GetSaverStatus() int32

func (*WlstEsu_9700) GetSaverTime

func (m *WlstEsu_9700) GetSaverTime() int32

func (*WlstEsu_9700) GetTemperature

func (m *WlstEsu_9700) GetTemperature() int32

func (*WlstEsu_9700) Marshal

func (m *WlstEsu_9700) Marshal() (dAtA []byte, err error)

func (*WlstEsu_9700) MarshalTo

func (m *WlstEsu_9700) MarshalTo(dAtA []byte) (int, error)

func (*WlstEsu_9700) MarshalToSizedBuffer

func (m *WlstEsu_9700) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstEsu_9700) ProtoMessage

func (*WlstEsu_9700) ProtoMessage()

func (*WlstEsu_9700) Reset

func (m *WlstEsu_9700) Reset()

func (*WlstEsu_9700) Size

func (m *WlstEsu_9700) Size() (n int)

func (*WlstEsu_9700) String

func (m *WlstEsu_9700) String() string

func (*WlstEsu_9700) Unmarshal

func (m *WlstEsu_9700) Unmarshal(dAtA []byte) error

func (*WlstEsu_9700) XXX_DiscardUnknown

func (m *WlstEsu_9700) XXX_DiscardUnknown()

func (*WlstEsu_9700) XXX_Marshal

func (m *WlstEsu_9700) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstEsu_9700) XXX_Merge

func (m *WlstEsu_9700) XXX_Merge(src proto.Message)

func (*WlstEsu_9700) XXX_Size

func (m *WlstEsu_9700) XXX_Size() int

func (*WlstEsu_9700) XXX_Unmarshal

func (m *WlstEsu_9700) XXX_Unmarshal(b []byte) error

type WlstEsu_9A00

type WlstEsu_9A00 struct {
	//记录序号
	No int32 `protobuf:"varint,1,opt,name=no,proto3" json:"no,omitempty"`
	//时间(yyyy-mm-dd)
	DateTime string `protobuf:"bytes,2,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"`
	//开机运行时间,hh*60+mm
	RunTime int32 `protobuf:"varint,3,opt,name=run_time,json=runTime,proto3" json:"run_time,omitempty"`
	//节能运行时间,hh*60+mm
	SaverTime int32 `protobuf:"varint,4,opt,name=saver_time,json=saverTime,proto3" json:"saver_time,omitempty"`
}

func (*WlstEsu_9A00) Descriptor

func (*WlstEsu_9A00) Descriptor() ([]byte, []int)

func (*WlstEsu_9A00) GetDateTime

func (m *WlstEsu_9A00) GetDateTime() string

func (*WlstEsu_9A00) GetNo

func (m *WlstEsu_9A00) GetNo() int32

func (*WlstEsu_9A00) GetRunTime

func (m *WlstEsu_9A00) GetRunTime() int32

func (*WlstEsu_9A00) GetSaverTime

func (m *WlstEsu_9A00) GetSaverTime() int32

func (*WlstEsu_9A00) Marshal

func (m *WlstEsu_9A00) Marshal() (dAtA []byte, err error)

func (*WlstEsu_9A00) MarshalTo

func (m *WlstEsu_9A00) MarshalTo(dAtA []byte) (int, error)

func (*WlstEsu_9A00) MarshalToSizedBuffer

func (m *WlstEsu_9A00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstEsu_9A00) ProtoMessage

func (*WlstEsu_9A00) ProtoMessage()

func (*WlstEsu_9A00) Reset

func (m *WlstEsu_9A00) Reset()

func (*WlstEsu_9A00) Size

func (m *WlstEsu_9A00) Size() (n int)

func (*WlstEsu_9A00) String

func (m *WlstEsu_9A00) String() string

func (*WlstEsu_9A00) Unmarshal

func (m *WlstEsu_9A00) Unmarshal(dAtA []byte) error

func (*WlstEsu_9A00) XXX_DiscardUnknown

func (m *WlstEsu_9A00) XXX_DiscardUnknown()

func (*WlstEsu_9A00) XXX_Marshal

func (m *WlstEsu_9A00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstEsu_9A00) XXX_Merge

func (m *WlstEsu_9A00) XXX_Merge(src proto.Message)

func (*WlstEsu_9A00) XXX_Size

func (m *WlstEsu_9A00) XXX_Size() int

func (*WlstEsu_9A00) XXX_Unmarshal

func (m *WlstEsu_9A00) XXX_Unmarshal(b []byte) error

type WlstEsu_9E00

type WlstEsu_9E00 struct {
	//预热时间,2-30,默认10
	WarmupTime int32 `protobuf:"varint,1,opt,name=warmup_time,json=warmupTime,proto3" json:"warmup_time,omitempty"`
	//开机时间,hh*60+mm
	OnTime int32 `protobuf:"varint,2,opt,name=on_time,json=onTime,proto3" json:"on_time,omitempty"`
	//关机时间,hh*60+mm
	OffTime int32 `protobuf:"varint,3,opt,name=off_time,json=offTime,proto3" json:"off_time,omitempty"`
	// A相变比
	TransformerA int32 `protobuf:"varint,4,opt,name=transformer_a,json=transformerA,proto3" json:"transformer_a,omitempty"`
	// B相变比
	TransformerB int32 `protobuf:"varint,5,opt,name=transformer_b,json=transformerB,proto3" json:"transformer_b,omitempty"`
	// C相变比
	TransformerC int32 `protobuf:"varint,6,opt,name=transformer_c,json=transformerC,proto3" json:"transformer_c,omitempty"`
	//时间模式
	TimeMode int32 `protobuf:"varint,7,opt,name=time_mode,json=timeMode,proto3" json:"time_mode,omitempty"`
	//运行模式
	RunMode int32 `protobuf:"varint,8,opt,name=run_mode,json=runMode,proto3" json:"run_mode,omitempty"`
	//风机启动温度
	FanStartTemperature int32 `protobuf:"varint,9,opt,name=fan_start_temperature,json=fanStartTemperature,proto3" json:"fan_start_temperature,omitempty"`
	//风机关闭温度
	FanStopTemperature int32 `protobuf:"varint,10,opt,name=fan_stop_temperature,json=fanStopTemperature,proto3" json:"fan_stop_temperature,omitempty"`
	//节能停止温度
	SaverStopTemperature int32 `protobuf:"varint,11,opt,name=saver_stop_temperature,json=saverStopTemperature,proto3" json:"saver_stop_temperature,omitempty"`
	//节能恢复温度
	SaverRecoverTemperature int32 `` /* 134-byte string literal not displayed */
	//强制保护温度
	ProtectionTemperature int32 `` /* 126-byte string literal not displayed */
	//输入过压门限值
	InputOvervoltage int32 `protobuf:"varint,14,opt,name=input_overvoltage,json=inputOvervoltage,proto3" json:"input_overvoltage,omitempty"`
	//输入欠压门限值
	InputUndervoltage int32 `protobuf:"varint,15,opt,name=input_undervoltage,json=inputUndervoltage,proto3" json:"input_undervoltage,omitempty"`
	//输出过载门限值
	OutputOverload int32 `protobuf:"varint,16,opt,name=output_overload,json=outputOverload,proto3" json:"output_overload,omitempty"`
	//输出欠压门限值
	OutputUndervoltage int32 `protobuf:"varint,17,opt,name=output_undervoltage,json=outputUndervoltage,proto3" json:"output_undervoltage,omitempty"`
	//调压速度
	AdjustSpeed int32 `protobuf:"varint,18,opt,name=adjust_speed,json=adjustSpeed,proto3" json:"adjust_speed,omitempty"`
	//供电相数
	PhaseCount int32 `protobuf:"varint,19,opt,name=phase_count,json=phaseCount,proto3" json:"phase_count,omitempty"`
	//通信模式 1=通过照明终端实现与主站通信, 0=带地址
	CommunicateMode int32 `protobuf:"varint,20,opt,name=communicate_mode,json=communicateMode,proto3" json:"communicate_mode,omitempty"`
	//工作模式(1字节)通用模式=1 ,特殊模式=0
	WorkMode int32 `protobuf:"varint,21,opt,name=work_mode,json=workMode,proto3" json:"work_mode,omitempty"`
	//主动报警(1字节)主动报警=1,禁止主动报警=0
	AlarmOn int32 `protobuf:"varint,22,opt,name=alarm_on,json=alarmOn,proto3" json:"alarm_on,omitempty"`
	//报警延时
	AlarmDelay int32 `protobuf:"varint,23,opt,name=alarm_delay,json=alarmDelay,proto3" json:"alarm_delay,omitempty"`
	//节能模式(1字节)接触器=1,IGBT=0
	SaverMode int32 `protobuf:"varint,24,opt,name=saver_mode,json=saverMode,proto3" json:"saver_mode,omitempty"`
}

Wlst_esu_1d00

func (*WlstEsu_9E00) Descriptor

func (*WlstEsu_9E00) Descriptor() ([]byte, []int)

func (*WlstEsu_9E00) GetAdjustSpeed

func (m *WlstEsu_9E00) GetAdjustSpeed() int32

func (*WlstEsu_9E00) GetAlarmDelay

func (m *WlstEsu_9E00) GetAlarmDelay() int32

func (*WlstEsu_9E00) GetAlarmOn

func (m *WlstEsu_9E00) GetAlarmOn() int32

func (*WlstEsu_9E00) GetCommunicateMode

func (m *WlstEsu_9E00) GetCommunicateMode() int32

func (*WlstEsu_9E00) GetFanStartTemperature

func (m *WlstEsu_9E00) GetFanStartTemperature() int32

func (*WlstEsu_9E00) GetFanStopTemperature

func (m *WlstEsu_9E00) GetFanStopTemperature() int32

func (*WlstEsu_9E00) GetInputOvervoltage

func (m *WlstEsu_9E00) GetInputOvervoltage() int32

func (*WlstEsu_9E00) GetInputUndervoltage

func (m *WlstEsu_9E00) GetInputUndervoltage() int32

func (*WlstEsu_9E00) GetOffTime

func (m *WlstEsu_9E00) GetOffTime() int32

func (*WlstEsu_9E00) GetOnTime

func (m *WlstEsu_9E00) GetOnTime() int32

func (*WlstEsu_9E00) GetOutputOverload

func (m *WlstEsu_9E00) GetOutputOverload() int32

func (*WlstEsu_9E00) GetOutputUndervoltage

func (m *WlstEsu_9E00) GetOutputUndervoltage() int32

func (*WlstEsu_9E00) GetPhaseCount

func (m *WlstEsu_9E00) GetPhaseCount() int32

func (*WlstEsu_9E00) GetProtectionTemperature

func (m *WlstEsu_9E00) GetProtectionTemperature() int32

func (*WlstEsu_9E00) GetRunMode

func (m *WlstEsu_9E00) GetRunMode() int32

func (*WlstEsu_9E00) GetSaverMode

func (m *WlstEsu_9E00) GetSaverMode() int32

func (*WlstEsu_9E00) GetSaverRecoverTemperature

func (m *WlstEsu_9E00) GetSaverRecoverTemperature() int32

func (*WlstEsu_9E00) GetSaverStopTemperature

func (m *WlstEsu_9E00) GetSaverStopTemperature() int32

func (*WlstEsu_9E00) GetTimeMode

func (m *WlstEsu_9E00) GetTimeMode() int32

func (*WlstEsu_9E00) GetTransformerA

func (m *WlstEsu_9E00) GetTransformerA() int32

func (*WlstEsu_9E00) GetTransformerB

func (m *WlstEsu_9E00) GetTransformerB() int32

func (*WlstEsu_9E00) GetTransformerC

func (m *WlstEsu_9E00) GetTransformerC() int32

func (*WlstEsu_9E00) GetWarmupTime

func (m *WlstEsu_9E00) GetWarmupTime() int32

func (*WlstEsu_9E00) GetWorkMode

func (m *WlstEsu_9E00) GetWorkMode() int32

func (*WlstEsu_9E00) Marshal

func (m *WlstEsu_9E00) Marshal() (dAtA []byte, err error)

func (*WlstEsu_9E00) MarshalTo

func (m *WlstEsu_9E00) MarshalTo(dAtA []byte) (int, error)

func (*WlstEsu_9E00) MarshalToSizedBuffer

func (m *WlstEsu_9E00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstEsu_9E00) ProtoMessage

func (*WlstEsu_9E00) ProtoMessage()

func (*WlstEsu_9E00) Reset

func (m *WlstEsu_9E00) Reset()

func (*WlstEsu_9E00) Size

func (m *WlstEsu_9E00) Size() (n int)

func (*WlstEsu_9E00) String

func (m *WlstEsu_9E00) String() string

func (*WlstEsu_9E00) Unmarshal

func (m *WlstEsu_9E00) Unmarshal(dAtA []byte) error

func (*WlstEsu_9E00) XXX_DiscardUnknown

func (m *WlstEsu_9E00) XXX_DiscardUnknown()

func (*WlstEsu_9E00) XXX_Marshal

func (m *WlstEsu_9E00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstEsu_9E00) XXX_Merge

func (m *WlstEsu_9E00) XXX_Merge(src proto.Message)

func (*WlstEsu_9E00) XXX_Size

func (m *WlstEsu_9E00) XXX_Size() int

func (*WlstEsu_9E00) XXX_Unmarshal

func (m *WlstEsu_9E00) XXX_Unmarshal(b []byte) error

type WlstEsu_9F00

type WlstEsu_9F00 struct {
	//时间,yyyy-mm-dd hh:mm:ss
	DateTime string `protobuf:"bytes,1,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"`
	//温度  (1字节)
	Temperature int32 `protobuf:"varint,2,opt,name=temperature,proto3" json:"temperature,omitempty"`
	// A相输入电压
	APhaseInputVoltage float64 `protobuf:"fixed64,3,opt,name=a_phase_input_voltage,json=aPhaseInputVoltage,proto3" json:"a_phase_input_voltage,omitempty"`
	// B相输入电压
	BPhaseInputVoltage float64 `protobuf:"fixed64,4,opt,name=b_phase_input_voltage,json=bPhaseInputVoltage,proto3" json:"b_phase_input_voltage,omitempty"`
	// C相输入电压
	CPhaseInputVoltage float64 `protobuf:"fixed64,5,opt,name=c_phase_input_voltage,json=cPhaseInputVoltage,proto3" json:"c_phase_input_voltage,omitempty"`
	// A相输出电压
	APhaseOutputVoltage float64 `protobuf:"fixed64,6,opt,name=a_phase_output_voltage,json=aPhaseOutputVoltage,proto3" json:"a_phase_output_voltage,omitempty"`
	// B相输出电压
	BPhaseOutputVoltage float64 `protobuf:"fixed64,7,opt,name=b_phase_output_voltage,json=bPhaseOutputVoltage,proto3" json:"b_phase_output_voltage,omitempty"`
	// C相输出电压
	CPhaseOutputVoltage float64 `protobuf:"fixed64,8,opt,name=c_phase_output_voltage,json=cPhaseOutputVoltage,proto3" json:"c_phase_output_voltage,omitempty"`
	// A相输出电流
	APhaseOutputCurrent float64 `protobuf:"fixed64,9,opt,name=a_phase_output_current,json=aPhaseOutputCurrent,proto3" json:"a_phase_output_current,omitempty"`
	// B相输出电流
	BPhaseOutputCurrent float64 `protobuf:"fixed64,10,opt,name=b_phase_output_current,json=bPhaseOutputCurrent,proto3" json:"b_phase_output_current,omitempty"`
	// C相输出电流
	CPhaseOutputCurrent float64 `protobuf:"fixed64,11,opt,name=c_phase_output_current,json=cPhaseOutputCurrent,proto3" json:"c_phase_output_current,omitempty"`
	// A相输出功率
	APhaseOutputPower float64 `protobuf:"fixed64,12,opt,name=a_phase_output_power,json=aPhaseOutputPower,proto3" json:"a_phase_output_power,omitempty"`
	// B相输出功率
	BPhaseOutputPower float64 `protobuf:"fixed64,13,opt,name=b_phase_output_power,json=bPhaseOutputPower,proto3" json:"b_phase_output_power,omitempty"`
	// C相输出功率
	CPhaseOutputPower float64 `protobuf:"fixed64,14,opt,name=c_phase_output_power,json=cPhaseOutputPower,proto3" json:"c_phase_output_power,omitempty"`
	//风机状态(1字节)
	FanStatus int32 `protobuf:"varint,15,opt,name=fan_status,json=fanStatus,proto3" json:"fan_status,omitempty"`
	//节电器工作状态(1字节)
	SaverStatus int32 `protobuf:"varint,16,opt,name=saver_status,json=saverStatus,proto3" json:"saver_status,omitempty"`
	//开机运行时间,hh*60+mm
	RunTime int32 `protobuf:"varint,17,opt,name=run_time,json=runTime,proto3" json:"run_time,omitempty"`
	//节能运行时间,hh*60+mm
	SaverTime int32 `protobuf:"varint,18,opt,name=saver_time,json=saverTime,proto3" json:"saver_time,omitempty"`
	//当前目标调压值
	AdjustValue float64 `protobuf:"fixed64,19,opt,name=adjust_value,json=adjustValue,proto3" json:"adjust_value,omitempty"`
	//现存故障
	ExistingFault int32 `protobuf:"varint,20,opt,name=existing_fault,json=existingFault,proto3" json:"existing_fault,omitempty"`
	//今天复位次数(1字节)
	ResetDay0 int32 `protobuf:"varint,21,opt,name=reset_day0,json=resetDay0,proto3" json:"reset_day0,omitempty"`
	//昨天复位次数(1字节)
	ResetDay1 int32 `protobuf:"varint,22,opt,name=reset_day1,json=resetDay1,proto3" json:"reset_day1,omitempty"`
	//前天复位次数(1字节)
	ResetDay2 int32 `protobuf:"varint,23,opt,name=reset_day2,json=resetDay2,proto3" json:"reset_day2,omitempty"`
	//大前天复位次数(1字节)
	ResetDay3 int32 `protobuf:"varint,24,opt,name=reset_day3,json=resetDay3,proto3" json:"reset_day3,omitempty"`
	//参数状态(4字节=>%d)
	ArgsStatus int64 `protobuf:"varint,25,opt,name=args_status,json=argsStatus,proto3" json:"args_status,omitempty"`
	//节能模式(1字节)接触器=1,IGBT=0
	SaverMode int32 `protobuf:"varint,26,opt,name=saver_mode,json=saverMode,proto3" json:"saver_mode,omitempty"`
	//当前调压档位值(1字节)
	AdjustStalls int32 `protobuf:"varint,27,opt,name=adjust_stalls,json=adjustStalls,proto3" json:"adjust_stalls,omitempty"`
	//调压等待时间(1字节)
	AdjustTime int32 `protobuf:"varint,28,opt,name=adjust_time,json=adjustTime,proto3" json:"adjust_time,omitempty"`
	// a相电压调节位置(1字节)
	AdjustA int32 `protobuf:"varint,29,opt,name=adjust_a,json=adjustA,proto3" json:"adjust_a,omitempty"`
	// b相电压调节位置(1字节)
	AdjustB int32 `protobuf:"varint,30,opt,name=adjust_b,json=adjustB,proto3" json:"adjust_b,omitempty"`
	// C相电压调节位置(1字节)
	AdjustC int32 `protobuf:"varint,31,opt,name=adjust_c,json=adjustC,proto3" json:"adjust_c,omitempty"`
	// IGBT状态(1字节)
	IgbtStatus int32 `protobuf:"varint,32,opt,name=igbt_status,json=igbtStatus,proto3" json:"igbt_status,omitempty"`
	// IGBT温度(1字节)
	IgbtTemperature int32 `protobuf:"varint,33,opt,name=igbt_temperature,json=igbtTemperature,proto3" json:"igbt_temperature,omitempty"`
	//事件记录序号(1字节)
	EventNo int32 `protobuf:"varint,34,opt,name=event_no,json=eventNo,proto3" json:"event_no,omitempty"`
	//开关量输出状态(1字节)
	SwitchOutStatus int32 `protobuf:"varint,35,opt,name=switch_out_status,json=switchOutStatus,proto3" json:"switch_out_status,omitempty"`
	//开关量输入状态(1字节)
	SwitchInStatus int32 `protobuf:"varint,36,opt,name=switch_in_status,json=switchInStatus,proto3" json:"switch_in_status,omitempty"`
	//投运/停运状态(1字节)
	RunStatus int32 `protobuf:"varint,37,opt,name=run_status,json=runStatus,proto3" json:"run_status,omitempty"`
}

Wlst_esu_9300

func (*WlstEsu_9F00) Descriptor

func (*WlstEsu_9F00) Descriptor() ([]byte, []int)

func (*WlstEsu_9F00) GetAPhaseInputVoltage

func (m *WlstEsu_9F00) GetAPhaseInputVoltage() float64

func (*WlstEsu_9F00) GetAPhaseOutputCurrent

func (m *WlstEsu_9F00) GetAPhaseOutputCurrent() float64

func (*WlstEsu_9F00) GetAPhaseOutputPower

func (m *WlstEsu_9F00) GetAPhaseOutputPower() float64

func (*WlstEsu_9F00) GetAPhaseOutputVoltage

func (m *WlstEsu_9F00) GetAPhaseOutputVoltage() float64

func (*WlstEsu_9F00) GetAdjustA

func (m *WlstEsu_9F00) GetAdjustA() int32

func (*WlstEsu_9F00) GetAdjustB

func (m *WlstEsu_9F00) GetAdjustB() int32

func (*WlstEsu_9F00) GetAdjustC

func (m *WlstEsu_9F00) GetAdjustC() int32

func (*WlstEsu_9F00) GetAdjustStalls

func (m *WlstEsu_9F00) GetAdjustStalls() int32

func (*WlstEsu_9F00) GetAdjustTime

func (m *WlstEsu_9F00) GetAdjustTime() int32

func (*WlstEsu_9F00) GetAdjustValue

func (m *WlstEsu_9F00) GetAdjustValue() float64

func (*WlstEsu_9F00) GetArgsStatus

func (m *WlstEsu_9F00) GetArgsStatus() int64

func (*WlstEsu_9F00) GetBPhaseInputVoltage

func (m *WlstEsu_9F00) GetBPhaseInputVoltage() float64

func (*WlstEsu_9F00) GetBPhaseOutputCurrent

func (m *WlstEsu_9F00) GetBPhaseOutputCurrent() float64

func (*WlstEsu_9F00) GetBPhaseOutputPower

func (m *WlstEsu_9F00) GetBPhaseOutputPower() float64

func (*WlstEsu_9F00) GetBPhaseOutputVoltage

func (m *WlstEsu_9F00) GetBPhaseOutputVoltage() float64

func (*WlstEsu_9F00) GetCPhaseInputVoltage

func (m *WlstEsu_9F00) GetCPhaseInputVoltage() float64

func (*WlstEsu_9F00) GetCPhaseOutputCurrent

func (m *WlstEsu_9F00) GetCPhaseOutputCurrent() float64

func (*WlstEsu_9F00) GetCPhaseOutputPower

func (m *WlstEsu_9F00) GetCPhaseOutputPower() float64

func (*WlstEsu_9F00) GetCPhaseOutputVoltage

func (m *WlstEsu_9F00) GetCPhaseOutputVoltage() float64

func (*WlstEsu_9F00) GetDateTime

func (m *WlstEsu_9F00) GetDateTime() string

func (*WlstEsu_9F00) GetEventNo

func (m *WlstEsu_9F00) GetEventNo() int32

func (*WlstEsu_9F00) GetExistingFault

func (m *WlstEsu_9F00) GetExistingFault() int32

func (*WlstEsu_9F00) GetFanStatus

func (m *WlstEsu_9F00) GetFanStatus() int32

func (*WlstEsu_9F00) GetIgbtStatus

func (m *WlstEsu_9F00) GetIgbtStatus() int32

func (*WlstEsu_9F00) GetIgbtTemperature

func (m *WlstEsu_9F00) GetIgbtTemperature() int32

func (*WlstEsu_9F00) GetResetDay0

func (m *WlstEsu_9F00) GetResetDay0() int32

func (*WlstEsu_9F00) GetResetDay1

func (m *WlstEsu_9F00) GetResetDay1() int32

func (*WlstEsu_9F00) GetResetDay2

func (m *WlstEsu_9F00) GetResetDay2() int32

func (*WlstEsu_9F00) GetResetDay3

func (m *WlstEsu_9F00) GetResetDay3() int32

func (*WlstEsu_9F00) GetRunStatus

func (m *WlstEsu_9F00) GetRunStatus() int32

func (*WlstEsu_9F00) GetRunTime

func (m *WlstEsu_9F00) GetRunTime() int32

func (*WlstEsu_9F00) GetSaverMode

func (m *WlstEsu_9F00) GetSaverMode() int32

func (*WlstEsu_9F00) GetSaverStatus

func (m *WlstEsu_9F00) GetSaverStatus() int32

func (*WlstEsu_9F00) GetSaverTime

func (m *WlstEsu_9F00) GetSaverTime() int32

func (*WlstEsu_9F00) GetSwitchInStatus

func (m *WlstEsu_9F00) GetSwitchInStatus() int32

func (*WlstEsu_9F00) GetSwitchOutStatus

func (m *WlstEsu_9F00) GetSwitchOutStatus() int32

func (*WlstEsu_9F00) GetTemperature

func (m *WlstEsu_9F00) GetTemperature() int32

func (*WlstEsu_9F00) Marshal

func (m *WlstEsu_9F00) Marshal() (dAtA []byte, err error)

func (*WlstEsu_9F00) MarshalTo

func (m *WlstEsu_9F00) MarshalTo(dAtA []byte) (int, error)

func (*WlstEsu_9F00) MarshalToSizedBuffer

func (m *WlstEsu_9F00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstEsu_9F00) ProtoMessage

func (*WlstEsu_9F00) ProtoMessage()

func (*WlstEsu_9F00) Reset

func (m *WlstEsu_9F00) Reset()

func (*WlstEsu_9F00) Size

func (m *WlstEsu_9F00) Size() (n int)

func (*WlstEsu_9F00) String

func (m *WlstEsu_9F00) String() string

func (*WlstEsu_9F00) Unmarshal

func (m *WlstEsu_9F00) Unmarshal(dAtA []byte) error

func (*WlstEsu_9F00) XXX_DiscardUnknown

func (m *WlstEsu_9F00) XXX_DiscardUnknown()

func (*WlstEsu_9F00) XXX_Marshal

func (m *WlstEsu_9F00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstEsu_9F00) XXX_Merge

func (m *WlstEsu_9F00) XXX_Merge(src proto.Message)

func (*WlstEsu_9F00) XXX_Size

func (m *WlstEsu_9F00) XXX_Size() int

func (*WlstEsu_9F00) XXX_Unmarshal

func (m *WlstEsu_9F00) XXX_Unmarshal(b []byte) error

type WlstFtp_0000

type WlstFtp_0000 struct {
	// 升级目标,rtu,com,slu,gb
	Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	// ftp 地址
	FtpIp string `protobuf:"bytes,2,opt,name=ftp_ip,json=ftpIp,proto3" json:"ftp_ip,omitempty"`
	// ftp 端口
	FtpPort int32 `protobuf:"varint,3,opt,name=ftp_port,json=ftpPort,proto3" json:"ftp_port,omitempty"`
	// ftp 用户名
	FtpUser string `protobuf:"bytes,4,opt,name=ftp_user,json=ftpUser,proto3" json:"ftp_user,omitempty"`
	// ftp 密码
	FtpPwd string `protobuf:"bytes,5,opt,name=ftp_pwd,json=ftpPwd,proto3" json:"ftp_pwd,omitempty"`
	// ftp 文件名
	FtpFile string `protobuf:"bytes,6,opt,name=ftp_file,json=ftpFile,proto3" json:"ftp_file,omitempty"`
	// ftp 路径
	FtpDir string `protobuf:"bytes,7,opt,name=ftp_dir,json=ftpDir,proto3" json:"ftp_dir,omitempty"`
}

func (*WlstFtp_0000) Descriptor

func (*WlstFtp_0000) Descriptor() ([]byte, []int)

func (*WlstFtp_0000) GetFtpDir

func (m *WlstFtp_0000) GetFtpDir() string

func (*WlstFtp_0000) GetFtpFile

func (m *WlstFtp_0000) GetFtpFile() string

func (*WlstFtp_0000) GetFtpIp

func (m *WlstFtp_0000) GetFtpIp() string

func (*WlstFtp_0000) GetFtpPort

func (m *WlstFtp_0000) GetFtpPort() int32

func (*WlstFtp_0000) GetFtpPwd

func (m *WlstFtp_0000) GetFtpPwd() string

func (*WlstFtp_0000) GetFtpUser

func (m *WlstFtp_0000) GetFtpUser() string

func (*WlstFtp_0000) GetTarget

func (m *WlstFtp_0000) GetTarget() string

func (*WlstFtp_0000) Marshal

func (m *WlstFtp_0000) Marshal() (dAtA []byte, err error)

func (*WlstFtp_0000) MarshalTo

func (m *WlstFtp_0000) MarshalTo(dAtA []byte) (int, error)

func (*WlstFtp_0000) MarshalToSizedBuffer

func (m *WlstFtp_0000) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstFtp_0000) ProtoMessage

func (*WlstFtp_0000) ProtoMessage()

func (*WlstFtp_0000) Reset

func (m *WlstFtp_0000) Reset()

func (*WlstFtp_0000) Size

func (m *WlstFtp_0000) Size() (n int)

func (*WlstFtp_0000) String

func (m *WlstFtp_0000) String() string

func (*WlstFtp_0000) Unmarshal

func (m *WlstFtp_0000) Unmarshal(dAtA []byte) error

func (*WlstFtp_0000) XXX_DiscardUnknown

func (m *WlstFtp_0000) XXX_DiscardUnknown()

func (*WlstFtp_0000) XXX_Marshal

func (m *WlstFtp_0000) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstFtp_0000) XXX_Merge

func (m *WlstFtp_0000) XXX_Merge(src proto.Message)

func (*WlstFtp_0000) XXX_Size

func (m *WlstFtp_0000) XXX_Size() int

func (*WlstFtp_0000) XXX_Unmarshal

func (m *WlstFtp_0000) XXX_Unmarshal(b []byte) error

type WlstGps_0000

type WlstGps_0000 struct {
	//经度
	Longitude float64 `protobuf:"fixed64,1,opt,name=longitude,proto3" json:"longitude,omitempty"`
	//纬度
	Latitude float64 `protobuf:"fixed64,2,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// gps时间
	Gpsdate string `protobuf:"bytes,3,opt,name=gpsdate,proto3" json:"gpsdate,omitempty"`
}

gps较时

func (*WlstGps_0000) Descriptor

func (*WlstGps_0000) Descriptor() ([]byte, []int)

func (*WlstGps_0000) GetGpsdate

func (m *WlstGps_0000) GetGpsdate() string

func (*WlstGps_0000) GetLatitude

func (m *WlstGps_0000) GetLatitude() float64

func (*WlstGps_0000) GetLongitude

func (m *WlstGps_0000) GetLongitude() float64

func (*WlstGps_0000) Marshal

func (m *WlstGps_0000) Marshal() (dAtA []byte, err error)

func (*WlstGps_0000) MarshalTo

func (m *WlstGps_0000) MarshalTo(dAtA []byte) (int, error)

func (*WlstGps_0000) MarshalToSizedBuffer

func (m *WlstGps_0000) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstGps_0000) ProtoMessage

func (*WlstGps_0000) ProtoMessage()

func (*WlstGps_0000) Reset

func (m *WlstGps_0000) Reset()

func (*WlstGps_0000) Size

func (m *WlstGps_0000) Size() (n int)

func (*WlstGps_0000) String

func (m *WlstGps_0000) String() string

func (*WlstGps_0000) Unmarshal

func (m *WlstGps_0000) Unmarshal(dAtA []byte) error

func (*WlstGps_0000) XXX_DiscardUnknown

func (m *WlstGps_0000) XXX_DiscardUnknown()

func (*WlstGps_0000) XXX_Marshal

func (m *WlstGps_0000) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstGps_0000) XXX_Merge

func (m *WlstGps_0000) XXX_Merge(src proto.Message)

func (*WlstGps_0000) XXX_Size

func (m *WlstGps_0000) XXX_Size() int

func (*WlstGps_0000) XXX_Unmarshal

func (m *WlstGps_0000) XXX_Unmarshal(b []byte) error

type WlstGps_5901

type WlstGps_5901 struct {
	//经度
	WorkMode int32 `protobuf:"varint,1,opt,name=work_mode,json=workMode,proto3" json:"work_mode,omitempty"`
	//纬度
	TimeInterval int32 `protobuf:"varint,2,opt,name=time_interval,json=timeInterval,proto3" json:"time_interval,omitempty"`
	// gps时间
	AlarmDistance int32 `protobuf:"varint,3,opt,name=alarm_distance,json=alarmDistance,proto3" json:"alarm_distance,omitempty"`
	//设置结果
	Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	// index
	Nindex int32 `protobuf:"varint,5,opt,name=nindex,proto3" json:"nindex,omitempty"`
}

新版gps模式设置

func (*WlstGps_5901) Descriptor

func (*WlstGps_5901) Descriptor() ([]byte, []int)

func (*WlstGps_5901) GetAlarmDistance

func (m *WlstGps_5901) GetAlarmDistance() int32

func (*WlstGps_5901) GetNindex

func (m *WlstGps_5901) GetNindex() int32

func (*WlstGps_5901) GetStatus

func (m *WlstGps_5901) GetStatus() int32

func (*WlstGps_5901) GetTimeInterval

func (m *WlstGps_5901) GetTimeInterval() int32

func (*WlstGps_5901) GetWorkMode

func (m *WlstGps_5901) GetWorkMode() int32

func (*WlstGps_5901) Marshal

func (m *WlstGps_5901) Marshal() (dAtA []byte, err error)

func (*WlstGps_5901) MarshalTo

func (m *WlstGps_5901) MarshalTo(dAtA []byte) (int, error)

func (*WlstGps_5901) MarshalToSizedBuffer

func (m *WlstGps_5901) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstGps_5901) ProtoMessage

func (*WlstGps_5901) ProtoMessage()

func (*WlstGps_5901) Reset

func (m *WlstGps_5901) Reset()

func (*WlstGps_5901) Size

func (m *WlstGps_5901) Size() (n int)

func (*WlstGps_5901) String

func (m *WlstGps_5901) String() string

func (*WlstGps_5901) Unmarshal

func (m *WlstGps_5901) Unmarshal(dAtA []byte) error

func (*WlstGps_5901) XXX_DiscardUnknown

func (m *WlstGps_5901) XXX_DiscardUnknown()

func (*WlstGps_5901) XXX_Marshal

func (m *WlstGps_5901) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstGps_5901) XXX_Merge

func (m *WlstGps_5901) XXX_Merge(src proto.Message)

func (*WlstGps_5901) XXX_Size

func (m *WlstGps_5901) XXX_Size() int

func (*WlstGps_5901) XXX_Unmarshal

func (m *WlstGps_5901) XXX_Unmarshal(b []byte) error

type WlstGps_5902

type WlstGps_5902 struct {
	//经度
	NewAddr int32 `protobuf:"varint,1,opt,name=new_addr,json=newAddr,proto3" json:"new_addr,omitempty"`
	// index
	Nindex int32 `protobuf:"varint,2,opt,name=nindex,proto3" json:"nindex,omitempty"`
}

新版gps选测

func (*WlstGps_5902) Descriptor

func (*WlstGps_5902) Descriptor() ([]byte, []int)

func (*WlstGps_5902) GetNewAddr

func (m *WlstGps_5902) GetNewAddr() int32

func (*WlstGps_5902) GetNindex

func (m *WlstGps_5902) GetNindex() int32

func (*WlstGps_5902) Marshal

func (m *WlstGps_5902) Marshal() (dAtA []byte, err error)

func (*WlstGps_5902) MarshalTo

func (m *WlstGps_5902) MarshalTo(dAtA []byte) (int, error)

func (*WlstGps_5902) MarshalToSizedBuffer

func (m *WlstGps_5902) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstGps_5902) ProtoMessage

func (*WlstGps_5902) ProtoMessage()

func (*WlstGps_5902) Reset

func (m *WlstGps_5902) Reset()

func (*WlstGps_5902) Size

func (m *WlstGps_5902) Size() (n int)

func (*WlstGps_5902) String

func (m *WlstGps_5902) String() string

func (*WlstGps_5902) Unmarshal

func (m *WlstGps_5902) Unmarshal(dAtA []byte) error

func (*WlstGps_5902) XXX_DiscardUnknown

func (m *WlstGps_5902) XXX_DiscardUnknown()

func (*WlstGps_5902) XXX_Marshal

func (m *WlstGps_5902) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstGps_5902) XXX_Merge

func (m *WlstGps_5902) XXX_Merge(src proto.Message)

func (*WlstGps_5902) XXX_Size

func (m *WlstGps_5902) XXX_Size() int

func (*WlstGps_5902) XXX_Unmarshal

func (m *WlstGps_5902) XXX_Unmarshal(b []byte) error

type WlstGps_5903

type WlstGps_5903 struct {
	//经度
	Ver string `protobuf:"bytes,1,opt,name=ver,proto3" json:"ver,omitempty"`
	// index
	Nindex int32 `protobuf:"varint,2,opt,name=nindex,proto3" json:"nindex,omitempty"`
}

新版gps选测

func (*WlstGps_5903) Descriptor

func (*WlstGps_5903) Descriptor() ([]byte, []int)

func (*WlstGps_5903) GetNindex

func (m *WlstGps_5903) GetNindex() int32

func (*WlstGps_5903) GetVer

func (m *WlstGps_5903) GetVer() string

func (*WlstGps_5903) Marshal

func (m *WlstGps_5903) Marshal() (dAtA []byte, err error)

func (*WlstGps_5903) MarshalTo

func (m *WlstGps_5903) MarshalTo(dAtA []byte) (int, error)

func (*WlstGps_5903) MarshalToSizedBuffer

func (m *WlstGps_5903) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstGps_5903) ProtoMessage

func (*WlstGps_5903) ProtoMessage()

func (*WlstGps_5903) Reset

func (m *WlstGps_5903) Reset()

func (*WlstGps_5903) Size

func (m *WlstGps_5903) Size() (n int)

func (*WlstGps_5903) String

func (m *WlstGps_5903) String() string

func (*WlstGps_5903) Unmarshal

func (m *WlstGps_5903) Unmarshal(dAtA []byte) error

func (*WlstGps_5903) XXX_DiscardUnknown

func (m *WlstGps_5903) XXX_DiscardUnknown()

func (*WlstGps_5903) XXX_Marshal

func (m *WlstGps_5903) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstGps_5903) XXX_Merge

func (m *WlstGps_5903) XXX_Merge(src proto.Message)

func (*WlstGps_5903) XXX_Size

func (m *WlstGps_5903) XXX_Size() int

func (*WlstGps_5903) XXX_Unmarshal

func (m *WlstGps_5903) XXX_Unmarshal(b []byte) error

type WlstGps_5904

type WlstGps_5904 struct {
	//经度
	Longitude float64 `protobuf:"fixed64,1,opt,name=longitude,proto3" json:"longitude,omitempty"`
	//纬度
	Latitude float64 `protobuf:"fixed64,2,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// gps时间
	Gpsdate int64 `protobuf:"varint,3,opt,name=gpsdate,proto3" json:"gpsdate,omitempty"`
	// index
	Nindex int32 `protobuf:"varint,4,opt,name=nindex,proto3" json:"nindex,omitempty"`
	//报警半径(m)
	Radius int32 `protobuf:"varint,5,opt,name=radius,proto3" json:"radius,omitempty"`
}

新版gps选测

func (*WlstGps_5904) Descriptor

func (*WlstGps_5904) Descriptor() ([]byte, []int)

func (*WlstGps_5904) GetGpsdate

func (m *WlstGps_5904) GetGpsdate() int64

func (*WlstGps_5904) GetLatitude

func (m *WlstGps_5904) GetLatitude() float64

func (*WlstGps_5904) GetLongitude

func (m *WlstGps_5904) GetLongitude() float64

func (*WlstGps_5904) GetNindex

func (m *WlstGps_5904) GetNindex() int32

func (*WlstGps_5904) GetRadius

func (m *WlstGps_5904) GetRadius() int32

func (*WlstGps_5904) Marshal

func (m *WlstGps_5904) Marshal() (dAtA []byte, err error)

func (*WlstGps_5904) MarshalTo

func (m *WlstGps_5904) MarshalTo(dAtA []byte) (int, error)

func (*WlstGps_5904) MarshalToSizedBuffer

func (m *WlstGps_5904) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstGps_5904) ProtoMessage

func (*WlstGps_5904) ProtoMessage()

func (*WlstGps_5904) Reset

func (m *WlstGps_5904) Reset()

func (*WlstGps_5904) Size

func (m *WlstGps_5904) Size() (n int)

func (*WlstGps_5904) String

func (m *WlstGps_5904) String() string

func (*WlstGps_5904) Unmarshal

func (m *WlstGps_5904) Unmarshal(dAtA []byte) error

func (*WlstGps_5904) XXX_DiscardUnknown

func (m *WlstGps_5904) XXX_DiscardUnknown()

func (*WlstGps_5904) XXX_Marshal

func (m *WlstGps_5904) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstGps_5904) XXX_Merge

func (m *WlstGps_5904) XXX_Merge(src proto.Message)

func (*WlstGps_5904) XXX_Size

func (m *WlstGps_5904) XXX_Size() int

func (*WlstGps_5904) XXX_Unmarshal

func (m *WlstGps_5904) XXX_Unmarshal(b []byte) error

type WlstIelu_0120

type WlstIelu_0120 struct {
	// 包号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 状态,0-成功,1-失败
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// 时间,unix时间戳,精确到秒,0-使用服务器本地时间
	Timer int64 `protobuf:"varint,3,opt,name=timer,proto3" json:"timer,omitempty"`
}

对时 0x20,0xa0,0x21,0xa1

func (*WlstIelu_0120) Descriptor

func (*WlstIelu_0120) Descriptor() ([]byte, []int)

func (*WlstIelu_0120) GetCmdIdx

func (m *WlstIelu_0120) GetCmdIdx() int32

func (*WlstIelu_0120) GetStatus

func (m *WlstIelu_0120) GetStatus() int32

func (*WlstIelu_0120) GetTimer

func (m *WlstIelu_0120) GetTimer() int64

func (*WlstIelu_0120) Marshal

func (m *WlstIelu_0120) Marshal() (dAtA []byte, err error)

func (*WlstIelu_0120) MarshalTo

func (m *WlstIelu_0120) MarshalTo(dAtA []byte) (int, error)

func (*WlstIelu_0120) MarshalToSizedBuffer

func (m *WlstIelu_0120) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstIelu_0120) ProtoMessage

func (*WlstIelu_0120) ProtoMessage()

func (*WlstIelu_0120) Reset

func (m *WlstIelu_0120) Reset()

func (*WlstIelu_0120) Size

func (m *WlstIelu_0120) Size() (n int)

func (*WlstIelu_0120) String

func (m *WlstIelu_0120) String() string

func (*WlstIelu_0120) Unmarshal

func (m *WlstIelu_0120) Unmarshal(dAtA []byte) error

func (*WlstIelu_0120) XXX_DiscardUnknown

func (m *WlstIelu_0120) XXX_DiscardUnknown()

func (*WlstIelu_0120) XXX_Marshal

func (m *WlstIelu_0120) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstIelu_0120) XXX_Merge

func (m *WlstIelu_0120) XXX_Merge(src proto.Message)

func (*WlstIelu_0120) XXX_Size

func (m *WlstIelu_0120) XXX_Size() int

func (*WlstIelu_0120) XXX_Unmarshal

func (m *WlstIelu_0120) XXX_Unmarshal(b []byte) error

type WlstIelu_0122

type WlstIelu_0122 struct {
	// 包号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 版本信息
	Ver string `protobuf:"bytes,2,opt,name=ver,proto3" json:"ver,omitempty"`
}

查询版本 0x22,0xa2

func (*WlstIelu_0122) Descriptor

func (*WlstIelu_0122) Descriptor() ([]byte, []int)

func (*WlstIelu_0122) GetCmdIdx

func (m *WlstIelu_0122) GetCmdIdx() int32

func (*WlstIelu_0122) GetVer

func (m *WlstIelu_0122) GetVer() string

func (*WlstIelu_0122) Marshal

func (m *WlstIelu_0122) Marshal() (dAtA []byte, err error)

func (*WlstIelu_0122) MarshalTo

func (m *WlstIelu_0122) MarshalTo(dAtA []byte) (int, error)

func (*WlstIelu_0122) MarshalToSizedBuffer

func (m *WlstIelu_0122) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstIelu_0122) ProtoMessage

func (*WlstIelu_0122) ProtoMessage()

func (*WlstIelu_0122) Reset

func (m *WlstIelu_0122) Reset()

func (*WlstIelu_0122) Size

func (m *WlstIelu_0122) Size() (n int)

func (*WlstIelu_0122) String

func (m *WlstIelu_0122) String() string

func (*WlstIelu_0122) Unmarshal

func (m *WlstIelu_0122) Unmarshal(dAtA []byte) error

func (*WlstIelu_0122) XXX_DiscardUnknown

func (m *WlstIelu_0122) XXX_DiscardUnknown()

func (*WlstIelu_0122) XXX_Marshal

func (m *WlstIelu_0122) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstIelu_0122) XXX_Merge

func (m *WlstIelu_0122) XXX_Merge(src proto.Message)

func (*WlstIelu_0122) XXX_Size

func (m *WlstIelu_0122) XXX_Size() int

func (*WlstIelu_0122) XXX_Unmarshal

func (m *WlstIelu_0122) XXX_Unmarshal(b []byte) error

type WlstIelu_0123

type WlstIelu_0123 struct {
	// 包号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 输出状态,依次1-8路,0-断,1-通,2-不操作
	Opt []int32 `protobuf:"varint,2,rep,packed,name=opt,proto3" json:"opt,omitempty"`
	// 应答时设备状态,0-断,1-通
	OptUplink []int32 `protobuf:"varint,3,rep,packed,name=opt_uplink,json=optUplink,proto3" json:"opt_uplink,omitempty"`
}

分合匝控制 0x23,0xa3

func (*WlstIelu_0123) Descriptor

func (*WlstIelu_0123) Descriptor() ([]byte, []int)

func (*WlstIelu_0123) GetCmdIdx

func (m *WlstIelu_0123) GetCmdIdx() int32

func (*WlstIelu_0123) GetOpt

func (m *WlstIelu_0123) GetOpt() []int32
func (m *WlstIelu_0123) GetOptUplink() []int32

func (*WlstIelu_0123) Marshal

func (m *WlstIelu_0123) Marshal() (dAtA []byte, err error)

func (*WlstIelu_0123) MarshalTo

func (m *WlstIelu_0123) MarshalTo(dAtA []byte) (int, error)

func (*WlstIelu_0123) MarshalToSizedBuffer

func (m *WlstIelu_0123) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstIelu_0123) ProtoMessage

func (*WlstIelu_0123) ProtoMessage()

func (*WlstIelu_0123) Reset

func (m *WlstIelu_0123) Reset()

func (*WlstIelu_0123) Size

func (m *WlstIelu_0123) Size() (n int)

func (*WlstIelu_0123) String

func (m *WlstIelu_0123) String() string

func (*WlstIelu_0123) Unmarshal

func (m *WlstIelu_0123) Unmarshal(dAtA []byte) error

func (*WlstIelu_0123) XXX_DiscardUnknown

func (m *WlstIelu_0123) XXX_DiscardUnknown()

func (*WlstIelu_0123) XXX_Marshal

func (m *WlstIelu_0123) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstIelu_0123) XXX_Merge

func (m *WlstIelu_0123) XXX_Merge(src proto.Message)

func (*WlstIelu_0123) XXX_Size

func (m *WlstIelu_0123) XXX_Size() int

func (*WlstIelu_0123) XXX_Unmarshal

func (m *WlstIelu_0123) XXX_Unmarshal(b []byte) error

type WlstIelu_0124

type WlstIelu_0124 struct {
	// 包号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 固定8,依次1-8
	EluArgv []*WlstIelu_0124_EluArgv `protobuf:"bytes,2,rep,name=elu_argv,json=eluArgv,proto3" json:"elu_argv,omitempty"`
	// 设置应答,0-成功,1-失败,0x0d-设备不支持漏电
	Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	// 报警延时(ms)默认300ms
	AlarmDelay int32 `protobuf:"varint,8,opt,name=alarm_delay,json=alarmDelay,proto3" json:"alarm_delay,omitempty"`
	// 分匝延时,默认300ms
	BreakerDelay int32 `protobuf:"varint,9,opt,name=breaker_delay,json=breakerDelay,proto3" json:"breaker_delay,omitempty"`
	// 重合匝次数,0-5,默认0
	RetryNo int32 `protobuf:"varint,10,opt,name=retry_no,json=retryNo,proto3" json:"retry_no,omitempty"`
	// 重合闸间隔(s),1-255,默认20
	RetryDistance int32 `protobuf:"varint,11,opt,name=retry_distance,json=retryDistance,proto3" json:"retry_distance,omitempty"`
	// 消警模式,0-自动消警,1-手动消警
	CancelMode int32 `protobuf:"varint,12,opt,name=cancel_mode,json=cancelMode,proto3" json:"cancel_mode,omitempty"`
}

设置参数 0x24,0xa4,0x25,0xa5

func (*WlstIelu_0124) Descriptor

func (*WlstIelu_0124) Descriptor() ([]byte, []int)

func (*WlstIelu_0124) GetAlarmDelay

func (m *WlstIelu_0124) GetAlarmDelay() int32

func (*WlstIelu_0124) GetBreakerDelay

func (m *WlstIelu_0124) GetBreakerDelay() int32

func (*WlstIelu_0124) GetCancelMode

func (m *WlstIelu_0124) GetCancelMode() int32

func (*WlstIelu_0124) GetCmdIdx

func (m *WlstIelu_0124) GetCmdIdx() int32

func (*WlstIelu_0124) GetEluArgv

func (m *WlstIelu_0124) GetEluArgv() []*WlstIelu_0124_EluArgv

func (*WlstIelu_0124) GetRetryDistance

func (m *WlstIelu_0124) GetRetryDistance() int32

func (*WlstIelu_0124) GetRetryNo

func (m *WlstIelu_0124) GetRetryNo() int32

func (*WlstIelu_0124) GetStatus

func (m *WlstIelu_0124) GetStatus() int32

func (*WlstIelu_0124) Marshal

func (m *WlstIelu_0124) Marshal() (dAtA []byte, err error)

func (*WlstIelu_0124) MarshalTo

func (m *WlstIelu_0124) MarshalTo(dAtA []byte) (int, error)

func (*WlstIelu_0124) MarshalToSizedBuffer

func (m *WlstIelu_0124) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstIelu_0124) ProtoMessage

func (*WlstIelu_0124) ProtoMessage()

func (*WlstIelu_0124) Reset

func (m *WlstIelu_0124) Reset()

func (*WlstIelu_0124) Size

func (m *WlstIelu_0124) Size() (n int)

func (*WlstIelu_0124) String

func (m *WlstIelu_0124) String() string

func (*WlstIelu_0124) Unmarshal

func (m *WlstIelu_0124) Unmarshal(dAtA []byte) error

func (*WlstIelu_0124) XXX_DiscardUnknown

func (m *WlstIelu_0124) XXX_DiscardUnknown()

func (*WlstIelu_0124) XXX_Marshal

func (m *WlstIelu_0124) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstIelu_0124) XXX_Merge

func (m *WlstIelu_0124) XXX_Merge(src proto.Message)

func (*WlstIelu_0124) XXX_Size

func (m *WlstIelu_0124) XXX_Size() int

func (*WlstIelu_0124) XXX_Unmarshal

func (m *WlstIelu_0124) XXX_Unmarshal(b []byte) error

type WlstIelu_0124_EluArgv

type WlstIelu_0124_EluArgv struct {
	// 回路标示0-不启用,1-只检测漏电流,2-检测漏电流并报警,3-检测漏电流不报警但分闸,4-检测漏电流报警并分闸
	EluMark int32 `protobuf:"varint,1,opt,name=elu_mark,json=eluMark,proto3" json:"elu_mark,omitempty"`
	// 互感比,默认1000
	Transformers int32 `protobuf:"varint,2,opt,name=transformers,proto3" json:"transformers,omitempty"`
	// 开关量输出序号0-不对应,1-8对应k1-k8
	SwitchoutNo int32 `protobuf:"varint,3,opt,name=switchout_no,json=switchoutNo,proto3" json:"switchout_no,omitempty"`
	// 报警级数,0-5,默认0
	AlarmLevel int32 `protobuf:"varint,4,opt,name=alarm_level,json=alarmLevel,proto3" json:"alarm_level,omitempty"`
	// 依次N级报警电流(mA),固定5个,不用的级数填0
	AlarmLimit []int32 `protobuf:"varint,5,rep,packed,name=alarm_limit,json=alarmLimit,proto3" json:"alarm_limit,omitempty"`
	// 分闸值(mA)
	BreakerLimit int32 `protobuf:"varint,6,opt,name=breaker_limit,json=breakerLimit,proto3" json:"breaker_limit,omitempty"`
	// 基线(屏蔽值)(mA)默认0
	Baseline int32 `protobuf:"varint,7,opt,name=baseline,proto3" json:"baseline,omitempty"`
}

func (*WlstIelu_0124_EluArgv) Descriptor

func (*WlstIelu_0124_EluArgv) Descriptor() ([]byte, []int)

func (*WlstIelu_0124_EluArgv) GetAlarmLevel

func (m *WlstIelu_0124_EluArgv) GetAlarmLevel() int32

func (*WlstIelu_0124_EluArgv) GetAlarmLimit

func (m *WlstIelu_0124_EluArgv) GetAlarmLimit() []int32

func (*WlstIelu_0124_EluArgv) GetBaseline

func (m *WlstIelu_0124_EluArgv) GetBaseline() int32

func (*WlstIelu_0124_EluArgv) GetBreakerLimit

func (m *WlstIelu_0124_EluArgv) GetBreakerLimit() int32

func (*WlstIelu_0124_EluArgv) GetEluMark

func (m *WlstIelu_0124_EluArgv) GetEluMark() int32

func (*WlstIelu_0124_EluArgv) GetSwitchoutNo

func (m *WlstIelu_0124_EluArgv) GetSwitchoutNo() int32

func (*WlstIelu_0124_EluArgv) GetTransformers

func (m *WlstIelu_0124_EluArgv) GetTransformers() int32

func (*WlstIelu_0124_EluArgv) Marshal

func (m *WlstIelu_0124_EluArgv) Marshal() (dAtA []byte, err error)

func (*WlstIelu_0124_EluArgv) MarshalTo

func (m *WlstIelu_0124_EluArgv) MarshalTo(dAtA []byte) (int, error)

func (*WlstIelu_0124_EluArgv) MarshalToSizedBuffer

func (m *WlstIelu_0124_EluArgv) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstIelu_0124_EluArgv) ProtoMessage

func (*WlstIelu_0124_EluArgv) ProtoMessage()

func (*WlstIelu_0124_EluArgv) Reset

func (m *WlstIelu_0124_EluArgv) Reset()

func (*WlstIelu_0124_EluArgv) Size

func (m *WlstIelu_0124_EluArgv) Size() (n int)

func (*WlstIelu_0124_EluArgv) String

func (m *WlstIelu_0124_EluArgv) String() string

func (*WlstIelu_0124_EluArgv) Unmarshal

func (m *WlstIelu_0124_EluArgv) Unmarshal(dAtA []byte) error

func (*WlstIelu_0124_EluArgv) XXX_DiscardUnknown

func (m *WlstIelu_0124_EluArgv) XXX_DiscardUnknown()

func (*WlstIelu_0124_EluArgv) XXX_Marshal

func (m *WlstIelu_0124_EluArgv) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstIelu_0124_EluArgv) XXX_Merge

func (m *WlstIelu_0124_EluArgv) XXX_Merge(src proto.Message)

func (*WlstIelu_0124_EluArgv) XXX_Size

func (m *WlstIelu_0124_EluArgv) XXX_Size() int

func (*WlstIelu_0124_EluArgv) XXX_Unmarshal

func (m *WlstIelu_0124_EluArgv) XXX_Unmarshal(b []byte) error

type WlstIelu_0126

type WlstIelu_0126 struct {
	// 包号
	CmdIdx int32 `protobuf:"varint,6,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 设备类型0-不支持漏电,1-支持漏电
	HardwareType int32 `protobuf:"varint,1,opt,name=hardware_type,json=hardwareType,proto3" json:"hardware_type,omitempty"`
	// 0-未启用漏电,1-启用漏电
	EluStatus int32 `protobuf:"varint,2,opt,name=elu_status,json=eluStatus,proto3" json:"elu_status,omitempty"`
	// 0-正常,1-错误(需要重新下发参数)(不用展示)
	Eeprom int32 `protobuf:"varint,3,opt,name=eeprom,proto3" json:"eeprom,omitempty"`
	// 是否发生复位,0-未发生,1-发生
	HardwareReset int32 `protobuf:"varint,4,opt,name=hardware_reset,json=hardwareReset,proto3" json:"hardware_reset,omitempty"`
	// 依次1-8路漏电值,没有漏电板或全部不启用时不填充
	EluData []*WlstIelu_0126_EluData `protobuf:"bytes,5,rep,name=elu_data,json=eluData,proto3" json:"elu_data,omitempty"`
}

选测数据 0x26,0xa6

func (*WlstIelu_0126) Descriptor

func (*WlstIelu_0126) Descriptor() ([]byte, []int)

func (*WlstIelu_0126) GetCmdIdx

func (m *WlstIelu_0126) GetCmdIdx() int32

func (*WlstIelu_0126) GetEeprom

func (m *WlstIelu_0126) GetEeprom() int32

func (*WlstIelu_0126) GetEluData

func (m *WlstIelu_0126) GetEluData() []*WlstIelu_0126_EluData

func (*WlstIelu_0126) GetEluStatus

func (m *WlstIelu_0126) GetEluStatus() int32

func (*WlstIelu_0126) GetHardwareReset

func (m *WlstIelu_0126) GetHardwareReset() int32

func (*WlstIelu_0126) GetHardwareType

func (m *WlstIelu_0126) GetHardwareType() int32

func (*WlstIelu_0126) Marshal

func (m *WlstIelu_0126) Marshal() (dAtA []byte, err error)

func (*WlstIelu_0126) MarshalTo

func (m *WlstIelu_0126) MarshalTo(dAtA []byte) (int, error)

func (*WlstIelu_0126) MarshalToSizedBuffer

func (m *WlstIelu_0126) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstIelu_0126) ProtoMessage

func (*WlstIelu_0126) ProtoMessage()

func (*WlstIelu_0126) Reset

func (m *WlstIelu_0126) Reset()

func (*WlstIelu_0126) Size

func (m *WlstIelu_0126) Size() (n int)

func (*WlstIelu_0126) String

func (m *WlstIelu_0126) String() string

func (*WlstIelu_0126) Unmarshal

func (m *WlstIelu_0126) Unmarshal(dAtA []byte) error

func (*WlstIelu_0126) XXX_DiscardUnknown

func (m *WlstIelu_0126) XXX_DiscardUnknown()

func (*WlstIelu_0126) XXX_Marshal

func (m *WlstIelu_0126) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstIelu_0126) XXX_Merge

func (m *WlstIelu_0126) XXX_Merge(src proto.Message)

func (*WlstIelu_0126) XXX_Size

func (m *WlstIelu_0126) XXX_Size() int

func (*WlstIelu_0126) XXX_Unmarshal

func (m *WlstIelu_0126) XXX_Unmarshal(b []byte) error

type WlstIelu_0126_EluData

type WlstIelu_0126_EluData struct {
	// 开关量输出是否手动状态,0-自动,1-手动
	SwitchoutManually int32 `protobuf:"varint,5,opt,name=switchout_manually,json=switchoutManually,proto3" json:"switchout_manually,omitempty"`
	// 开关量输出当前状态,0-断开,1-闭合
	SwitchoutStatus int32 `protobuf:"varint,6,opt,name=switchout_status,json=switchoutStatus,proto3" json:"switchout_status,omitempty"`
	// 回路标示0-不启用,1-只检测漏电流,2-检测漏电流并报警,3-检测漏电流不报警但分闸,4-检测漏电流报警并分闸
	EluMark int32 `protobuf:"varint,7,opt,name=elu_mark,json=eluMark,proto3" json:"elu_mark,omitempty"`
	// 报警状态0:未报警;1:一级报警;2:二级报警;3:三级报警;4:四级报警;5:五级报警;0xAA:分闸报警
	AlarmStatus int32 `protobuf:"varint,8,opt,name=alarm_status,json=alarmStatus,proto3" json:"alarm_status,omitempty"`
	// 当前值(mA)
	CurrentNow int32 `protobuf:"varint,9,opt,name=current_now,json=currentNow,proto3" json:"current_now,omitempty"`
	// 报警值(mA)
	CurrentAlarm int32 `protobuf:"varint,10,opt,name=current_alarm,json=currentAlarm,proto3" json:"current_alarm,omitempty"`
	// 基线(屏蔽值)(mA)
	Baseline int32 `protobuf:"varint,11,opt,name=baseline,proto3" json:"baseline,omitempty"`
}

func (*WlstIelu_0126_EluData) Descriptor

func (*WlstIelu_0126_EluData) Descriptor() ([]byte, []int)

func (*WlstIelu_0126_EluData) GetAlarmStatus

func (m *WlstIelu_0126_EluData) GetAlarmStatus() int32

func (*WlstIelu_0126_EluData) GetBaseline

func (m *WlstIelu_0126_EluData) GetBaseline() int32

func (*WlstIelu_0126_EluData) GetCurrentAlarm

func (m *WlstIelu_0126_EluData) GetCurrentAlarm() int32

func (*WlstIelu_0126_EluData) GetCurrentNow

func (m *WlstIelu_0126_EluData) GetCurrentNow() int32

func (*WlstIelu_0126_EluData) GetEluMark

func (m *WlstIelu_0126_EluData) GetEluMark() int32

func (*WlstIelu_0126_EluData) GetSwitchoutManually

func (m *WlstIelu_0126_EluData) GetSwitchoutManually() int32

func (*WlstIelu_0126_EluData) GetSwitchoutStatus

func (m *WlstIelu_0126_EluData) GetSwitchoutStatus() int32

func (*WlstIelu_0126_EluData) Marshal

func (m *WlstIelu_0126_EluData) Marshal() (dAtA []byte, err error)

func (*WlstIelu_0126_EluData) MarshalTo

func (m *WlstIelu_0126_EluData) MarshalTo(dAtA []byte) (int, error)

func (*WlstIelu_0126_EluData) MarshalToSizedBuffer

func (m *WlstIelu_0126_EluData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstIelu_0126_EluData) ProtoMessage

func (*WlstIelu_0126_EluData) ProtoMessage()

func (*WlstIelu_0126_EluData) Reset

func (m *WlstIelu_0126_EluData) Reset()

func (*WlstIelu_0126_EluData) Size

func (m *WlstIelu_0126_EluData) Size() (n int)

func (*WlstIelu_0126_EluData) String

func (m *WlstIelu_0126_EluData) String() string

func (*WlstIelu_0126_EluData) Unmarshal

func (m *WlstIelu_0126_EluData) Unmarshal(dAtA []byte) error

func (*WlstIelu_0126_EluData) XXX_DiscardUnknown

func (m *WlstIelu_0126_EluData) XXX_DiscardUnknown()

func (*WlstIelu_0126_EluData) XXX_Marshal

func (m *WlstIelu_0126_EluData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstIelu_0126_EluData) XXX_Merge

func (m *WlstIelu_0126_EluData) XXX_Merge(src proto.Message)

func (*WlstIelu_0126_EluData) XXX_Size

func (m *WlstIelu_0126_EluData) XXX_Size() int

func (*WlstIelu_0126_EluData) XXX_Unmarshal

func (m *WlstIelu_0126_EluData) XXX_Unmarshal(b []byte) error

type WlstIelu_0127

type WlstIelu_0127 struct {
	// 包号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 消除报警,固定8回路,0-不消除,1-消除
	CancelAlarm []int32 `protobuf:"varint,2,rep,packed,name=cancel_alarm,json=cancelAlarm,proto3" json:"cancel_alarm,omitempty"`
	// 消除结果,固定8路,0-成功,1-失败
	Status []int32 `protobuf:"varint,3,rep,packed,name=status,proto3" json:"status,omitempty"`
}

消除漏电报警 0x27,0xa7

func (*WlstIelu_0127) Descriptor

func (*WlstIelu_0127) Descriptor() ([]byte, []int)

func (*WlstIelu_0127) GetCancelAlarm

func (m *WlstIelu_0127) GetCancelAlarm() []int32

func (*WlstIelu_0127) GetCmdIdx

func (m *WlstIelu_0127) GetCmdIdx() int32

func (*WlstIelu_0127) GetStatus

func (m *WlstIelu_0127) GetStatus() []int32

func (*WlstIelu_0127) Marshal

func (m *WlstIelu_0127) Marshal() (dAtA []byte, err error)

func (*WlstIelu_0127) MarshalTo

func (m *WlstIelu_0127) MarshalTo(dAtA []byte) (int, error)

func (*WlstIelu_0127) MarshalToSizedBuffer

func (m *WlstIelu_0127) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstIelu_0127) ProtoMessage

func (*WlstIelu_0127) ProtoMessage()

func (*WlstIelu_0127) Reset

func (m *WlstIelu_0127) Reset()

func (*WlstIelu_0127) Size

func (m *WlstIelu_0127) Size() (n int)

func (*WlstIelu_0127) String

func (m *WlstIelu_0127) String() string

func (*WlstIelu_0127) Unmarshal

func (m *WlstIelu_0127) Unmarshal(dAtA []byte) error

func (*WlstIelu_0127) XXX_DiscardUnknown

func (m *WlstIelu_0127) XXX_DiscardUnknown()

func (*WlstIelu_0127) XXX_Marshal

func (m *WlstIelu_0127) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstIelu_0127) XXX_Merge

func (m *WlstIelu_0127) XXX_Merge(src proto.Message)

func (*WlstIelu_0127) XXX_Size

func (m *WlstIelu_0127) XXX_Size() int

func (*WlstIelu_0127) XXX_Unmarshal

func (m *WlstIelu_0127) XXX_Unmarshal(b []byte) error

type WlstIelu_0128

type WlstIelu_0128 struct {
	// 包号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 事件类型,0x0a(固定)
	EventType int32 `protobuf:"varint,2,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`
	// 记录条数,=0表示时间段内所有数据
	RecordCount int32 `protobuf:"varint,3,opt,name=record_count,json=recordCount,proto3" json:"record_count,omitempty"`
	// 起始时间,unix时间戳,精确到秒(通讯层取到分)
	DtStart int64 `protobuf:"varint,4,opt,name=dt_start,json=dtStart,proto3" json:"dt_start,omitempty"`
	// 结束时间,unix时间戳,精确到秒(通讯层取到分)
	DtEnd int64 `protobuf:"varint,5,opt,name=dt_end,json=dtEnd,proto3" json:"dt_end,omitempty"`
	// 报警数据
	AlarmData []*Alarm_Data `protobuf:"bytes,6,rep,name=alarm_data,json=alarmData,proto3" json:"alarm_data,omitempty"`
}

func (*WlstIelu_0128) Descriptor

func (*WlstIelu_0128) Descriptor() ([]byte, []int)

func (*WlstIelu_0128) GetAlarmData

func (m *WlstIelu_0128) GetAlarmData() []*Alarm_Data

func (*WlstIelu_0128) GetCmdIdx

func (m *WlstIelu_0128) GetCmdIdx() int32

func (*WlstIelu_0128) GetDtEnd

func (m *WlstIelu_0128) GetDtEnd() int64

func (*WlstIelu_0128) GetDtStart

func (m *WlstIelu_0128) GetDtStart() int64

func (*WlstIelu_0128) GetEventType

func (m *WlstIelu_0128) GetEventType() int32

func (*WlstIelu_0128) GetRecordCount

func (m *WlstIelu_0128) GetRecordCount() int32

func (*WlstIelu_0128) Marshal

func (m *WlstIelu_0128) Marshal() (dAtA []byte, err error)

func (*WlstIelu_0128) MarshalTo

func (m *WlstIelu_0128) MarshalTo(dAtA []byte) (int, error)

func (*WlstIelu_0128) MarshalToSizedBuffer

func (m *WlstIelu_0128) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstIelu_0128) ProtoMessage

func (*WlstIelu_0128) ProtoMessage()

func (*WlstIelu_0128) Reset

func (m *WlstIelu_0128) Reset()

func (*WlstIelu_0128) Size

func (m *WlstIelu_0128) Size() (n int)

func (*WlstIelu_0128) String

func (m *WlstIelu_0128) String() string

func (*WlstIelu_0128) Unmarshal

func (m *WlstIelu_0128) Unmarshal(dAtA []byte) error

func (*WlstIelu_0128) XXX_DiscardUnknown

func (m *WlstIelu_0128) XXX_DiscardUnknown()

func (*WlstIelu_0128) XXX_Marshal

func (m *WlstIelu_0128) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstIelu_0128) XXX_Merge

func (m *WlstIelu_0128) XXX_Merge(src proto.Message)

func (*WlstIelu_0128) XXX_Size

func (m *WlstIelu_0128) XXX_Size() int

func (*WlstIelu_0128) XXX_Unmarshal

func (m *WlstIelu_0128) XXX_Unmarshal(b []byte) error

type WlstIelu_0194

type WlstIelu_0194 struct {
	// 包号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 报警数据
	AlarmData *Alarm_Data `protobuf:"bytes,6,opt,name=alarm_data,json=alarmData,proto3" json:"alarm_data,omitempty"`
}

主动报警 0x94

func (*WlstIelu_0194) Descriptor

func (*WlstIelu_0194) Descriptor() ([]byte, []int)

func (*WlstIelu_0194) GetAlarmData

func (m *WlstIelu_0194) GetAlarmData() *Alarm_Data

func (*WlstIelu_0194) GetCmdIdx

func (m *WlstIelu_0194) GetCmdIdx() int32

func (*WlstIelu_0194) Marshal

func (m *WlstIelu_0194) Marshal() (dAtA []byte, err error)

func (*WlstIelu_0194) MarshalTo

func (m *WlstIelu_0194) MarshalTo(dAtA []byte) (int, error)

func (*WlstIelu_0194) MarshalToSizedBuffer

func (m *WlstIelu_0194) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstIelu_0194) ProtoMessage

func (*WlstIelu_0194) ProtoMessage()

func (*WlstIelu_0194) Reset

func (m *WlstIelu_0194) Reset()

func (*WlstIelu_0194) Size

func (m *WlstIelu_0194) Size() (n int)

func (*WlstIelu_0194) String

func (m *WlstIelu_0194) String() string

func (*WlstIelu_0194) Unmarshal

func (m *WlstIelu_0194) Unmarshal(dAtA []byte) error

func (*WlstIelu_0194) XXX_DiscardUnknown

func (m *WlstIelu_0194) XXX_DiscardUnknown()

func (*WlstIelu_0194) XXX_Marshal

func (m *WlstIelu_0194) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstIelu_0194) XXX_Merge

func (m *WlstIelu_0194) XXX_Merge(src proto.Message)

func (*WlstIelu_0194) XXX_Size

func (m *WlstIelu_0194) XXX_Size() int

func (*WlstIelu_0194) XXX_Unmarshal

func (m *WlstIelu_0194) XXX_Unmarshal(b []byte) error

type WlstLduA600

type WlstLduA600 struct {
	//回路标识,二进制转十进制
	LoopMark    int32                      `protobuf:"varint,1,opt,name=loop_mark,json=loopMark,proto3" json:"loop_mark,omitempty"`
	LduLoopData []*WlstLduA600_LduLoopData `protobuf:"bytes,2,rep,name=ldu_loop_data,json=lduLoopData,proto3" json:"ldu_loop_data,omitempty"`
}

func (*WlstLduA600) Descriptor

func (*WlstLduA600) Descriptor() ([]byte, []int)

func (*WlstLduA600) GetLduLoopData

func (m *WlstLduA600) GetLduLoopData() []*WlstLduA600_LduLoopData

func (*WlstLduA600) GetLoopMark

func (m *WlstLduA600) GetLoopMark() int32

func (*WlstLduA600) Marshal

func (m *WlstLduA600) Marshal() (dAtA []byte, err error)

func (*WlstLduA600) MarshalTo

func (m *WlstLduA600) MarshalTo(dAtA []byte) (int, error)

func (*WlstLduA600) MarshalToSizedBuffer

func (m *WlstLduA600) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstLduA600) ProtoMessage

func (*WlstLduA600) ProtoMessage()

func (*WlstLduA600) Reset

func (m *WlstLduA600) Reset()

func (*WlstLduA600) Size

func (m *WlstLduA600) Size() (n int)

func (*WlstLduA600) String

func (m *WlstLduA600) String() string

func (*WlstLduA600) Unmarshal

func (m *WlstLduA600) Unmarshal(dAtA []byte) error

func (*WlstLduA600) XXX_DiscardUnknown

func (m *WlstLduA600) XXX_DiscardUnknown()

func (*WlstLduA600) XXX_Marshal

func (m *WlstLduA600) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstLduA600) XXX_Merge

func (m *WlstLduA600) XXX_Merge(src proto.Message)

func (*WlstLduA600) XXX_Size

func (m *WlstLduA600) XXX_Size() int

func (*WlstLduA600) XXX_Unmarshal

func (m *WlstLduA600) XXX_Unmarshal(b []byte) error

type WlstLduA600_LduLoopData

type WlstLduA600_LduLoopData struct {
	//回路x电压
	XVoltage float64 `protobuf:"fixed64,2,opt,name=x_voltage,json=xVoltage,proto3" json:"x_voltage,omitempty"`
	//回路x电流
	XCurrent float64 `protobuf:"fixed64,3,opt,name=x_current,json=xCurrent,proto3" json:"x_current,omitempty"`
	//回路x有功功率
	XActivePower float64 `protobuf:"fixed64,4,opt,name=x_active_power,json=xActivePower,proto3" json:"x_active_power,omitempty"`
	//回路x无功功率
	XReactivePower float64 `protobuf:"fixed64,5,opt,name=x_reactive_power,json=xReactivePower,proto3" json:"x_reactive_power,omitempty"`
	//回路x功率因数
	XPowerFactor float64 `protobuf:"fixed64,6,opt,name=x_power_factor,json=xPowerFactor,proto3" json:"x_power_factor,omitempty"`
	//回路x亮灯率
	XLightingRate float64 `protobuf:"fixed64,7,opt,name=x_lighting_rate,json=xLightingRate,proto3" json:"x_lighting_rate,omitempty"`
	//回路x信号强度
	XSignalStrength int32 `protobuf:"varint,8,opt,name=x_signal_strength,json=xSignalStrength,proto3" json:"x_signal_strength,omitempty"`
	//回路x阻抗
	XImpedance int32 `protobuf:"varint,9,opt,name=x_impedance,json=xImpedance,proto3" json:"x_impedance,omitempty"`
	//回路x 12s有用信号数量
	XUsefulSignal int32 `protobuf:"varint,10,opt,name=x_useful_signal,json=xUsefulSignal,proto3" json:"x_useful_signal,omitempty"`
	//回路x 12s信号数量
	XAllSignal int32 `protobuf:"varint,11,opt,name=x_all_signal,json=xAllSignal,proto3" json:"x_all_signal,omitempty"`
	//回路x检测标识
	XDetectionFlag int32 `protobuf:"varint,12,opt,name=x_detection_flag,json=xDetectionFlag,proto3" json:"x_detection_flag,omitempty"`
	//回路x报警标识
	XAlarmFlag int32 `protobuf:"varint,13,opt,name=x_alarm_flag,json=xAlarmFlag,proto3" json:"x_alarm_flag,omitempty"`
}

func (*WlstLduA600_LduLoopData) Descriptor

func (*WlstLduA600_LduLoopData) Descriptor() ([]byte, []int)

func (*WlstLduA600_LduLoopData) GetXActivePower

func (m *WlstLduA600_LduLoopData) GetXActivePower() float64

func (*WlstLduA600_LduLoopData) GetXAlarmFlag

func (m *WlstLduA600_LduLoopData) GetXAlarmFlag() int32

func (*WlstLduA600_LduLoopData) GetXAllSignal

func (m *WlstLduA600_LduLoopData) GetXAllSignal() int32

func (*WlstLduA600_LduLoopData) GetXCurrent

func (m *WlstLduA600_LduLoopData) GetXCurrent() float64

func (*WlstLduA600_LduLoopData) GetXDetectionFlag

func (m *WlstLduA600_LduLoopData) GetXDetectionFlag() int32

func (*WlstLduA600_LduLoopData) GetXImpedance

func (m *WlstLduA600_LduLoopData) GetXImpedance() int32

func (*WlstLduA600_LduLoopData) GetXLightingRate

func (m *WlstLduA600_LduLoopData) GetXLightingRate() float64

func (*WlstLduA600_LduLoopData) GetXPowerFactor

func (m *WlstLduA600_LduLoopData) GetXPowerFactor() float64

func (*WlstLduA600_LduLoopData) GetXReactivePower

func (m *WlstLduA600_LduLoopData) GetXReactivePower() float64

func (*WlstLduA600_LduLoopData) GetXSignalStrength

func (m *WlstLduA600_LduLoopData) GetXSignalStrength() int32

func (*WlstLduA600_LduLoopData) GetXUsefulSignal

func (m *WlstLduA600_LduLoopData) GetXUsefulSignal() int32

func (*WlstLduA600_LduLoopData) GetXVoltage

func (m *WlstLduA600_LduLoopData) GetXVoltage() float64

func (*WlstLduA600_LduLoopData) Marshal

func (m *WlstLduA600_LduLoopData) Marshal() (dAtA []byte, err error)

func (*WlstLduA600_LduLoopData) MarshalTo

func (m *WlstLduA600_LduLoopData) MarshalTo(dAtA []byte) (int, error)

func (*WlstLduA600_LduLoopData) MarshalToSizedBuffer

func (m *WlstLduA600_LduLoopData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstLduA600_LduLoopData) ProtoMessage

func (*WlstLduA600_LduLoopData) ProtoMessage()

func (*WlstLduA600_LduLoopData) Reset

func (m *WlstLduA600_LduLoopData) Reset()

func (*WlstLduA600_LduLoopData) Size

func (m *WlstLduA600_LduLoopData) Size() (n int)

func (*WlstLduA600_LduLoopData) String

func (m *WlstLduA600_LduLoopData) String() string

func (*WlstLduA600_LduLoopData) Unmarshal

func (m *WlstLduA600_LduLoopData) Unmarshal(dAtA []byte) error

func (*WlstLduA600_LduLoopData) XXX_DiscardUnknown

func (m *WlstLduA600_LduLoopData) XXX_DiscardUnknown()

func (*WlstLduA600_LduLoopData) XXX_Marshal

func (m *WlstLduA600_LduLoopData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstLduA600_LduLoopData) XXX_Merge

func (m *WlstLduA600_LduLoopData) XXX_Merge(src proto.Message)

func (*WlstLduA600_LduLoopData) XXX_Size

func (m *WlstLduA600_LduLoopData) XXX_Size() int

func (*WlstLduA600_LduLoopData) XXX_Unmarshal

func (m *WlstLduA600_LduLoopData) XXX_Unmarshal(b []byte) error

type WlstLduCd01

type WlstLduCd01 struct {
	//回路标识,二进制转十进制
	LoopMark int32 `protobuf:"varint,1,opt,name=loop_mark,json=loopMark,proto3" json:"loop_mark,omitempty"`
	//回路x阻抗基准
	XImpedance []int32 `protobuf:"varint,2,rep,packed,name=x_impedance,json=xImpedance,proto3" json:"x_impedance,omitempty"`
}

func (*WlstLduCd01) Descriptor

func (*WlstLduCd01) Descriptor() ([]byte, []int)

func (*WlstLduCd01) GetLoopMark

func (m *WlstLduCd01) GetLoopMark() int32

func (*WlstLduCd01) GetXImpedance

func (m *WlstLduCd01) GetXImpedance() []int32

func (*WlstLduCd01) Marshal

func (m *WlstLduCd01) Marshal() (dAtA []byte, err error)

func (*WlstLduCd01) MarshalTo

func (m *WlstLduCd01) MarshalTo(dAtA []byte) (int, error)

func (*WlstLduCd01) MarshalToSizedBuffer

func (m *WlstLduCd01) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstLduCd01) ProtoMessage

func (*WlstLduCd01) ProtoMessage()

func (*WlstLduCd01) Reset

func (m *WlstLduCd01) Reset()

func (*WlstLduCd01) Size

func (m *WlstLduCd01) Size() (n int)

func (*WlstLduCd01) String

func (m *WlstLduCd01) String() string

func (*WlstLduCd01) Unmarshal

func (m *WlstLduCd01) Unmarshal(dAtA []byte) error

func (*WlstLduCd01) XXX_DiscardUnknown

func (m *WlstLduCd01) XXX_DiscardUnknown()

func (*WlstLduCd01) XXX_Marshal

func (m *WlstLduCd01) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstLduCd01) XXX_Merge

func (m *WlstLduCd01) XXX_Merge(src proto.Message)

func (*WlstLduCd01) XXX_Size

func (m *WlstLduCd01) XXX_Size() int

func (*WlstLduCd01) XXX_Unmarshal

func (m *WlstLduCd01) XXX_Unmarshal(b []byte) error

type WlstLdu_2600

type WlstLdu_2600 struct {
	//回路标识,二进制转十进制
	LoopMark int32 `protobuf:"varint,1,opt,name=loop_mark,json=loopMark,proto3" json:"loop_mark,omitempty"`
}

Wlst_ldu_5b00_c900_4a01_ca01_4d01_4d02_cd02_4d03_cd03

func (*WlstLdu_2600) Descriptor

func (*WlstLdu_2600) Descriptor() ([]byte, []int)

func (*WlstLdu_2600) GetLoopMark

func (m *WlstLdu_2600) GetLoopMark() int32

func (*WlstLdu_2600) Marshal

func (m *WlstLdu_2600) Marshal() (dAtA []byte, err error)

func (*WlstLdu_2600) MarshalTo

func (m *WlstLdu_2600) MarshalTo(dAtA []byte) (int, error)

func (*WlstLdu_2600) MarshalToSizedBuffer

func (m *WlstLdu_2600) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstLdu_2600) ProtoMessage

func (*WlstLdu_2600) ProtoMessage()

func (*WlstLdu_2600) Reset

func (m *WlstLdu_2600) Reset()

func (*WlstLdu_2600) Size

func (m *WlstLdu_2600) Size() (n int)

func (*WlstLdu_2600) String

func (m *WlstLdu_2600) String() string

func (*WlstLdu_2600) Unmarshal

func (m *WlstLdu_2600) Unmarshal(dAtA []byte) error

func (*WlstLdu_2600) XXX_DiscardUnknown

func (m *WlstLdu_2600) XXX_DiscardUnknown()

func (*WlstLdu_2600) XXX_Marshal

func (m *WlstLdu_2600) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstLdu_2600) XXX_Merge

func (m *WlstLdu_2600) XXX_Merge(src proto.Message)

func (*WlstLdu_2600) XXX_Size

func (m *WlstLdu_2600) XXX_Size() int

func (*WlstLdu_2600) XXX_Unmarshal

func (m *WlstLdu_2600) XXX_Unmarshal(b []byte) error

type WlstLdu_4900

type WlstLdu_4900 struct {
	//回路标识,二进制转十进制
	LoopMark    int32                       `protobuf:"varint,1,opt,name=loop_mark,json=loopMark,proto3" json:"loop_mark,omitempty"`
	LduLoopArgv []*WlstLdu_4900_LduLoopArgv `protobuf:"bytes,2,rep,name=ldu_loop_argv,json=lduLoopArgv,proto3" json:"ldu_loop_argv,omitempty"`
}

Wlst_ldu_db00

func (*WlstLdu_4900) Descriptor

func (*WlstLdu_4900) Descriptor() ([]byte, []int)

func (*WlstLdu_4900) GetLduLoopArgv

func (m *WlstLdu_4900) GetLduLoopArgv() []*WlstLdu_4900_LduLoopArgv

func (*WlstLdu_4900) GetLoopMark

func (m *WlstLdu_4900) GetLoopMark() int32

func (*WlstLdu_4900) Marshal

func (m *WlstLdu_4900) Marshal() (dAtA []byte, err error)

func (*WlstLdu_4900) MarshalTo

func (m *WlstLdu_4900) MarshalTo(dAtA []byte) (int, error)

func (*WlstLdu_4900) MarshalToSizedBuffer

func (m *WlstLdu_4900) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstLdu_4900) ProtoMessage

func (*WlstLdu_4900) ProtoMessage()

func (*WlstLdu_4900) Reset

func (m *WlstLdu_4900) Reset()

func (*WlstLdu_4900) Size

func (m *WlstLdu_4900) Size() (n int)

func (*WlstLdu_4900) String

func (m *WlstLdu_4900) String() string

func (*WlstLdu_4900) Unmarshal

func (m *WlstLdu_4900) Unmarshal(dAtA []byte) error

func (*WlstLdu_4900) XXX_DiscardUnknown

func (m *WlstLdu_4900) XXX_DiscardUnknown()

func (*WlstLdu_4900) XXX_Marshal

func (m *WlstLdu_4900) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstLdu_4900) XXX_Merge

func (m *WlstLdu_4900) XXX_Merge(src proto.Message)

func (*WlstLdu_4900) XXX_Size

func (m *WlstLdu_4900) XXX_Size() int

func (*WlstLdu_4900) XXX_Unmarshal

func (m *WlstLdu_4900) XXX_Unmarshal(b []byte) error

type WlstLdu_4900_LduLoopArgv

type WlstLdu_4900_LduLoopArgv struct {
	//回路x检测标识
	XDetectionFlag int32 `protobuf:"varint,2,opt,name=x_detection_flag,json=xDetectionFlag,proto3" json:"x_detection_flag,omitempty"`
	//回路x互感器比值
	XTransformer int32 `protobuf:"varint,3,opt,name=x_transformer,json=xTransformer,proto3" json:"x_transformer,omitempty"`
	//回路x相位
	XPhase int32 `protobuf:"varint,4,opt,name=x_phase,json=xPhase,proto3" json:"x_phase,omitempty"`
	//回路x开灯信号强度门限
	XOnSignalStrength int32 `protobuf:"varint,5,opt,name=x_on_signal_strength,json=xOnSignalStrength,proto3" json:"x_on_signal_strength,omitempty"`
	//回路x开灯阻抗报警门限
	XOnImpedanceAlarm int32 `protobuf:"varint,6,opt,name=x_on_impedance_alarm,json=xOnImpedanceAlarm,proto3" json:"x_on_impedance_alarm,omitempty"`
	//回路x亮灯率信号门限
	XLightingRate int32 `protobuf:"varint,7,opt,name=x_lighting_rate,json=xLightingRate,proto3" json:"x_lighting_rate,omitempty"`
	//回路x关灯信号强度门限
	XOffSignalStrength int32 `protobuf:"varint,8,opt,name=x_off_signal_strength,json=xOffSignalStrength,proto3" json:"x_off_signal_strength,omitempty"`
	//回路x关灯阻抗报警门限
	XOffImpedanceAlarm int32 `protobuf:"varint,9,opt,name=x_off_impedance_alarm,json=xOffImpedanceAlarm,proto3" json:"x_off_impedance_alarm,omitempty"`
	//回路x末端灯杆
	XPoleNo int32 `protobuf:"varint,10,opt,name=x_pole_no,json=xPoleNo,proto3" json:"x_pole_no,omitempty"`
}

func (*WlstLdu_4900_LduLoopArgv) Descriptor

func (*WlstLdu_4900_LduLoopArgv) Descriptor() ([]byte, []int)

func (*WlstLdu_4900_LduLoopArgv) GetXDetectionFlag

func (m *WlstLdu_4900_LduLoopArgv) GetXDetectionFlag() int32

func (*WlstLdu_4900_LduLoopArgv) GetXLightingRate

func (m *WlstLdu_4900_LduLoopArgv) GetXLightingRate() int32

func (*WlstLdu_4900_LduLoopArgv) GetXOffImpedanceAlarm

func (m *WlstLdu_4900_LduLoopArgv) GetXOffImpedanceAlarm() int32

func (*WlstLdu_4900_LduLoopArgv) GetXOffSignalStrength

func (m *WlstLdu_4900_LduLoopArgv) GetXOffSignalStrength() int32

func (*WlstLdu_4900_LduLoopArgv) GetXOnImpedanceAlarm

func (m *WlstLdu_4900_LduLoopArgv) GetXOnImpedanceAlarm() int32

func (*WlstLdu_4900_LduLoopArgv) GetXOnSignalStrength

func (m *WlstLdu_4900_LduLoopArgv) GetXOnSignalStrength() int32

func (*WlstLdu_4900_LduLoopArgv) GetXPhase

func (m *WlstLdu_4900_LduLoopArgv) GetXPhase() int32

func (*WlstLdu_4900_LduLoopArgv) GetXPoleNo

func (m *WlstLdu_4900_LduLoopArgv) GetXPoleNo() int32

func (*WlstLdu_4900_LduLoopArgv) GetXTransformer

func (m *WlstLdu_4900_LduLoopArgv) GetXTransformer() int32

func (*WlstLdu_4900_LduLoopArgv) Marshal

func (m *WlstLdu_4900_LduLoopArgv) Marshal() (dAtA []byte, err error)

func (*WlstLdu_4900_LduLoopArgv) MarshalTo

func (m *WlstLdu_4900_LduLoopArgv) MarshalTo(dAtA []byte) (int, error)

func (*WlstLdu_4900_LduLoopArgv) MarshalToSizedBuffer

func (m *WlstLdu_4900_LduLoopArgv) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstLdu_4900_LduLoopArgv) ProtoMessage

func (*WlstLdu_4900_LduLoopArgv) ProtoMessage()

func (*WlstLdu_4900_LduLoopArgv) Reset

func (m *WlstLdu_4900_LduLoopArgv) Reset()

func (*WlstLdu_4900_LduLoopArgv) Size

func (m *WlstLdu_4900_LduLoopArgv) Size() (n int)

func (*WlstLdu_4900_LduLoopArgv) String

func (m *WlstLdu_4900_LduLoopArgv) String() string

func (*WlstLdu_4900_LduLoopArgv) Unmarshal

func (m *WlstLdu_4900_LduLoopArgv) Unmarshal(dAtA []byte) error

func (*WlstLdu_4900_LduLoopArgv) XXX_DiscardUnknown

func (m *WlstLdu_4900_LduLoopArgv) XXX_DiscardUnknown()

func (*WlstLdu_4900_LduLoopArgv) XXX_Marshal

func (m *WlstLdu_4900_LduLoopArgv) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstLdu_4900_LduLoopArgv) XXX_Merge

func (m *WlstLdu_4900_LduLoopArgv) XXX_Merge(src proto.Message)

func (*WlstLdu_4900_LduLoopArgv) XXX_Size

func (m *WlstLdu_4900_LduLoopArgv) XXX_Size() int

func (*WlstLdu_4900_LduLoopArgv) XXX_Unmarshal

func (m *WlstLdu_4900_LduLoopArgv) XXX_Unmarshal(b []byte) error

type WlstMru_9100

type WlstMru_9100 struct {
	// 2007协议电表地址1
	Addr []int32 `protobuf:"varint,1,rep,packed,name=addr,proto3" json:"addr,omitempty"`
	//抄表类型(1A相,2B相,3C相,4正向有功总电能,5组合有功总电能)
	MeterReadingType int32 `protobuf:"varint,2,opt,name=meter_reading_type,json=meterReadingType,proto3" json:"meter_reading_type,omitempty"`
	//抄表时间段(0当前,1上月,2上上月。。。)
	MeterReadingDate int32 `protobuf:"varint,3,opt,name=meter_reading_date,json=meterReadingDate,proto3" json:"meter_reading_date,omitempty"`
	//电表波特率
	BaudRate int32 `protobuf:"varint,4,opt,name=baud_rate,json=baudRate,proto3" json:"baud_rate,omitempty"`
	//数据
	MeterValue float64 `protobuf:"fixed64,5,opt,name=meter_value,json=meterValue,proto3" json:"meter_value,omitempty"`
	//协议版本,1-1997协议,2-2007协议
	Ver int32 `protobuf:"varint,6,opt,name=ver,proto3" json:"ver,omitempty"`
}

func (*WlstMru_9100) Descriptor

func (*WlstMru_9100) Descriptor() ([]byte, []int)

func (*WlstMru_9100) GetAddr

func (m *WlstMru_9100) GetAddr() []int32

func (*WlstMru_9100) GetBaudRate

func (m *WlstMru_9100) GetBaudRate() int32

func (*WlstMru_9100) GetMeterReadingDate

func (m *WlstMru_9100) GetMeterReadingDate() int32

func (*WlstMru_9100) GetMeterReadingType

func (m *WlstMru_9100) GetMeterReadingType() int32

func (*WlstMru_9100) GetMeterValue

func (m *WlstMru_9100) GetMeterValue() float64

func (*WlstMru_9100) GetVer

func (m *WlstMru_9100) GetVer() int32

func (*WlstMru_9100) Marshal

func (m *WlstMru_9100) Marshal() (dAtA []byte, err error)

func (*WlstMru_9100) MarshalTo

func (m *WlstMru_9100) MarshalTo(dAtA []byte) (int, error)

func (*WlstMru_9100) MarshalToSizedBuffer

func (m *WlstMru_9100) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstMru_9100) ProtoMessage

func (*WlstMru_9100) ProtoMessage()

func (*WlstMru_9100) Reset

func (m *WlstMru_9100) Reset()

func (*WlstMru_9100) Size

func (m *WlstMru_9100) Size() (n int)

func (*WlstMru_9100) String

func (m *WlstMru_9100) String() string

func (*WlstMru_9100) Unmarshal

func (m *WlstMru_9100) Unmarshal(dAtA []byte) error

func (*WlstMru_9100) XXX_DiscardUnknown

func (m *WlstMru_9100) XXX_DiscardUnknown()

func (*WlstMru_9100) XXX_Marshal

func (m *WlstMru_9100) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstMru_9100) XXX_Merge

func (m *WlstMru_9100) XXX_Merge(src proto.Message)

func (*WlstMru_9100) XXX_Size

func (m *WlstMru_9100) XXX_Size() int

func (*WlstMru_9100) XXX_Unmarshal

func (m *WlstMru_9100) XXX_Unmarshal(b []byte) error

type WlstRtuA000

type WlstRtuA000 struct {
	//模拟量回路x电压  需要*电压量程
	XAnalogVoltage []float64 `protobuf:"fixed64,1,rep,packed,name=x_analog_voltage,json=xAnalogVoltage,proto3" json:"x_analog_voltage,omitempty"`
	//模拟量回路x电流  需要*电流量程
	XAnalogCurrent []float64 `protobuf:"fixed64,2,rep,packed,name=x_analog_current,json=xAnalogCurrent,proto3" json:"x_analog_current,omitempty"`
	//模拟量回路x功率  需要 *电压量程*电流量程
	XAnalogPower []float64 `protobuf:"fixed64,3,rep,packed,name=x_analog_power,json=xAnalogPower,proto3" json:"x_analog_power,omitempty"`
	//开关量输入x状态
	SwitchInSt int64 `protobuf:"varint,4,opt,name=switch_in_st,json=switchInSt,proto3" json:"switch_in_st,omitempty"`
	//开关量输出状态
	SwitchOutSt int32 `protobuf:"varint,5,opt,name=switch_out_st,json=switchOutSt,proto3" json:"switch_out_st,omitempty"`
	//终端状态
	TmlSt int32 `protobuf:"varint,6,opt,name=tml_st,json=tmlSt,proto3" json:"tml_st,omitempty"`
	//模拟量回路x电流越限状态
	XCurrentStatus []int32 `protobuf:"varint,7,rep,packed,name=x_current_status,json=xCurrentStatus,proto3" json:"x_current_status,omitempty"`
	//模拟量回路x电压越限状态
	XVoltageStatus []int32 `protobuf:"varint,8,rep,packed,name=x_voltage_status,json=xVoltageStatus,proto3" json:"x_voltage_status,omitempty"`
	FullRange      int32   `protobuf:"varint,9,opt,name=full_range,json=fullRange,proto3" json:"full_range,omitempty"`
	Temperature    int32   `protobuf:"varint,10,opt,name=temperature,proto3" json:"temperature,omitempty"`
}

Wlst_rtu_af00

func (*WlstRtuA000) Descriptor

func (*WlstRtuA000) Descriptor() ([]byte, []int)

func (*WlstRtuA000) GetFullRange

func (m *WlstRtuA000) GetFullRange() int32

func (*WlstRtuA000) GetSwitchInSt

func (m *WlstRtuA000) GetSwitchInSt() int64

func (*WlstRtuA000) GetSwitchOutSt

func (m *WlstRtuA000) GetSwitchOutSt() int32

func (*WlstRtuA000) GetTemperature

func (m *WlstRtuA000) GetTemperature() int32

func (*WlstRtuA000) GetTmlSt

func (m *WlstRtuA000) GetTmlSt() int32

func (*WlstRtuA000) GetXAnalogCurrent

func (m *WlstRtuA000) GetXAnalogCurrent() []float64

func (*WlstRtuA000) GetXAnalogPower

func (m *WlstRtuA000) GetXAnalogPower() []float64

func (*WlstRtuA000) GetXAnalogVoltage

func (m *WlstRtuA000) GetXAnalogVoltage() []float64

func (*WlstRtuA000) GetXCurrentStatus

func (m *WlstRtuA000) GetXCurrentStatus() []int32

func (*WlstRtuA000) GetXVoltageStatus

func (m *WlstRtuA000) GetXVoltageStatus() []int32

func (*WlstRtuA000) Marshal

func (m *WlstRtuA000) Marshal() (dAtA []byte, err error)

func (*WlstRtuA000) MarshalTo

func (m *WlstRtuA000) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtuA000) MarshalToSizedBuffer

func (m *WlstRtuA000) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtuA000) ProtoMessage

func (*WlstRtuA000) ProtoMessage()

func (*WlstRtuA000) Reset

func (m *WlstRtuA000) Reset()

func (*WlstRtuA000) Size

func (m *WlstRtuA000) Size() (n int)

func (*WlstRtuA000) String

func (m *WlstRtuA000) String() string

func (*WlstRtuA000) Unmarshal

func (m *WlstRtuA000) Unmarshal(dAtA []byte) error

func (*WlstRtuA000) XXX_DiscardUnknown

func (m *WlstRtuA000) XXX_DiscardUnknown()

func (*WlstRtuA000) XXX_Marshal

func (m *WlstRtuA000) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtuA000) XXX_Merge

func (m *WlstRtuA000) XXX_Merge(src proto.Message)

func (*WlstRtuA000) XXX_Size

func (m *WlstRtuA000) XXX_Size() int

func (*WlstRtuA000) XXX_Unmarshal

func (m *WlstRtuA000) XXX_Unmarshal(b []byte) error

type WlstRtuA200

type WlstRtuA200 struct {
	//开关量输出
	KNo int32 `protobuf:"varint,1,opt,name=k_no,json=kNo,proto3" json:"k_no,omitempty"`
	//操作
	Operation int32 `protobuf:"varint,2,opt,name=operation,proto3" json:"operation,omitempty"`
}

Wlst_rtu_2210

func (*WlstRtuA200) Descriptor

func (*WlstRtuA200) Descriptor() ([]byte, []int)

func (*WlstRtuA200) GetKNo

func (m *WlstRtuA200) GetKNo() int32

func (*WlstRtuA200) GetOperation

func (m *WlstRtuA200) GetOperation() int32

func (*WlstRtuA200) Marshal

func (m *WlstRtuA200) Marshal() (dAtA []byte, err error)

func (*WlstRtuA200) MarshalTo

func (m *WlstRtuA200) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtuA200) MarshalToSizedBuffer

func (m *WlstRtuA200) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtuA200) ProtoMessage

func (*WlstRtuA200) ProtoMessage()

func (*WlstRtuA200) Reset

func (m *WlstRtuA200) Reset()

func (*WlstRtuA200) Size

func (m *WlstRtuA200) Size() (n int)

func (*WlstRtuA200) String

func (m *WlstRtuA200) String() string

func (*WlstRtuA200) Unmarshal

func (m *WlstRtuA200) Unmarshal(dAtA []byte) error

func (*WlstRtuA200) XXX_DiscardUnknown

func (m *WlstRtuA200) XXX_DiscardUnknown()

func (*WlstRtuA200) XXX_Marshal

func (m *WlstRtuA200) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtuA200) XXX_Merge

func (m *WlstRtuA200) XXX_Merge(src proto.Message)

func (*WlstRtuA200) XXX_Size

func (m *WlstRtuA200) XXX_Size() int

func (*WlstRtuA200) XXX_Unmarshal

func (m *WlstRtuA200) XXX_Unmarshal(b []byte) error

type WlstRtuAns

type WlstRtuAns struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 数据标记
	DataMark []int32 `protobuf:"varint,2,rep,packed,name=data_mark,json=dataMark,proto3" json:"data_mark,omitempty"`
	// 信息点,暂不用
	DataPoint []int32 `protobuf:"varint,3,rep,packed,name=data_point,json=dataPoint,proto3" json:"data_point,omitempty"`
	// 应答,0-失败,1-成功,填充顺序和data_mark相同
	Status []int32 `protobuf:"varint,4,rep,packed,name=status,proto3" json:"status,omitempty"`
	// 状态码,详细参考文档
	StatusCode int32 `protobuf:"varint,5,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
}

func (*WlstRtuAns) Descriptor

func (*WlstRtuAns) Descriptor() ([]byte, []int)

func (*WlstRtuAns) GetCmdIdx

func (m *WlstRtuAns) GetCmdIdx() int32

func (*WlstRtuAns) GetDataMark

func (m *WlstRtuAns) GetDataMark() []int32

func (*WlstRtuAns) GetDataPoint

func (m *WlstRtuAns) GetDataPoint() []int32

func (*WlstRtuAns) GetStatus

func (m *WlstRtuAns) GetStatus() []int32

func (*WlstRtuAns) GetStatusCode

func (m *WlstRtuAns) GetStatusCode() int32

func (*WlstRtuAns) Marshal

func (m *WlstRtuAns) Marshal() (dAtA []byte, err error)

func (*WlstRtuAns) MarshalTo

func (m *WlstRtuAns) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtuAns) MarshalToSizedBuffer

func (m *WlstRtuAns) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtuAns) ProtoMessage

func (*WlstRtuAns) ProtoMessage()

func (*WlstRtuAns) Reset

func (m *WlstRtuAns) Reset()

func (*WlstRtuAns) Size

func (m *WlstRtuAns) Size() (n int)

func (*WlstRtuAns) String

func (m *WlstRtuAns) String() string

func (*WlstRtuAns) Unmarshal

func (m *WlstRtuAns) Unmarshal(dAtA []byte) error

func (*WlstRtuAns) XXX_DiscardUnknown

func (m *WlstRtuAns) XXX_DiscardUnknown()

func (*WlstRtuAns) XXX_Marshal

func (m *WlstRtuAns) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtuAns) XXX_Merge

func (m *WlstRtuAns) XXX_Merge(src proto.Message)

func (*WlstRtuAns) XXX_Size

func (m *WlstRtuAns) XXX_Size() int

func (*WlstRtuAns) XXX_Unmarshal

func (m *WlstRtuAns) XXX_Unmarshal(b []byte) error

type WlstRtuB200

type WlstRtuB200 struct {
	//周日~周六k1开关时间 hhmm-hhmm
	XK1OptTime []string `protobuf:"bytes,1,rep,name=x_k1_opt_time,json=xK1OptTime,proto3" json:"x_k1_opt_time,omitempty"`
	//周日~周六k3开关时间 hhmm-hhmm
	XK2OptTime []string `protobuf:"bytes,2,rep,name=x_k2_opt_time,json=xK2OptTime,proto3" json:"x_k2_opt_time,omitempty"`
	//周日~周六k3开关时间 hhmm-hhmm
	XK3OptTime []string `protobuf:"bytes,3,rep,name=x_k3_opt_time,json=xK3OptTime,proto3" json:"x_k3_opt_time,omitempty"`
	//周日~周六市付费启用时分,hhmm
	XCityPayTime []string `protobuf:"bytes,4,rep,name=x_city_pay_time,json=xCityPayTime,proto3" json:"x_city_pay_time,omitempty"`
	//周日~周六自付费启用时分,hhmm
	XSelfPayTime []string `protobuf:"bytes,5,rep,name=x_self_pay_time,json=xSelfPayTime,proto3" json:"x_self_pay_time,omitempty"`
	//周日~周六k4开关时间 hhmm-hhmm
	XK4OptTime []string `protobuf:"bytes,6,rep,name=x_k4_opt_time,json=xK4OptTime,proto3" json:"x_k4_opt_time,omitempty"`
	//周日~周六k5开关时间 hhmm-hhmm
	XK5OptTime []string `protobuf:"bytes,7,rep,name=x_k5_opt_time,json=xK5OptTime,proto3" json:"x_k5_opt_time,omitempty"`
	//周日~周六k6开关时间 hhmm-hhmm
	XK6OptTime []string `protobuf:"bytes,8,rep,name=x_k6_opt_time,json=xK6OptTime,proto3" json:"x_k6_opt_time,omitempty"`
	//周日~周六k7开关时间 hhmm-hhmm
	XK7OptTime []string `protobuf:"bytes,9,rep,name=x_k7_opt_time,json=xK7OptTime,proto3" json:"x_k7_opt_time,omitempty"`
	//周日~周六k8开关时间 hhmm-hhmm
	XK8OptTime []string `protobuf:"bytes,10,rep,name=x_k8_opt_time,json=xK8OptTime,proto3" json:"x_k8_opt_time,omitempty"`
}

Wlst_rtu_3100_5800_6800_d900_e900

func (*WlstRtuB200) Descriptor

func (*WlstRtuB200) Descriptor() ([]byte, []int)

func (*WlstRtuB200) GetXCityPayTime

func (m *WlstRtuB200) GetXCityPayTime() []string

func (*WlstRtuB200) GetXK1OptTime

func (m *WlstRtuB200) GetXK1OptTime() []string

func (*WlstRtuB200) GetXK2OptTime

func (m *WlstRtuB200) GetXK2OptTime() []string

func (*WlstRtuB200) GetXK3OptTime

func (m *WlstRtuB200) GetXK3OptTime() []string

func (*WlstRtuB200) GetXK4OptTime

func (m *WlstRtuB200) GetXK4OptTime() []string

func (*WlstRtuB200) GetXK5OptTime

func (m *WlstRtuB200) GetXK5OptTime() []string

func (*WlstRtuB200) GetXK6OptTime

func (m *WlstRtuB200) GetXK6OptTime() []string

func (*WlstRtuB200) GetXK7OptTime

func (m *WlstRtuB200) GetXK7OptTime() []string

func (*WlstRtuB200) GetXK8OptTime

func (m *WlstRtuB200) GetXK8OptTime() []string

func (*WlstRtuB200) GetXSelfPayTime

func (m *WlstRtuB200) GetXSelfPayTime() []string

func (*WlstRtuB200) Marshal

func (m *WlstRtuB200) Marshal() (dAtA []byte, err error)

func (*WlstRtuB200) MarshalTo

func (m *WlstRtuB200) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtuB200) MarshalToSizedBuffer

func (m *WlstRtuB200) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtuB200) ProtoMessage

func (*WlstRtuB200) ProtoMessage()

func (*WlstRtuB200) Reset

func (m *WlstRtuB200) Reset()

func (*WlstRtuB200) Size

func (m *WlstRtuB200) Size() (n int)

func (*WlstRtuB200) String

func (m *WlstRtuB200) String() string

func (*WlstRtuB200) Unmarshal

func (m *WlstRtuB200) Unmarshal(dAtA []byte) error

func (*WlstRtuB200) XXX_DiscardUnknown

func (m *WlstRtuB200) XXX_DiscardUnknown()

func (*WlstRtuB200) XXX_Marshal

func (m *WlstRtuB200) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtuB200) XXX_Merge

func (m *WlstRtuB200) XXX_Merge(src proto.Message)

func (*WlstRtuB200) XXX_Size

func (m *WlstRtuB200) XXX_Size() int

func (*WlstRtuB200) XXX_Unmarshal

func (m *WlstRtuB200) XXX_Unmarshal(b []byte) error

type WlstRtuDa00

type WlstRtuDa00 struct {
	//心跳周期
	KeepAlive int32 `protobuf:"varint,1,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"`
	//主报周期
	AlarmCycle int32 `protobuf:"varint,2,opt,name=alarm_cycle,json=alarmCycle,proto3" json:"alarm_cycle,omitempty"`
	//报警延时
	AlarmDelay int32 `protobuf:"varint,3,opt,name=alarm_delay,json=alarmDelay,proto3" json:"alarm_delay,omitempty"`
	//终端地址
	Addr int32 `protobuf:"varint,4,opt,name=addr,proto3" json:"addr,omitempty"`
	//开关量输出路数
	SwitchOutSum int32 `protobuf:"varint,5,opt,name=switch_out_sum,json=switchOutSum,proto3" json:"switch_out_sum,omitempty"`
	//开关量输入路数
	SwitchInSum int32 `protobuf:"varint,6,opt,name=switch_in_sum,json=switchInSum,proto3" json:"switch_in_sum,omitempty"`
	//模拟量输入路数
	AnalogSum int32 `protobuf:"varint,7,opt,name=analog_sum,json=analogSum,proto3" json:"analog_sum,omitempty"`
	//开关量输出开关时间 hhmm-hhmm
	XSwitchingTime []string `protobuf:"bytes,8,rep,name=x_switching_time,json=xSwitchingTime,proto3" json:"x_switching_time,omitempty"`
	//市付费启用时分,hhmm
	CityPayTime string `protobuf:"bytes,9,opt,name=city_pay_time,json=cityPayTime,proto3" json:"city_pay_time,omitempty"`
	//自付费启用时分,hhmm
	SelfPayTime string `protobuf:"bytes,10,opt,name=self_pay_time,json=selfPayTime,proto3" json:"self_pay_time,omitempty"`
	//各个开关量输出路数
	XSwitchOutCount []int32 `protobuf:"varint,11,rep,packed,name=x_switch_out_count,json=xSwitchOutCount,proto3" json:"x_switch_out_count,omitempty"`
	//开关量输入1-16跳变
	SwitchInHopping int32 `protobuf:"varint,12,opt,name=switch_in_hopping,json=switchInHopping,proto3" json:"switch_in_hopping,omitempty"`
	//电压量程
	VoltageRange int32 `protobuf:"varint,13,opt,name=voltage_range,json=voltageRange,proto3" json:"voltage_range,omitempty"`
	//模拟量回路x电流量程
	XCurrentRange []int32 `protobuf:"varint,14,rep,packed,name=x_current_range,json=xCurrentRange,proto3" json:"x_current_range,omitempty"`
	//开关量输出x矢量
	XSwitchOutVector []int32 `protobuf:"varint,15,rep,packed,name=x_switch_out_vector,json=xSwitchOutVector,proto3" json:"x_switch_out_vector,omitempty"`
	//开关量输入x矢量
	XSwitchInVector []int32 `protobuf:"varint,16,rep,packed,name=x_switch_in_vector,json=xSwitchInVector,proto3" json:"x_switch_in_vector,omitempty"`
	//模拟量x失量
	XAnalogVector []int32 `protobuf:"varint,17,rep,packed,name=x_analog_vector,json=xAnalogVector,proto3" json:"x_analog_vector,omitempty"`
	//电压上限
	UpperVoltageLimit int32 `protobuf:"varint,18,opt,name=upper_voltage_limit,json=upperVoltageLimit,proto3" json:"upper_voltage_limit,omitempty"`
	//电压下限
	LowerVoltageLimit int32 `protobuf:"varint,19,opt,name=lower_voltage_limit,json=lowerVoltageLimit,proto3" json:"lower_voltage_limit,omitempty"`
	//模拟量回路x电流上限
	XUpperCurrentLimit []int32 `` /* 128-byte string literal not displayed */
	//模拟量回路x电流下限
	XLowerCurrentLimit []int32 `` /* 128-byte string literal not displayed */
	//优先组地址
	GroupId int32 `protobuf:"varint,22,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
}

func (*WlstRtuDa00) Descriptor

func (*WlstRtuDa00) Descriptor() ([]byte, []int)

func (*WlstRtuDa00) GetAddr

func (m *WlstRtuDa00) GetAddr() int32

func (*WlstRtuDa00) GetAlarmCycle

func (m *WlstRtuDa00) GetAlarmCycle() int32

func (*WlstRtuDa00) GetAlarmDelay

func (m *WlstRtuDa00) GetAlarmDelay() int32

func (*WlstRtuDa00) GetAnalogSum

func (m *WlstRtuDa00) GetAnalogSum() int32

func (*WlstRtuDa00) GetCityPayTime

func (m *WlstRtuDa00) GetCityPayTime() string

func (*WlstRtuDa00) GetGroupId

func (m *WlstRtuDa00) GetGroupId() int32

func (*WlstRtuDa00) GetKeepAlive

func (m *WlstRtuDa00) GetKeepAlive() int32

func (*WlstRtuDa00) GetLowerVoltageLimit

func (m *WlstRtuDa00) GetLowerVoltageLimit() int32

func (*WlstRtuDa00) GetSelfPayTime

func (m *WlstRtuDa00) GetSelfPayTime() string

func (*WlstRtuDa00) GetSwitchInHopping

func (m *WlstRtuDa00) GetSwitchInHopping() int32

func (*WlstRtuDa00) GetSwitchInSum

func (m *WlstRtuDa00) GetSwitchInSum() int32

func (*WlstRtuDa00) GetSwitchOutSum

func (m *WlstRtuDa00) GetSwitchOutSum() int32

func (*WlstRtuDa00) GetUpperVoltageLimit

func (m *WlstRtuDa00) GetUpperVoltageLimit() int32

func (*WlstRtuDa00) GetVoltageRange

func (m *WlstRtuDa00) GetVoltageRange() int32

func (*WlstRtuDa00) GetXAnalogVector

func (m *WlstRtuDa00) GetXAnalogVector() []int32

func (*WlstRtuDa00) GetXCurrentRange

func (m *WlstRtuDa00) GetXCurrentRange() []int32

func (*WlstRtuDa00) GetXLowerCurrentLimit

func (m *WlstRtuDa00) GetXLowerCurrentLimit() []int32

func (*WlstRtuDa00) GetXSwitchInVector

func (m *WlstRtuDa00) GetXSwitchInVector() []int32

func (*WlstRtuDa00) GetXSwitchOutCount

func (m *WlstRtuDa00) GetXSwitchOutCount() []int32

func (*WlstRtuDa00) GetXSwitchOutVector

func (m *WlstRtuDa00) GetXSwitchOutVector() []int32

func (*WlstRtuDa00) GetXSwitchingTime

func (m *WlstRtuDa00) GetXSwitchingTime() []string

func (*WlstRtuDa00) GetXUpperCurrentLimit

func (m *WlstRtuDa00) GetXUpperCurrentLimit() []int32

func (*WlstRtuDa00) Marshal

func (m *WlstRtuDa00) Marshal() (dAtA []byte, err error)

func (*WlstRtuDa00) MarshalTo

func (m *WlstRtuDa00) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtuDa00) MarshalToSizedBuffer

func (m *WlstRtuDa00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtuDa00) ProtoMessage

func (*WlstRtuDa00) ProtoMessage()

func (*WlstRtuDa00) Reset

func (m *WlstRtuDa00) Reset()

func (*WlstRtuDa00) Size

func (m *WlstRtuDa00) Size() (n int)

func (*WlstRtuDa00) String

func (m *WlstRtuDa00) String() string

func (*WlstRtuDa00) Unmarshal

func (m *WlstRtuDa00) Unmarshal(dAtA []byte) error

func (*WlstRtuDa00) XXX_DiscardUnknown

func (m *WlstRtuDa00) XXX_DiscardUnknown()

func (*WlstRtuDa00) XXX_Marshal

func (m *WlstRtuDa00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtuDa00) XXX_Merge

func (m *WlstRtuDa00) XXX_Merge(src proto.Message)

func (*WlstRtuDa00) XXX_Size

func (m *WlstRtuDa00) XXX_Size() int

func (*WlstRtuDa00) XXX_Unmarshal

func (m *WlstRtuDa00) XXX_Unmarshal(b []byte) error

type WlstRtuDc00

type WlstRtuDc00 struct {
	// ab00-》序列号,dc00-》版本字符串
	Ver string `protobuf:"bytes,1,opt,name=ver,proto3" json:"ver,omitempty"`
}

Wlst_rtu_ab00

func (*WlstRtuDc00) Descriptor

func (*WlstRtuDc00) Descriptor() ([]byte, []int)

func (*WlstRtuDc00) GetVer

func (m *WlstRtuDc00) GetVer() string

func (*WlstRtuDc00) Marshal

func (m *WlstRtuDc00) Marshal() (dAtA []byte, err error)

func (*WlstRtuDc00) MarshalTo

func (m *WlstRtuDc00) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtuDc00) MarshalToSizedBuffer

func (m *WlstRtuDc00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtuDc00) ProtoMessage

func (*WlstRtuDc00) ProtoMessage()

func (*WlstRtuDc00) Reset

func (m *WlstRtuDc00) Reset()

func (*WlstRtuDc00) Size

func (m *WlstRtuDc00) Size() (n int)

func (*WlstRtuDc00) String

func (m *WlstRtuDc00) String() string

func (*WlstRtuDc00) Unmarshal

func (m *WlstRtuDc00) Unmarshal(dAtA []byte) error

func (*WlstRtuDc00) XXX_DiscardUnknown

func (m *WlstRtuDc00) XXX_DiscardUnknown()

func (*WlstRtuDc00) XXX_Marshal

func (m *WlstRtuDc00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtuDc00) XXX_Merge

func (m *WlstRtuDc00) XXX_Merge(src proto.Message)

func (*WlstRtuDc00) XXX_Size

func (m *WlstRtuDc00) XXX_Size() int

func (*WlstRtuDc00) XXX_Unmarshal

func (m *WlstRtuDc00) XXX_Unmarshal(b []byte) error

type WlstRtuDf00

type WlstRtuDf00 struct {
	//开关量输出开关时间 hhmm-hhmm
	XSwitchingTime []string `protobuf:"bytes,8,rep,name=x_switching_time,json=xSwitchingTime,proto3" json:"x_switching_time,omitempty"`
	//各个开关量输出路数
	XSwitchOutCount []int32 `protobuf:"varint,11,rep,packed,name=x_switch_out_count,json=xSwitchOutCount,proto3" json:"x_switch_out_count,omitempty"`
	//开关量输出x矢量
	XSwitchOutVector []int32 `protobuf:"varint,15,rep,packed,name=x_switch_out_vector,json=xSwitchOutVector,proto3" json:"x_switch_out_vector,omitempty"`
}

func (*WlstRtuDf00) Descriptor

func (*WlstRtuDf00) Descriptor() ([]byte, []int)

func (*WlstRtuDf00) GetXSwitchOutCount

func (m *WlstRtuDf00) GetXSwitchOutCount() []int32

func (*WlstRtuDf00) GetXSwitchOutVector

func (m *WlstRtuDf00) GetXSwitchOutVector() []int32

func (*WlstRtuDf00) GetXSwitchingTime

func (m *WlstRtuDf00) GetXSwitchingTime() []string

func (*WlstRtuDf00) Marshal

func (m *WlstRtuDf00) Marshal() (dAtA []byte, err error)

func (*WlstRtuDf00) MarshalTo

func (m *WlstRtuDf00) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtuDf00) MarshalToSizedBuffer

func (m *WlstRtuDf00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtuDf00) ProtoMessage

func (*WlstRtuDf00) ProtoMessage()

func (*WlstRtuDf00) Reset

func (m *WlstRtuDf00) Reset()

func (*WlstRtuDf00) Size

func (m *WlstRtuDf00) Size() (n int)

func (*WlstRtuDf00) String

func (m *WlstRtuDf00) String() string

func (*WlstRtuDf00) Unmarshal

func (m *WlstRtuDf00) Unmarshal(dAtA []byte) error

func (*WlstRtuDf00) XXX_DiscardUnknown

func (m *WlstRtuDf00) XXX_DiscardUnknown()

func (*WlstRtuDf00) XXX_Marshal

func (m *WlstRtuDf00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtuDf00) XXX_Merge

func (m *WlstRtuDf00) XXX_Merge(src proto.Message)

func (*WlstRtuDf00) XXX_Size

func (m *WlstRtuDf00) XXX_Size() int

func (*WlstRtuDf00) XXX_Unmarshal

func (m *WlstRtuDf00) XXX_Unmarshal(b []byte) error

type WlstRtuE600

type WlstRtuE600 struct {
	//时间段1-4(或5-8)起始日期 mmdd-mmdd
	XHolidays []string `protobuf:"bytes,1,rep,name=x_holidays,json=xHolidays,proto3" json:"x_holidays,omitempty"`
	// K1时间段1-4(或5-8)开关时间 hhmm-hhmm
	XK1Time []string `protobuf:"bytes,2,rep,name=x_k1_time,json=xK1Time,proto3" json:"x_k1_time,omitempty"`
	// K2时间段1-4(或5-8)开关时间 hhmm-hhmm
	XK2Time []string `protobuf:"bytes,3,rep,name=x_k2_time,json=xK2Time,proto3" json:"x_k2_time,omitempty"`
	// K3时间段1-4(或5-8)开关时间 hhmm-hhmm
	XK3Time []string `protobuf:"bytes,4,rep,name=x_k3_time,json=xK3Time,proto3" json:"x_k3_time,omitempty"`
	// K4时间段1-4(或5-8)开关时间 hhmm-hhmm
	XK4Time []string `protobuf:"bytes,5,rep,name=x_k4_time,json=xK4Time,proto3" json:"x_k4_time,omitempty"`
	// K5时间段1-4(或5-8)开关时间 hhmm-hhmm
	XK5Time []string `protobuf:"bytes,6,rep,name=x_k5_time,json=xK5Time,proto3" json:"x_k5_time,omitempty"`
	// K6时间段1-4(或5-8)开关时间 hhmm-hhmm
	XK6Time []string `protobuf:"bytes,7,rep,name=x_k6_time,json=xK6Time,proto3" json:"x_k6_time,omitempty"`
	// K7时间段1-4(或5-8)开关时间 hhmm-hhmm
	XK7Time []string `protobuf:"bytes,10,rep,name=x_k7_time,json=xK7Time,proto3" json:"x_k7_time,omitempty"`
	// K8时间段1-4(或5-8)开关时间 hhmm-hhmm
	XK8Time []string `protobuf:"bytes,11,rep,name=x_k8_time,json=xK8Time,proto3" json:"x_k8_time,omitempty"`
	//时间段1-4(或5-8)市付
	XCityPayTime []string `protobuf:"bytes,8,rep,name=x_city_pay_time,json=xCityPayTime,proto3" json:"x_city_pay_time,omitempty"`
	//时间段1-4(或5-8)自付
	XSelfPayTime []string `protobuf:"bytes,9,rep,name=x_self_pay_time,json=xSelfPayTime,proto3" json:"x_self_pay_time,omitempty"`
}

Wlst_rtu_4600_6500_c700

func (*WlstRtuE600) Descriptor

func (*WlstRtuE600) Descriptor() ([]byte, []int)

func (*WlstRtuE600) GetXCityPayTime

func (m *WlstRtuE600) GetXCityPayTime() []string

func (*WlstRtuE600) GetXHolidays

func (m *WlstRtuE600) GetXHolidays() []string

func (*WlstRtuE600) GetXK1Time

func (m *WlstRtuE600) GetXK1Time() []string

func (*WlstRtuE600) GetXK2Time

func (m *WlstRtuE600) GetXK2Time() []string

func (*WlstRtuE600) GetXK3Time

func (m *WlstRtuE600) GetXK3Time() []string

func (*WlstRtuE600) GetXK4Time

func (m *WlstRtuE600) GetXK4Time() []string

func (*WlstRtuE600) GetXK5Time

func (m *WlstRtuE600) GetXK5Time() []string

func (*WlstRtuE600) GetXK6Time

func (m *WlstRtuE600) GetXK6Time() []string

func (*WlstRtuE600) GetXK7Time

func (m *WlstRtuE600) GetXK7Time() []string

func (*WlstRtuE600) GetXK8Time

func (m *WlstRtuE600) GetXK8Time() []string

func (*WlstRtuE600) GetXSelfPayTime

func (m *WlstRtuE600) GetXSelfPayTime() []string

func (*WlstRtuE600) Marshal

func (m *WlstRtuE600) Marshal() (dAtA []byte, err error)

func (*WlstRtuE600) MarshalTo

func (m *WlstRtuE600) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtuE600) MarshalToSizedBuffer

func (m *WlstRtuE600) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtuE600) ProtoMessage

func (*WlstRtuE600) ProtoMessage()

func (*WlstRtuE600) Reset

func (m *WlstRtuE600) Reset()

func (*WlstRtuE600) Size

func (m *WlstRtuE600) Size() (n int)

func (*WlstRtuE600) String

func (m *WlstRtuE600) String() string

func (*WlstRtuE600) Unmarshal

func (m *WlstRtuE600) Unmarshal(dAtA []byte) error

func (*WlstRtuE600) XXX_DiscardUnknown

func (m *WlstRtuE600) XXX_DiscardUnknown()

func (*WlstRtuE600) XXX_Marshal

func (m *WlstRtuE600) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtuE600) XXX_Merge

func (m *WlstRtuE600) XXX_Merge(src proto.Message)

func (*WlstRtuE600) XXX_Size

func (m *WlstRtuE600) XXX_Size() int

func (*WlstRtuE600) XXX_Unmarshal

func (m *WlstRtuE600) XXX_Unmarshal(b []byte) error

type WlstRtu_1900

type WlstRtu_1900 struct {
	//终端地址
	Addr int32 `protobuf:"varint,1,opt,name=addr,proto3" json:"addr,omitempty"`
	//终端ip
	TmlIp int64 `protobuf:"varint,2,opt,name=tml_ip,json=tmlIp,proto3" json:"tml_ip,omitempty"`
	// str 格式ip
	TmlIpStr string `protobuf:"bytes,3,opt,name=tml_ip_str,json=tmlIpStr,proto3" json:"tml_ip_str,omitempty"`
}

func (*WlstRtu_1900) Descriptor

func (*WlstRtu_1900) Descriptor() ([]byte, []int)

func (*WlstRtu_1900) GetAddr

func (m *WlstRtu_1900) GetAddr() int32

func (*WlstRtu_1900) GetTmlIp

func (m *WlstRtu_1900) GetTmlIp() int64

func (*WlstRtu_1900) GetTmlIpStr

func (m *WlstRtu_1900) GetTmlIpStr() string

func (*WlstRtu_1900) Marshal

func (m *WlstRtu_1900) Marshal() (dAtA []byte, err error)

func (*WlstRtu_1900) MarshalTo

func (m *WlstRtu_1900) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_1900) MarshalToSizedBuffer

func (m *WlstRtu_1900) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_1900) ProtoMessage

func (*WlstRtu_1900) ProtoMessage()

func (*WlstRtu_1900) Reset

func (m *WlstRtu_1900) Reset()

func (*WlstRtu_1900) Size

func (m *WlstRtu_1900) Size() (n int)

func (*WlstRtu_1900) String

func (m *WlstRtu_1900) String() string

func (*WlstRtu_1900) Unmarshal

func (m *WlstRtu_1900) Unmarshal(dAtA []byte) error

func (*WlstRtu_1900) XXX_DiscardUnknown

func (m *WlstRtu_1900) XXX_DiscardUnknown()

func (*WlstRtu_1900) XXX_Marshal

func (m *WlstRtu_1900) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_1900) XXX_Merge

func (m *WlstRtu_1900) XXX_Merge(src proto.Message)

func (*WlstRtu_1900) XXX_Size

func (m *WlstRtu_1900) XXX_Size() int

func (*WlstRtu_1900) XXX_Unmarshal

func (m *WlstRtu_1900) XXX_Unmarshal(b []byte) error

type WlstRtu_4000

type WlstRtu_4000 struct {
	//工作标识
	WorkMark int32 `protobuf:"varint,1,opt,name=work_mark,json=workMark,proto3" json:"work_mark,omitempty"`
	//心跳周期
	KeepAlive int32 `protobuf:"varint,2,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"`
	//主报周期
	AlarmCycle int32 `protobuf:"varint,3,opt,name=alarm_cycle,json=alarmCycle,proto3" json:"alarm_cycle,omitempty"`
	//报警延时
	AlarmDelay int32 `protobuf:"varint,4,opt,name=alarm_delay,json=alarmDelay,proto3" json:"alarm_delay,omitempty"`
	//回路x数量
	XLoopCount []int32 `protobuf:"varint,5,rep,packed,name=x_loop_count,json=xLoopCount,proto3" json:"x_loop_count,omitempty"`
}

func (*WlstRtu_4000) Descriptor

func (*WlstRtu_4000) Descriptor() ([]byte, []int)

func (*WlstRtu_4000) GetAlarmCycle

func (m *WlstRtu_4000) GetAlarmCycle() int32

func (*WlstRtu_4000) GetAlarmDelay

func (m *WlstRtu_4000) GetAlarmDelay() int32

func (*WlstRtu_4000) GetKeepAlive

func (m *WlstRtu_4000) GetKeepAlive() int32

func (*WlstRtu_4000) GetWorkMark

func (m *WlstRtu_4000) GetWorkMark() int32

func (*WlstRtu_4000) GetXLoopCount

func (m *WlstRtu_4000) GetXLoopCount() []int32

func (*WlstRtu_4000) Marshal

func (m *WlstRtu_4000) Marshal() (dAtA []byte, err error)

func (*WlstRtu_4000) MarshalTo

func (m *WlstRtu_4000) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_4000) MarshalToSizedBuffer

func (m *WlstRtu_4000) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_4000) ProtoMessage

func (*WlstRtu_4000) ProtoMessage()

func (*WlstRtu_4000) Reset

func (m *WlstRtu_4000) Reset()

func (*WlstRtu_4000) Size

func (m *WlstRtu_4000) Size() (n int)

func (*WlstRtu_4000) String

func (m *WlstRtu_4000) String() string

func (*WlstRtu_4000) Unmarshal

func (m *WlstRtu_4000) Unmarshal(dAtA []byte) error

func (*WlstRtu_4000) XXX_DiscardUnknown

func (m *WlstRtu_4000) XXX_DiscardUnknown()

func (*WlstRtu_4000) XXX_Marshal

func (m *WlstRtu_4000) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_4000) XXX_Merge

func (m *WlstRtu_4000) XXX_Merge(src proto.Message)

func (*WlstRtu_4000) XXX_Size

func (m *WlstRtu_4000) XXX_Size() int

func (*WlstRtu_4000) XXX_Unmarshal

func (m *WlstRtu_4000) XXX_Unmarshal(b []byte) error

type WlstRtu_4101

type WlstRtu_4101 struct {
	//模拟量输入路数总数
	AnalogSum int32 `protobuf:"varint,1,opt,name=analog_sum,json=analogSum,proto3" json:"analog_sum,omitempty"`
	//电压量程
	VoltageRange int32 `protobuf:"varint,2,opt,name=voltage_range,json=voltageRange,proto3" json:"voltage_range,omitempty"`
	//回路x电流量程
	XCurrentRange []int32 `protobuf:"varint,3,rep,packed,name=x_current_range,json=xCurrentRange,proto3" json:"x_current_range,omitempty"`
}

func (*WlstRtu_4101) Descriptor

func (*WlstRtu_4101) Descriptor() ([]byte, []int)

func (*WlstRtu_4101) GetAnalogSum

func (m *WlstRtu_4101) GetAnalogSum() int32

func (*WlstRtu_4101) GetVoltageRange

func (m *WlstRtu_4101) GetVoltageRange() int32

func (*WlstRtu_4101) GetXCurrentRange

func (m *WlstRtu_4101) GetXCurrentRange() []int32

func (*WlstRtu_4101) Marshal

func (m *WlstRtu_4101) Marshal() (dAtA []byte, err error)

func (*WlstRtu_4101) MarshalTo

func (m *WlstRtu_4101) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_4101) MarshalToSizedBuffer

func (m *WlstRtu_4101) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_4101) ProtoMessage

func (*WlstRtu_4101) ProtoMessage()

func (*WlstRtu_4101) Reset

func (m *WlstRtu_4101) Reset()

func (*WlstRtu_4101) Size

func (m *WlstRtu_4101) Size() (n int)

func (*WlstRtu_4101) String

func (m *WlstRtu_4101) String() string

func (*WlstRtu_4101) Unmarshal

func (m *WlstRtu_4101) Unmarshal(dAtA []byte) error

func (*WlstRtu_4101) XXX_DiscardUnknown

func (m *WlstRtu_4101) XXX_DiscardUnknown()

func (*WlstRtu_4101) XXX_Marshal

func (m *WlstRtu_4101) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_4101) XXX_Merge

func (m *WlstRtu_4101) XXX_Merge(src proto.Message)

func (*WlstRtu_4101) XXX_Size

func (m *WlstRtu_4101) XXX_Size() int

func (*WlstRtu_4101) XXX_Unmarshal

func (m *WlstRtu_4101) XXX_Unmarshal(b []byte) error

type WlstRtu_4104

type WlstRtu_4104 struct {
	//开关量输入路数总数
	SwitchinSum int32 `protobuf:"varint,1,opt,name=switchin_sum,json=switchinSum,proto3" json:"switchin_sum,omitempty"`
	//开关量输入x矢量
	XSwitchVector []int32 `protobuf:"varint,2,rep,packed,name=x_switch_vector,json=xSwitchVector,proto3" json:"x_switch_vector,omitempty"`
	//开关量输入x跳变
	XSwitchHopping []int32 `protobuf:"varint,3,rep,packed,name=x_switch_hopping,json=xSwitchHopping,proto3" json:"x_switch_hopping,omitempty"`
}

func (*WlstRtu_4104) Descriptor

func (*WlstRtu_4104) Descriptor() ([]byte, []int)

func (*WlstRtu_4104) GetSwitchinSum

func (m *WlstRtu_4104) GetSwitchinSum() int32

func (*WlstRtu_4104) GetXSwitchHopping

func (m *WlstRtu_4104) GetXSwitchHopping() []int32

func (*WlstRtu_4104) GetXSwitchVector

func (m *WlstRtu_4104) GetXSwitchVector() []int32

func (*WlstRtu_4104) Marshal

func (m *WlstRtu_4104) Marshal() (dAtA []byte, err error)

func (*WlstRtu_4104) MarshalTo

func (m *WlstRtu_4104) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_4104) MarshalToSizedBuffer

func (m *WlstRtu_4104) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_4104) ProtoMessage

func (*WlstRtu_4104) ProtoMessage()

func (*WlstRtu_4104) Reset

func (m *WlstRtu_4104) Reset()

func (*WlstRtu_4104) Size

func (m *WlstRtu_4104) Size() (n int)

func (*WlstRtu_4104) String

func (m *WlstRtu_4104) String() string

func (*WlstRtu_4104) Unmarshal

func (m *WlstRtu_4104) Unmarshal(dAtA []byte) error

func (*WlstRtu_4104) XXX_DiscardUnknown

func (m *WlstRtu_4104) XXX_DiscardUnknown()

func (*WlstRtu_4104) XXX_Marshal

func (m *WlstRtu_4104) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_4104) XXX_Merge

func (m *WlstRtu_4104) XXX_Merge(src proto.Message)

func (*WlstRtu_4104) XXX_Size

func (m *WlstRtu_4104) XXX_Size() int

func (*WlstRtu_4104) XXX_Unmarshal

func (m *WlstRtu_4104) XXX_Unmarshal(b []byte) error

type WlstRtu_4110

type WlstRtu_4110 struct {
	//开关量输出路数总数
	SwitchInSum int32 `protobuf:"varint,1,opt,name=switch_in_sum,json=switchInSum,proto3" json:"switch_in_sum,omitempty"`
}

func (*WlstRtu_4110) Descriptor

func (*WlstRtu_4110) Descriptor() ([]byte, []int)

func (*WlstRtu_4110) GetSwitchInSum

func (m *WlstRtu_4110) GetSwitchInSum() int32

func (*WlstRtu_4110) Marshal

func (m *WlstRtu_4110) Marshal() (dAtA []byte, err error)

func (*WlstRtu_4110) MarshalTo

func (m *WlstRtu_4110) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_4110) MarshalToSizedBuffer

func (m *WlstRtu_4110) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_4110) ProtoMessage

func (*WlstRtu_4110) ProtoMessage()

func (*WlstRtu_4110) Reset

func (m *WlstRtu_4110) Reset()

func (*WlstRtu_4110) Size

func (m *WlstRtu_4110) Size() (n int)

func (*WlstRtu_4110) String

func (m *WlstRtu_4110) String() string

func (*WlstRtu_4110) Unmarshal

func (m *WlstRtu_4110) Unmarshal(dAtA []byte) error

func (*WlstRtu_4110) XXX_DiscardUnknown

func (m *WlstRtu_4110) XXX_DiscardUnknown()

func (*WlstRtu_4110) XXX_Marshal

func (m *WlstRtu_4110) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_4110) XXX_Merge

func (m *WlstRtu_4110) XXX_Merge(src proto.Message)

func (*WlstRtu_4110) XXX_Size

func (m *WlstRtu_4110) XXX_Size() int

func (*WlstRtu_4110) XXX_Unmarshal

func (m *WlstRtu_4110) XXX_Unmarshal(b []byte) error

type WlstRtu_4111

type WlstRtu_4111 struct {
	// A,B,C三项互感比,下行不需要/5,如100:5的填充100即可
	Transformers []int32 `protobuf:"varint,1,rep,packed,name=transformers,proto3" json:"transformers,omitempty"`
	// 设置状态,0-失败,1-成功
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// 标识,写0xc0,0xc1这种
	Code int32 `protobuf:"varint,3,opt,name=code,proto3" json:"code,omitempty"`
}

设置电能采集版电流互感器比值

func (*WlstRtu_4111) Descriptor

func (*WlstRtu_4111) Descriptor() ([]byte, []int)

func (*WlstRtu_4111) GetCode

func (m *WlstRtu_4111) GetCode() int32

func (*WlstRtu_4111) GetStatus

func (m *WlstRtu_4111) GetStatus() int32

func (*WlstRtu_4111) GetTransformers

func (m *WlstRtu_4111) GetTransformers() []int32

func (*WlstRtu_4111) Marshal

func (m *WlstRtu_4111) Marshal() (dAtA []byte, err error)

func (*WlstRtu_4111) MarshalTo

func (m *WlstRtu_4111) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_4111) MarshalToSizedBuffer

func (m *WlstRtu_4111) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_4111) ProtoMessage

func (*WlstRtu_4111) ProtoMessage()

func (*WlstRtu_4111) Reset

func (m *WlstRtu_4111) Reset()

func (*WlstRtu_4111) Size

func (m *WlstRtu_4111) Size() (n int)

func (*WlstRtu_4111) String

func (m *WlstRtu_4111) String() string

func (*WlstRtu_4111) Unmarshal

func (m *WlstRtu_4111) Unmarshal(dAtA []byte) error

func (*WlstRtu_4111) XXX_DiscardUnknown

func (m *WlstRtu_4111) XXX_DiscardUnknown()

func (*WlstRtu_4111) XXX_Marshal

func (m *WlstRtu_4111) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_4111) XXX_Merge

func (m *WlstRtu_4111) XXX_Merge(src proto.Message)

func (*WlstRtu_4111) XXX_Size

func (m *WlstRtu_4111) XXX_Size() int

func (*WlstRtu_4111) XXX_Unmarshal

func (m *WlstRtu_4111) XXX_Unmarshal(b []byte) error

type WlstRtu_4200

type WlstRtu_4200 struct {
	//模拟量x失量
	XAnalogVector []int32 `protobuf:"varint,1,rep,packed,name=x_analog_vector,json=xAnalogVector,proto3" json:"x_analog_vector,omitempty"`
	//开关量输入x矢量
	XSwitchInVector []int32 `protobuf:"varint,2,rep,packed,name=x_switch_in_vector,json=xSwitchInVector,proto3" json:"x_switch_in_vector,omitempty"`
	//开关量输出x矢量
	XSwitchOutVector []int32 `protobuf:"varint,3,rep,packed,name=x_switch_out_vector,json=xSwitchOutVector,proto3" json:"x_switch_out_vector,omitempty"`
	//模拟量输入路数总数
	AnalogSum int32 `protobuf:"varint,4,opt,name=analog_sum,json=analogSum,proto3" json:"analog_sum,omitempty"`
	//开关量输入路数总数
	SwitchInSum int32 `protobuf:"varint,5,opt,name=switch_in_sum,json=switchInSum,proto3" json:"switch_in_sum,omitempty"`
	//开关量输出数量
	SwitchOutSum int32 `protobuf:"varint,6,opt,name=switch_out_sum,json=switchOutSum,proto3" json:"switch_out_sum,omitempty"`
}

func (*WlstRtu_4200) Descriptor

func (*WlstRtu_4200) Descriptor() ([]byte, []int)

func (*WlstRtu_4200) GetAnalogSum

func (m *WlstRtu_4200) GetAnalogSum() int32

func (*WlstRtu_4200) GetSwitchInSum

func (m *WlstRtu_4200) GetSwitchInSum() int32

func (*WlstRtu_4200) GetSwitchOutSum

func (m *WlstRtu_4200) GetSwitchOutSum() int32

func (*WlstRtu_4200) GetXAnalogVector

func (m *WlstRtu_4200) GetXAnalogVector() []int32

func (*WlstRtu_4200) GetXSwitchInVector

func (m *WlstRtu_4200) GetXSwitchInVector() []int32

func (*WlstRtu_4200) GetXSwitchOutVector

func (m *WlstRtu_4200) GetXSwitchOutVector() []int32

func (*WlstRtu_4200) Marshal

func (m *WlstRtu_4200) Marshal() (dAtA []byte, err error)

func (*WlstRtu_4200) MarshalTo

func (m *WlstRtu_4200) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_4200) MarshalToSizedBuffer

func (m *WlstRtu_4200) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_4200) ProtoMessage

func (*WlstRtu_4200) ProtoMessage()

func (*WlstRtu_4200) Reset

func (m *WlstRtu_4200) Reset()

func (*WlstRtu_4200) Size

func (m *WlstRtu_4200) Size() (n int)

func (*WlstRtu_4200) String

func (m *WlstRtu_4200) String() string

func (*WlstRtu_4200) Unmarshal

func (m *WlstRtu_4200) Unmarshal(dAtA []byte) error

func (*WlstRtu_4200) XXX_DiscardUnknown

func (m *WlstRtu_4200) XXX_DiscardUnknown()

func (*WlstRtu_4200) XXX_Marshal

func (m *WlstRtu_4200) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_4200) XXX_Merge

func (m *WlstRtu_4200) XXX_Merge(src proto.Message)

func (*WlstRtu_4200) XXX_Size

func (m *WlstRtu_4200) XXX_Size() int

func (*WlstRtu_4200) XXX_Unmarshal

func (m *WlstRtu_4200) XXX_Unmarshal(b []byte) error

type WlstRtu_4401

type WlstRtu_4401 struct {
	//模拟量输入路数总数
	AnalogSum int32 `protobuf:"varint,1,opt,name=analog_sum,json=analogSum,proto3" json:"analog_sum,omitempty"`
	//电压上限
	UpperVoltageLimit int32 `protobuf:"varint,2,opt,name=upper_voltage_limit,json=upperVoltageLimit,proto3" json:"upper_voltage_limit,omitempty"`
	//电压下限
	LowerVoltageLimit int32 `protobuf:"varint,3,opt,name=lower_voltage_limit,json=lowerVoltageLimit,proto3" json:"lower_voltage_limit,omitempty"`
	//模拟量回路x电流上限
	XUpperCurrentLimit []int32 `` /* 127-byte string literal not displayed */
	//模拟量回路x电流下限
	XLowerCurrentLimit []int32 `` /* 127-byte string literal not displayed */
	//电压量程
	VoltageRange int32 `protobuf:"varint,6,opt,name=voltage_range,json=voltageRange,proto3" json:"voltage_range,omitempty"`
	//模拟量回路x电流量程
	XCurrentRange []int32 `protobuf:"varint,7,rep,packed,name=x_current_range,json=xCurrentRange,proto3" json:"x_current_range,omitempty"`
}

func (*WlstRtu_4401) Descriptor

func (*WlstRtu_4401) Descriptor() ([]byte, []int)

func (*WlstRtu_4401) GetAnalogSum

func (m *WlstRtu_4401) GetAnalogSum() int32

func (*WlstRtu_4401) GetLowerVoltageLimit

func (m *WlstRtu_4401) GetLowerVoltageLimit() int32

func (*WlstRtu_4401) GetUpperVoltageLimit

func (m *WlstRtu_4401) GetUpperVoltageLimit() int32

func (*WlstRtu_4401) GetVoltageRange

func (m *WlstRtu_4401) GetVoltageRange() int32

func (*WlstRtu_4401) GetXCurrentRange

func (m *WlstRtu_4401) GetXCurrentRange() []int32

func (*WlstRtu_4401) GetXLowerCurrentLimit

func (m *WlstRtu_4401) GetXLowerCurrentLimit() []int32

func (*WlstRtu_4401) GetXUpperCurrentLimit

func (m *WlstRtu_4401) GetXUpperCurrentLimit() []int32

func (*WlstRtu_4401) Marshal

func (m *WlstRtu_4401) Marshal() (dAtA []byte, err error)

func (*WlstRtu_4401) MarshalTo

func (m *WlstRtu_4401) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_4401) MarshalToSizedBuffer

func (m *WlstRtu_4401) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_4401) ProtoMessage

func (*WlstRtu_4401) ProtoMessage()

func (*WlstRtu_4401) Reset

func (m *WlstRtu_4401) Reset()

func (*WlstRtu_4401) Size

func (m *WlstRtu_4401) Size() (n int)

func (*WlstRtu_4401) String

func (m *WlstRtu_4401) String() string

func (*WlstRtu_4401) Unmarshal

func (m *WlstRtu_4401) Unmarshal(dAtA []byte) error

func (*WlstRtu_4401) XXX_DiscardUnknown

func (m *WlstRtu_4401) XXX_DiscardUnknown()

func (*WlstRtu_4401) XXX_Marshal

func (m *WlstRtu_4401) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_4401) XXX_Merge

func (m *WlstRtu_4401) XXX_Merge(src proto.Message)

func (*WlstRtu_4401) XXX_Size

func (m *WlstRtu_4401) XXX_Size() int

func (*WlstRtu_4401) XXX_Unmarshal

func (m *WlstRtu_4401) XXX_Unmarshal(b []byte) error

type WlstRtu_4B00

type WlstRtu_4B00 struct {
	// kx操作,0-关,1-开,2-不变
	Operation []int32 `protobuf:"varint,1,rep,packed,name=operation,proto3" json:"operation,omitempty"`
}

func (*WlstRtu_4B00) Descriptor

func (*WlstRtu_4B00) Descriptor() ([]byte, []int)

func (*WlstRtu_4B00) GetOperation

func (m *WlstRtu_4B00) GetOperation() []int32

func (*WlstRtu_4B00) Marshal

func (m *WlstRtu_4B00) Marshal() (dAtA []byte, err error)

func (*WlstRtu_4B00) MarshalTo

func (m *WlstRtu_4B00) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_4B00) MarshalToSizedBuffer

func (m *WlstRtu_4B00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_4B00) ProtoMessage

func (*WlstRtu_4B00) ProtoMessage()

func (*WlstRtu_4B00) Reset

func (m *WlstRtu_4B00) Reset()

func (*WlstRtu_4B00) Size

func (m *WlstRtu_4B00) Size() (n int)

func (*WlstRtu_4B00) String

func (m *WlstRtu_4B00) String() string

func (*WlstRtu_4B00) Unmarshal

func (m *WlstRtu_4B00) Unmarshal(dAtA []byte) error

func (*WlstRtu_4B00) XXX_DiscardUnknown

func (m *WlstRtu_4B00) XXX_DiscardUnknown()

func (*WlstRtu_4B00) XXX_Marshal

func (m *WlstRtu_4B00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_4B00) XXX_Merge

func (m *WlstRtu_4B00) XXX_Merge(src proto.Message)

func (*WlstRtu_4B00) XXX_Size

func (m *WlstRtu_4B00) XXX_Size() int

func (*WlstRtu_4B00) XXX_Unmarshal

func (m *WlstRtu_4B00) XXX_Unmarshal(b []byte) error

type WlstRtu_6100

type WlstRtu_6100 struct {
	//模拟量x电压矢量
	XVoltagePhase []int32 `protobuf:"varint,1,rep,packed,name=x_voltage_phase,json=xVoltagePhase,proto3" json:"x_voltage_phase,omitempty"`
}

func (*WlstRtu_6100) Descriptor

func (*WlstRtu_6100) Descriptor() ([]byte, []int)

func (*WlstRtu_6100) GetXVoltagePhase

func (m *WlstRtu_6100) GetXVoltagePhase() []int32

func (*WlstRtu_6100) Marshal

func (m *WlstRtu_6100) Marshal() (dAtA []byte, err error)

func (*WlstRtu_6100) MarshalTo

func (m *WlstRtu_6100) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_6100) MarshalToSizedBuffer

func (m *WlstRtu_6100) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_6100) ProtoMessage

func (*WlstRtu_6100) ProtoMessage()

func (*WlstRtu_6100) Reset

func (m *WlstRtu_6100) Reset()

func (*WlstRtu_6100) Size

func (m *WlstRtu_6100) Size() (n int)

func (*WlstRtu_6100) String

func (m *WlstRtu_6100) String() string

func (*WlstRtu_6100) Unmarshal

func (m *WlstRtu_6100) Unmarshal(dAtA []byte) error

func (*WlstRtu_6100) XXX_DiscardUnknown

func (m *WlstRtu_6100) XXX_DiscardUnknown()

func (*WlstRtu_6100) XXX_Marshal

func (m *WlstRtu_6100) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_6100) XXX_Merge

func (m *WlstRtu_6100) XXX_Merge(src proto.Message)

func (*WlstRtu_6100) XXX_Size

func (m *WlstRtu_6100) XXX_Size() int

func (*WlstRtu_6100) XXX_Unmarshal

func (m *WlstRtu_6100) XXX_Unmarshal(b []byte) error

type WlstRtu_7003

type WlstRtu_7003 struct {
	//序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// ftp升级命令数据
	// ftpip,int64算法
	FtpIp int64 `protobuf:"varint,7,opt,name=ftp_ip,json=ftpIp,proto3" json:"ftp_ip,omitempty"`
	// ftp 端口号
	FtpPort int32 `protobuf:"varint,2,opt,name=ftp_port,json=ftpPort,proto3" json:"ftp_port,omitempty"`
	// ftp用户名,最大32个英文字符
	FtpUser string `protobuf:"bytes,3,opt,name=ftp_user,json=ftpUser,proto3" json:"ftp_user,omitempty"`
	// ftp 密码,最大32个英文字符
	FtpPwd string `protobuf:"bytes,4,opt,name=ftp_pwd,json=ftpPwd,proto3" json:"ftp_pwd,omitempty"`
	// 服务器文件路径,默认'/',最大64个英文字符,不能有空格
	FtpDir string `protobuf:"bytes,5,opt,name=ftp_dir,json=ftpDir,proto3" json:"ftp_dir,omitempty"`
	// 文件名,最大32个英文字符(含扩展名)
	FtpFile string `protobuf:"bytes,6,opt,name=ftp_file,json=ftpFile,proto3" json:"ftp_file,omitempty"`
}

模块ftp升级

func (*WlstRtu_7003) Descriptor

func (*WlstRtu_7003) Descriptor() ([]byte, []int)

func (*WlstRtu_7003) GetCmdIdx

func (m *WlstRtu_7003) GetCmdIdx() int32

func (*WlstRtu_7003) GetFtpDir

func (m *WlstRtu_7003) GetFtpDir() string

func (*WlstRtu_7003) GetFtpFile

func (m *WlstRtu_7003) GetFtpFile() string

func (*WlstRtu_7003) GetFtpIp

func (m *WlstRtu_7003) GetFtpIp() int64

func (*WlstRtu_7003) GetFtpPort

func (m *WlstRtu_7003) GetFtpPort() int32

func (*WlstRtu_7003) GetFtpPwd

func (m *WlstRtu_7003) GetFtpPwd() string

func (*WlstRtu_7003) GetFtpUser

func (m *WlstRtu_7003) GetFtpUser() string

func (*WlstRtu_7003) Marshal

func (m *WlstRtu_7003) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7003) MarshalTo

func (m *WlstRtu_7003) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7003) MarshalToSizedBuffer

func (m *WlstRtu_7003) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7003) ProtoMessage

func (*WlstRtu_7003) ProtoMessage()

func (*WlstRtu_7003) Reset

func (m *WlstRtu_7003) Reset()

func (*WlstRtu_7003) Size

func (m *WlstRtu_7003) Size() (n int)

func (*WlstRtu_7003) String

func (m *WlstRtu_7003) String() string

func (*WlstRtu_7003) Unmarshal

func (m *WlstRtu_7003) Unmarshal(dAtA []byte) error

func (*WlstRtu_7003) XXX_DiscardUnknown

func (m *WlstRtu_7003) XXX_DiscardUnknown()

func (*WlstRtu_7003) XXX_Marshal

func (m *WlstRtu_7003) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7003) XXX_Merge

func (m *WlstRtu_7003) XXX_Merge(src proto.Message)

func (*WlstRtu_7003) XXX_Size

func (m *WlstRtu_7003) XXX_Size() int

func (*WlstRtu_7003) XXX_Unmarshal

func (m *WlstRtu_7003) XXX_Unmarshal(b []byte) error

type WlstRtu_7006

type WlstRtu_7006 struct {
	//序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	//总数
	AllCount int32 `protobuf:"varint,2,opt,name=all_count,json=allCount,proto3" json:"all_count,omitempty"`
	// cache文件名
	CacheName string `protobuf:"bytes,3,opt,name=cache_name,json=cacheName,proto3" json:"cache_name,omitempty"`
}

3006终端升级准备

func (*WlstRtu_7006) Descriptor

func (*WlstRtu_7006) Descriptor() ([]byte, []int)

func (*WlstRtu_7006) GetAllCount

func (m *WlstRtu_7006) GetAllCount() int32

func (*WlstRtu_7006) GetCacheName

func (m *WlstRtu_7006) GetCacheName() string

func (*WlstRtu_7006) GetCmdIdx

func (m *WlstRtu_7006) GetCmdIdx() int32

func (*WlstRtu_7006) Marshal

func (m *WlstRtu_7006) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7006) MarshalTo

func (m *WlstRtu_7006) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7006) MarshalToSizedBuffer

func (m *WlstRtu_7006) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7006) ProtoMessage

func (*WlstRtu_7006) ProtoMessage()

func (*WlstRtu_7006) Reset

func (m *WlstRtu_7006) Reset()

func (*WlstRtu_7006) Size

func (m *WlstRtu_7006) Size() (n int)

func (*WlstRtu_7006) String

func (m *WlstRtu_7006) String() string

func (*WlstRtu_7006) Unmarshal

func (m *WlstRtu_7006) Unmarshal(dAtA []byte) error

func (*WlstRtu_7006) XXX_DiscardUnknown

func (m *WlstRtu_7006) XXX_DiscardUnknown()

func (*WlstRtu_7006) XXX_Marshal

func (m *WlstRtu_7006) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7006) XXX_Merge

func (m *WlstRtu_7006) XXX_Merge(src proto.Message)

func (*WlstRtu_7006) XXX_Size

func (m *WlstRtu_7006) XXX_Size() int

func (*WlstRtu_7006) XXX_Unmarshal

func (m *WlstRtu_7006) XXX_Unmarshal(b []byte) error

type WlstRtu_7007

type WlstRtu_7007 struct {
	//序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
}

3006终端升级数据包发送状态查询

func (*WlstRtu_7007) Descriptor

func (*WlstRtu_7007) Descriptor() ([]byte, []int)

func (*WlstRtu_7007) GetCmdIdx

func (m *WlstRtu_7007) GetCmdIdx() int32

func (*WlstRtu_7007) Marshal

func (m *WlstRtu_7007) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7007) MarshalTo

func (m *WlstRtu_7007) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7007) MarshalToSizedBuffer

func (m *WlstRtu_7007) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7007) ProtoMessage

func (*WlstRtu_7007) ProtoMessage()

func (*WlstRtu_7007) Reset

func (m *WlstRtu_7007) Reset()

func (*WlstRtu_7007) Size

func (m *WlstRtu_7007) Size() (n int)

func (*WlstRtu_7007) String

func (m *WlstRtu_7007) String() string

func (*WlstRtu_7007) Unmarshal

func (m *WlstRtu_7007) Unmarshal(dAtA []byte) error

func (*WlstRtu_7007) XXX_DiscardUnknown

func (m *WlstRtu_7007) XXX_DiscardUnknown()

func (*WlstRtu_7007) XXX_Marshal

func (m *WlstRtu_7007) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7007) XXX_Merge

func (m *WlstRtu_7007) XXX_Merge(src proto.Message)

func (*WlstRtu_7007) XXX_Size

func (m *WlstRtu_7007) XXX_Size() int

func (*WlstRtu_7007) XXX_Unmarshal

func (m *WlstRtu_7007) XXX_Unmarshal(b []byte) error

type WlstRtu_7008

type WlstRtu_7008 struct {
	//序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	//数据
	UpdData []string `protobuf:"bytes,2,rep,name=upd_data,json=updData,proto3" json:"upd_data,omitempty"`
	// cache文件名
	CacheName string `protobuf:"bytes,3,opt,name=cache_name,json=cacheName,proto3" json:"cache_name,omitempty"`
	// 0-写缓存,1-清缓存
	Clean      int32   `protobuf:"varint,4,opt,name=clean,proto3" json:"clean,omitempty"`
	IntUpdData []int32 `protobuf:"varint,5,rep,packed,name=int_upd_data,json=intUpdData,proto3" json:"int_upd_data,omitempty"`
}

3006终端升级发送数据包

func (*WlstRtu_7008) Descriptor

func (*WlstRtu_7008) Descriptor() ([]byte, []int)

func (*WlstRtu_7008) GetCacheName

func (m *WlstRtu_7008) GetCacheName() string

func (*WlstRtu_7008) GetClean

func (m *WlstRtu_7008) GetClean() int32

func (*WlstRtu_7008) GetCmdIdx

func (m *WlstRtu_7008) GetCmdIdx() int32

func (*WlstRtu_7008) GetIntUpdData

func (m *WlstRtu_7008) GetIntUpdData() []int32

func (*WlstRtu_7008) GetUpdData

func (m *WlstRtu_7008) GetUpdData() []string

func (*WlstRtu_7008) Marshal

func (m *WlstRtu_7008) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7008) MarshalTo

func (m *WlstRtu_7008) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7008) MarshalToSizedBuffer

func (m *WlstRtu_7008) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7008) ProtoMessage

func (*WlstRtu_7008) ProtoMessage()

func (*WlstRtu_7008) Reset

func (m *WlstRtu_7008) Reset()

func (*WlstRtu_7008) Size

func (m *WlstRtu_7008) Size() (n int)

func (*WlstRtu_7008) String

func (m *WlstRtu_7008) String() string

func (*WlstRtu_7008) Unmarshal

func (m *WlstRtu_7008) Unmarshal(dAtA []byte) error

func (*WlstRtu_7008) XXX_DiscardUnknown

func (m *WlstRtu_7008) XXX_DiscardUnknown()

func (*WlstRtu_7008) XXX_Marshal

func (m *WlstRtu_7008) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7008) XXX_Merge

func (m *WlstRtu_7008) XXX_Merge(src proto.Message)

func (*WlstRtu_7008) XXX_Size

func (m *WlstRtu_7008) XXX_Size() int

func (*WlstRtu_7008) XXX_Unmarshal

func (m *WlstRtu_7008) XXX_Unmarshal(b []byte) error

type WlstRtu_700A

type WlstRtu_700A struct {
	ComArgv []int32 `protobuf:"varint,1,rep,packed,name=com_argv,json=comArgv,proto3" json:"com_argv,omitempty"`
}

远程修改主板通讯参数

func (*WlstRtu_700A) Descriptor

func (*WlstRtu_700A) Descriptor() ([]byte, []int)

func (*WlstRtu_700A) GetComArgv

func (m *WlstRtu_700A) GetComArgv() []int32

func (*WlstRtu_700A) Marshal

func (m *WlstRtu_700A) Marshal() (dAtA []byte, err error)

func (*WlstRtu_700A) MarshalTo

func (m *WlstRtu_700A) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_700A) MarshalToSizedBuffer

func (m *WlstRtu_700A) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_700A) ProtoMessage

func (*WlstRtu_700A) ProtoMessage()

func (*WlstRtu_700A) Reset

func (m *WlstRtu_700A) Reset()

func (*WlstRtu_700A) Size

func (m *WlstRtu_700A) Size() (n int)

func (*WlstRtu_700A) String

func (m *WlstRtu_700A) String() string

func (*WlstRtu_700A) Unmarshal

func (m *WlstRtu_700A) Unmarshal(dAtA []byte) error

func (*WlstRtu_700A) XXX_DiscardUnknown

func (m *WlstRtu_700A) XXX_DiscardUnknown()

func (*WlstRtu_700A) XXX_Marshal

func (m *WlstRtu_700A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_700A) XXX_Merge

func (m *WlstRtu_700A) XXX_Merge(src proto.Message)

func (*WlstRtu_700A) XXX_Size

func (m *WlstRtu_700A) XXX_Size() int

func (*WlstRtu_700A) XXX_Unmarshal

func (m *WlstRtu_700A) XXX_Unmarshal(b []byte) error

type WlstRtu_7010

type WlstRtu_7010 struct {
	// 复位类型,1-复位终端,2-恢复出厂参数,3-复位通信模块,4-火零不平衡复位
	DataMark int32 `protobuf:"varint,1,opt,name=data_mark,json=dataMark,proto3" json:"data_mark,omitempty"`
	//序号
	CmdIdx int32 `protobuf:"varint,2,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 应答
	Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
}

模块ftp升级

func (*WlstRtu_7010) Descriptor

func (*WlstRtu_7010) Descriptor() ([]byte, []int)

func (*WlstRtu_7010) GetCmdIdx

func (m *WlstRtu_7010) GetCmdIdx() int32

func (*WlstRtu_7010) GetDataMark

func (m *WlstRtu_7010) GetDataMark() int32

func (*WlstRtu_7010) GetStatus

func (m *WlstRtu_7010) GetStatus() int32

func (*WlstRtu_7010) Marshal

func (m *WlstRtu_7010) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7010) MarshalTo

func (m *WlstRtu_7010) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7010) MarshalToSizedBuffer

func (m *WlstRtu_7010) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7010) ProtoMessage

func (*WlstRtu_7010) ProtoMessage()

func (*WlstRtu_7010) Reset

func (m *WlstRtu_7010) Reset()

func (*WlstRtu_7010) Size

func (m *WlstRtu_7010) Size() (n int)

func (*WlstRtu_7010) String

func (m *WlstRtu_7010) String() string

func (*WlstRtu_7010) Unmarshal

func (m *WlstRtu_7010) Unmarshal(dAtA []byte) error

func (*WlstRtu_7010) XXX_DiscardUnknown

func (m *WlstRtu_7010) XXX_DiscardUnknown()

func (*WlstRtu_7010) XXX_Marshal

func (m *WlstRtu_7010) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7010) XXX_Merge

func (m *WlstRtu_7010) XXX_Merge(src proto.Message)

func (*WlstRtu_7010) XXX_Size

func (m *WlstRtu_7010) XXX_Size() int

func (*WlstRtu_7010) XXX_Unmarshal

func (m *WlstRtu_7010) XXX_Unmarshal(b []byte) error

type WlstRtu_7021

type WlstRtu_7021 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 参数类别,1-火零不平衡参数,2-1~24路周控制时间表
	DataType int32 `protobuf:"varint,2,opt,name=data_type,json=dataType,proto3" json:"data_type,omitempty"`
	// 火零不平衡参数
	Argsln []*WlstRtu_7021_Args_LN `protobuf:"bytes,3,rep,name=argsln,proto3" json:"argsln,omitempty"`
	// 设置应答状态码
	StatusCode int32 `protobuf:"varint,4,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
	// 回路代码 0-1~8回路,1-9~16回路,2-17~24回路
	LoopType int32 `protobuf:"varint,5,opt,name=loop_type,json=loopType,proto3" json:"loop_type,omitempty"`
	// 周日到周六 时间表参数(定长7)
	Argswc []*WlstRtu_7021_Args_WC `protobuf:"bytes,6,rep,name=argswc,proto3" json:"argswc,omitempty"`
}

设置/读取终端参数 (火零不平衡参数,1-24路周控制时间表)

func (*WlstRtu_7021) Descriptor

func (*WlstRtu_7021) Descriptor() ([]byte, []int)

func (*WlstRtu_7021) GetArgsln

func (m *WlstRtu_7021) GetArgsln() []*WlstRtu_7021_Args_LN

func (*WlstRtu_7021) GetArgswc

func (m *WlstRtu_7021) GetArgswc() []*WlstRtu_7021_Args_WC

func (*WlstRtu_7021) GetCmdIdx

func (m *WlstRtu_7021) GetCmdIdx() int32

func (*WlstRtu_7021) GetDataType

func (m *WlstRtu_7021) GetDataType() int32

func (*WlstRtu_7021) GetLoopType

func (m *WlstRtu_7021) GetLoopType() int32

func (*WlstRtu_7021) GetStatusCode

func (m *WlstRtu_7021) GetStatusCode() int32

func (*WlstRtu_7021) Marshal

func (m *WlstRtu_7021) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7021) MarshalTo

func (m *WlstRtu_7021) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7021) MarshalToSizedBuffer

func (m *WlstRtu_7021) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7021) ProtoMessage

func (*WlstRtu_7021) ProtoMessage()

func (*WlstRtu_7021) Reset

func (m *WlstRtu_7021) Reset()

func (*WlstRtu_7021) Size

func (m *WlstRtu_7021) Size() (n int)

func (*WlstRtu_7021) String

func (m *WlstRtu_7021) String() string

func (*WlstRtu_7021) Unmarshal

func (m *WlstRtu_7021) Unmarshal(dAtA []byte) error

func (*WlstRtu_7021) XXX_DiscardUnknown

func (m *WlstRtu_7021) XXX_DiscardUnknown()

func (*WlstRtu_7021) XXX_Marshal

func (m *WlstRtu_7021) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7021) XXX_Merge

func (m *WlstRtu_7021) XXX_Merge(src proto.Message)

func (*WlstRtu_7021) XXX_Size

func (m *WlstRtu_7021) XXX_Size() int

func (*WlstRtu_7021) XXX_Unmarshal

func (m *WlstRtu_7021) XXX_Unmarshal(b []byte) error

type WlstRtu_7021_Args_LN

type WlstRtu_7021_Args_LN struct {
	// 回路启用标识,1-12回路序号,填充回路号,超范围无视,不启用的回路不用填充
	LoopNo int32 `protobuf:"varint,1,opt,name=loop_no,json=loopNo,proto3" json:"loop_no,omitempty"`
	// 基础值(0-200)
	BaseValue int32 `protobuf:"varint,2,opt,name=base_value,json=baseValue,proto3" json:"base_value,omitempty"`
	// 报警阀值(0-200)
	AlarmValue int32 `protobuf:"varint,3,opt,name=alarm_value,json=alarmValue,proto3" json:"alarm_value,omitempty"`
	// 分闸阀值(0-200)
	BreakValue int32 `protobuf:"varint,4,opt,name=break_value,json=breakValue,proto3" json:"break_value,omitempty"`
}

func (*WlstRtu_7021_Args_LN) Descriptor

func (*WlstRtu_7021_Args_LN) Descriptor() ([]byte, []int)

func (*WlstRtu_7021_Args_LN) GetAlarmValue

func (m *WlstRtu_7021_Args_LN) GetAlarmValue() int32

func (*WlstRtu_7021_Args_LN) GetBaseValue

func (m *WlstRtu_7021_Args_LN) GetBaseValue() int32

func (*WlstRtu_7021_Args_LN) GetBreakValue

func (m *WlstRtu_7021_Args_LN) GetBreakValue() int32

func (*WlstRtu_7021_Args_LN) GetLoopNo

func (m *WlstRtu_7021_Args_LN) GetLoopNo() int32

func (*WlstRtu_7021_Args_LN) Marshal

func (m *WlstRtu_7021_Args_LN) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7021_Args_LN) MarshalTo

func (m *WlstRtu_7021_Args_LN) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7021_Args_LN) MarshalToSizedBuffer

func (m *WlstRtu_7021_Args_LN) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7021_Args_LN) ProtoMessage

func (*WlstRtu_7021_Args_LN) ProtoMessage()

func (*WlstRtu_7021_Args_LN) Reset

func (m *WlstRtu_7021_Args_LN) Reset()

func (*WlstRtu_7021_Args_LN) Size

func (m *WlstRtu_7021_Args_LN) Size() (n int)

func (*WlstRtu_7021_Args_LN) String

func (m *WlstRtu_7021_Args_LN) String() string

func (*WlstRtu_7021_Args_LN) Unmarshal

func (m *WlstRtu_7021_Args_LN) Unmarshal(dAtA []byte) error

func (*WlstRtu_7021_Args_LN) XXX_DiscardUnknown

func (m *WlstRtu_7021_Args_LN) XXX_DiscardUnknown()

func (*WlstRtu_7021_Args_LN) XXX_Marshal

func (m *WlstRtu_7021_Args_LN) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7021_Args_LN) XXX_Merge

func (m *WlstRtu_7021_Args_LN) XXX_Merge(src proto.Message)

func (*WlstRtu_7021_Args_LN) XXX_Size

func (m *WlstRtu_7021_Args_LN) XXX_Size() int

func (*WlstRtu_7021_Args_LN) XXX_Unmarshal

func (m *WlstRtu_7021_Args_LN) XXX_Unmarshal(b []byte) error

type WlstRtu_7021_Args_WC

type WlstRtu_7021_Args_WC struct {
	// L1开灯时间(时*60+分钟,不操作填1500)
	L1On int32 `protobuf:"varint,1,opt,name=l1_on,json=l1On,proto3" json:"l1_on,omitempty"`
	// L1关灯时间
	L1Off int32 `protobuf:"varint,2,opt,name=l1_off,json=l1Off,proto3" json:"l1_off,omitempty"`
	// L2开灯时间
	L2On int32 `protobuf:"varint,3,opt,name=l2_on,json=l2On,proto3" json:"l2_on,omitempty"`
	// L2关灯时间
	L2Off int32 `protobuf:"varint,4,opt,name=l2_off,json=l2Off,proto3" json:"l2_off,omitempty"`
	// L3开灯时间
	L3On int32 `protobuf:"varint,5,opt,name=l3_on,json=l3On,proto3" json:"l3_on,omitempty"`
	// L3关灯时间
	L3Off int32 `protobuf:"varint,6,opt,name=l3_off,json=l3Off,proto3" json:"l3_off,omitempty"`
	// L4开灯时间
	L4On int32 `protobuf:"varint,7,opt,name=l4_on,json=l4On,proto3" json:"l4_on,omitempty"`
	// L4关灯时间
	L4Off int32 `protobuf:"varint,8,opt,name=l4_off,json=l4Off,proto3" json:"l4_off,omitempty"`
	// L5开灯时间
	L5On int32 `protobuf:"varint,9,opt,name=l5_on,json=l5On,proto3" json:"l5_on,omitempty"`
	// L5关灯时间
	L5Off int32 `protobuf:"varint,10,opt,name=l5_off,json=l5Off,proto3" json:"l5_off,omitempty"`
	// L6开灯时间
	L6On int32 `protobuf:"varint,11,opt,name=l6_on,json=l6On,proto3" json:"l6_on,omitempty"`
	// L6关灯时间
	L6Off int32 `protobuf:"varint,12,opt,name=l6_off,json=l6Off,proto3" json:"l6_off,omitempty"`
	// L7开灯时间
	L7On int32 `protobuf:"varint,13,opt,name=l7_on,json=l7On,proto3" json:"l7_on,omitempty"`
	// L7关灯时间
	L7Off int32 `protobuf:"varint,14,opt,name=l7_off,json=l7Off,proto3" json:"l7_off,omitempty"`
	// L8开灯时间
	L8On int32 `protobuf:"varint,15,opt,name=l8_on,json=l8On,proto3" json:"l8_on,omitempty"`
	// L8关灯时间
	L8Off int32 `protobuf:"varint,16,opt,name=l8_off,json=l8Off,proto3" json:"l8_off,omitempty"`
}

func (*WlstRtu_7021_Args_WC) Descriptor

func (*WlstRtu_7021_Args_WC) Descriptor() ([]byte, []int)

func (*WlstRtu_7021_Args_WC) GetL1Off

func (m *WlstRtu_7021_Args_WC) GetL1Off() int32

func (*WlstRtu_7021_Args_WC) GetL1On

func (m *WlstRtu_7021_Args_WC) GetL1On() int32

func (*WlstRtu_7021_Args_WC) GetL2Off

func (m *WlstRtu_7021_Args_WC) GetL2Off() int32

func (*WlstRtu_7021_Args_WC) GetL2On

func (m *WlstRtu_7021_Args_WC) GetL2On() int32

func (*WlstRtu_7021_Args_WC) GetL3Off

func (m *WlstRtu_7021_Args_WC) GetL3Off() int32

func (*WlstRtu_7021_Args_WC) GetL3On

func (m *WlstRtu_7021_Args_WC) GetL3On() int32

func (*WlstRtu_7021_Args_WC) GetL4Off

func (m *WlstRtu_7021_Args_WC) GetL4Off() int32

func (*WlstRtu_7021_Args_WC) GetL4On

func (m *WlstRtu_7021_Args_WC) GetL4On() int32

func (*WlstRtu_7021_Args_WC) GetL5Off

func (m *WlstRtu_7021_Args_WC) GetL5Off() int32

func (*WlstRtu_7021_Args_WC) GetL5On

func (m *WlstRtu_7021_Args_WC) GetL5On() int32

func (*WlstRtu_7021_Args_WC) GetL6Off

func (m *WlstRtu_7021_Args_WC) GetL6Off() int32

func (*WlstRtu_7021_Args_WC) GetL6On

func (m *WlstRtu_7021_Args_WC) GetL6On() int32

func (*WlstRtu_7021_Args_WC) GetL7Off

func (m *WlstRtu_7021_Args_WC) GetL7Off() int32

func (*WlstRtu_7021_Args_WC) GetL7On

func (m *WlstRtu_7021_Args_WC) GetL7On() int32

func (*WlstRtu_7021_Args_WC) GetL8Off

func (m *WlstRtu_7021_Args_WC) GetL8Off() int32

func (*WlstRtu_7021_Args_WC) GetL8On

func (m *WlstRtu_7021_Args_WC) GetL8On() int32

func (*WlstRtu_7021_Args_WC) Marshal

func (m *WlstRtu_7021_Args_WC) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7021_Args_WC) MarshalTo

func (m *WlstRtu_7021_Args_WC) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7021_Args_WC) MarshalToSizedBuffer

func (m *WlstRtu_7021_Args_WC) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7021_Args_WC) ProtoMessage

func (*WlstRtu_7021_Args_WC) ProtoMessage()

func (*WlstRtu_7021_Args_WC) Reset

func (m *WlstRtu_7021_Args_WC) Reset()

func (*WlstRtu_7021_Args_WC) Size

func (m *WlstRtu_7021_Args_WC) Size() (n int)

func (*WlstRtu_7021_Args_WC) String

func (m *WlstRtu_7021_Args_WC) String() string

func (*WlstRtu_7021_Args_WC) Unmarshal

func (m *WlstRtu_7021_Args_WC) Unmarshal(dAtA []byte) error

func (*WlstRtu_7021_Args_WC) XXX_DiscardUnknown

func (m *WlstRtu_7021_Args_WC) XXX_DiscardUnknown()

func (*WlstRtu_7021_Args_WC) XXX_Marshal

func (m *WlstRtu_7021_Args_WC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7021_Args_WC) XXX_Merge

func (m *WlstRtu_7021_Args_WC) XXX_Merge(src proto.Message)

func (*WlstRtu_7021_Args_WC) XXX_Size

func (m *WlstRtu_7021_Args_WC) XXX_Size() int

func (*WlstRtu_7021_Args_WC) XXX_Unmarshal

func (m *WlstRtu_7021_Args_WC) XXX_Unmarshal(b []byte) error

type WlstRtu_7023

type WlstRtu_7023 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 参数类别,1-遥控
	DataType int32 `protobuf:"varint,2,opt,name=data_type,json=dataType,proto3" json:"data_type,omitempty"`
	// 控制参数
	Argscontrol []*WlstRtu_7023_Args_Control `protobuf:"bytes,3,rep,name=argscontrol,proto3" json:"argscontrol,omitempty"`
	// 应答状态码 0-成功
	StatusCode int32 `protobuf:"varint,4,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
}

遥控

func (*WlstRtu_7023) Descriptor

func (*WlstRtu_7023) Descriptor() ([]byte, []int)

func (*WlstRtu_7023) GetArgscontrol

func (m *WlstRtu_7023) GetArgscontrol() []*WlstRtu_7023_Args_Control

func (*WlstRtu_7023) GetCmdIdx

func (m *WlstRtu_7023) GetCmdIdx() int32

func (*WlstRtu_7023) GetDataType

func (m *WlstRtu_7023) GetDataType() int32

func (*WlstRtu_7023) GetStatusCode

func (m *WlstRtu_7023) GetStatusCode() int32

func (*WlstRtu_7023) Marshal

func (m *WlstRtu_7023) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7023) MarshalTo

func (m *WlstRtu_7023) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7023) MarshalToSizedBuffer

func (m *WlstRtu_7023) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7023) ProtoMessage

func (*WlstRtu_7023) ProtoMessage()

func (*WlstRtu_7023) Reset

func (m *WlstRtu_7023) Reset()

func (*WlstRtu_7023) Size

func (m *WlstRtu_7023) Size() (n int)

func (*WlstRtu_7023) String

func (m *WlstRtu_7023) String() string

func (*WlstRtu_7023) Unmarshal

func (m *WlstRtu_7023) Unmarshal(dAtA []byte) error

func (*WlstRtu_7023) XXX_DiscardUnknown

func (m *WlstRtu_7023) XXX_DiscardUnknown()

func (*WlstRtu_7023) XXX_Marshal

func (m *WlstRtu_7023) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7023) XXX_Merge

func (m *WlstRtu_7023) XXX_Merge(src proto.Message)

func (*WlstRtu_7023) XXX_Size

func (m *WlstRtu_7023) XXX_Size() int

func (*WlstRtu_7023) XXX_Unmarshal

func (m *WlstRtu_7023) XXX_Unmarshal(b []byte) error

type WlstRtu_7023_Args_Control

type WlstRtu_7023_Args_Control struct {
	// 回路启用标识,1-24回路序号,填充回路号,超范围无视,不启用的回路不用填充
	LoopNo int32 `protobuf:"varint,1,opt,name=loop_no,json=loopNo,proto3" json:"loop_no,omitempty"`
	// 开关标识 0-关,1-开
	Operation int32 `protobuf:"varint,2,opt,name=operation,proto3" json:"operation,omitempty"`
}

func (*WlstRtu_7023_Args_Control) Descriptor

func (*WlstRtu_7023_Args_Control) Descriptor() ([]byte, []int)

func (*WlstRtu_7023_Args_Control) GetLoopNo

func (m *WlstRtu_7023_Args_Control) GetLoopNo() int32

func (*WlstRtu_7023_Args_Control) GetOperation

func (m *WlstRtu_7023_Args_Control) GetOperation() int32

func (*WlstRtu_7023_Args_Control) Marshal

func (m *WlstRtu_7023_Args_Control) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7023_Args_Control) MarshalTo

func (m *WlstRtu_7023_Args_Control) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7023_Args_Control) MarshalToSizedBuffer

func (m *WlstRtu_7023_Args_Control) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7023_Args_Control) ProtoMessage

func (*WlstRtu_7023_Args_Control) ProtoMessage()

func (*WlstRtu_7023_Args_Control) Reset

func (m *WlstRtu_7023_Args_Control) Reset()

func (*WlstRtu_7023_Args_Control) Size

func (m *WlstRtu_7023_Args_Control) Size() (n int)

func (*WlstRtu_7023_Args_Control) String

func (m *WlstRtu_7023_Args_Control) String() string

func (*WlstRtu_7023_Args_Control) Unmarshal

func (m *WlstRtu_7023_Args_Control) Unmarshal(dAtA []byte) error

func (*WlstRtu_7023_Args_Control) XXX_DiscardUnknown

func (m *WlstRtu_7023_Args_Control) XXX_DiscardUnknown()

func (*WlstRtu_7023_Args_Control) XXX_Marshal

func (m *WlstRtu_7023_Args_Control) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7023_Args_Control) XXX_Merge

func (m *WlstRtu_7023_Args_Control) XXX_Merge(src proto.Message)

func (*WlstRtu_7023_Args_Control) XXX_Size

func (m *WlstRtu_7023_Args_Control) XXX_Size() int

func (*WlstRtu_7023_Args_Control) XXX_Unmarshal

func (m *WlstRtu_7023_Args_Control) XXX_Unmarshal(b []byte) error

type WlstRtu_7024

type WlstRtu_7024 struct {
	EluArgv []*WlstRtu_7024_EluArgv `protobuf:"bytes,1,rep,name=elu_argv,json=eluArgv,proto3" json:"elu_argv,omitempty"`
	Status  int32                   `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// 序号
	CmdIdx        int32 `protobuf:"varint,3,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	AlarmDelay    int32 `protobuf:"varint,8,opt,name=alarm_delay,json=alarmDelay,proto3" json:"alarm_delay,omitempty"`
	BreakerDelay  int32 `protobuf:"varint,9,opt,name=breaker_delay,json=breakerDelay,proto3" json:"breaker_delay,omitempty"`
	RetryNo       int32 `protobuf:"varint,10,opt,name=retry_no,json=retryNo,proto3" json:"retry_no,omitempty"`
	RetryDistance int32 `protobuf:"varint,11,opt,name=retry_distance,json=retryDistance,proto3" json:"retry_distance,omitempty"`
}

漏电板参数设置 0x24,0x25,0xa4,0xa5

func (*WlstRtu_7024) Descriptor

func (*WlstRtu_7024) Descriptor() ([]byte, []int)

func (*WlstRtu_7024) GetAlarmDelay

func (m *WlstRtu_7024) GetAlarmDelay() int32

func (*WlstRtu_7024) GetBreakerDelay

func (m *WlstRtu_7024) GetBreakerDelay() int32

func (*WlstRtu_7024) GetCmdIdx

func (m *WlstRtu_7024) GetCmdIdx() int32

func (*WlstRtu_7024) GetEluArgv

func (m *WlstRtu_7024) GetEluArgv() []*WlstRtu_7024_EluArgv

func (*WlstRtu_7024) GetRetryDistance

func (m *WlstRtu_7024) GetRetryDistance() int32

func (*WlstRtu_7024) GetRetryNo

func (m *WlstRtu_7024) GetRetryNo() int32

func (*WlstRtu_7024) GetStatus

func (m *WlstRtu_7024) GetStatus() int32

func (*WlstRtu_7024) Marshal

func (m *WlstRtu_7024) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7024) MarshalTo

func (m *WlstRtu_7024) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7024) MarshalToSizedBuffer

func (m *WlstRtu_7024) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7024) ProtoMessage

func (*WlstRtu_7024) ProtoMessage()

func (*WlstRtu_7024) Reset

func (m *WlstRtu_7024) Reset()

func (*WlstRtu_7024) Size

func (m *WlstRtu_7024) Size() (n int)

func (*WlstRtu_7024) String

func (m *WlstRtu_7024) String() string

func (*WlstRtu_7024) Unmarshal

func (m *WlstRtu_7024) Unmarshal(dAtA []byte) error

func (*WlstRtu_7024) XXX_DiscardUnknown

func (m *WlstRtu_7024) XXX_DiscardUnknown()

func (*WlstRtu_7024) XXX_Marshal

func (m *WlstRtu_7024) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7024) XXX_Merge

func (m *WlstRtu_7024) XXX_Merge(src proto.Message)

func (*WlstRtu_7024) XXX_Size

func (m *WlstRtu_7024) XXX_Size() int

func (*WlstRtu_7024) XXX_Unmarshal

func (m *WlstRtu_7024) XXX_Unmarshal(b []byte) error

type WlstRtu_7024_EluArgv

type WlstRtu_7024_EluArgv struct {
	// 回路标示0-不启用,1-只检测漏电流,2-检测漏电流并报警,3-检测漏电流不报警但分闸,4-检测漏电流报警并分闸
	EluMark      int32 `protobuf:"varint,1,opt,name=elu_mark,json=eluMark,proto3" json:"elu_mark,omitempty"`
	Transformers int32 `protobuf:"varint,2,opt,name=transformers,proto3" json:"transformers,omitempty"`
	SwitchoutNo  int32 `protobuf:"varint,3,opt,name=switchout_no,json=switchoutNo,proto3" json:"switchout_no,omitempty"`
	AlarmLevel   int32 `protobuf:"varint,4,opt,name=alarm_level,json=alarmLevel,proto3" json:"alarm_level,omitempty"`
	// 依次N级报警电流(mA),固定5个,不用的级数填0
	AlarmLimit   []int32 `protobuf:"varint,5,rep,packed,name=alarm_limit,json=alarmLimit,proto3" json:"alarm_limit,omitempty"`
	BreakerLimit int32   `protobuf:"varint,6,opt,name=breaker_limit,json=breakerLimit,proto3" json:"breaker_limit,omitempty"`
	Baseline     int32   `protobuf:"varint,7,opt,name=baseline,proto3" json:"baseline,omitempty"`
}

func (*WlstRtu_7024_EluArgv) Descriptor

func (*WlstRtu_7024_EluArgv) Descriptor() ([]byte, []int)

func (*WlstRtu_7024_EluArgv) GetAlarmLevel

func (m *WlstRtu_7024_EluArgv) GetAlarmLevel() int32

func (*WlstRtu_7024_EluArgv) GetAlarmLimit

func (m *WlstRtu_7024_EluArgv) GetAlarmLimit() []int32

func (*WlstRtu_7024_EluArgv) GetBaseline

func (m *WlstRtu_7024_EluArgv) GetBaseline() int32

func (*WlstRtu_7024_EluArgv) GetBreakerLimit

func (m *WlstRtu_7024_EluArgv) GetBreakerLimit() int32

func (*WlstRtu_7024_EluArgv) GetEluMark

func (m *WlstRtu_7024_EluArgv) GetEluMark() int32

func (*WlstRtu_7024_EluArgv) GetSwitchoutNo

func (m *WlstRtu_7024_EluArgv) GetSwitchoutNo() int32

func (*WlstRtu_7024_EluArgv) GetTransformers

func (m *WlstRtu_7024_EluArgv) GetTransformers() int32

func (*WlstRtu_7024_EluArgv) Marshal

func (m *WlstRtu_7024_EluArgv) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7024_EluArgv) MarshalTo

func (m *WlstRtu_7024_EluArgv) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7024_EluArgv) MarshalToSizedBuffer

func (m *WlstRtu_7024_EluArgv) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7024_EluArgv) ProtoMessage

func (*WlstRtu_7024_EluArgv) ProtoMessage()

func (*WlstRtu_7024_EluArgv) Reset

func (m *WlstRtu_7024_EluArgv) Reset()

func (*WlstRtu_7024_EluArgv) Size

func (m *WlstRtu_7024_EluArgv) Size() (n int)

func (*WlstRtu_7024_EluArgv) String

func (m *WlstRtu_7024_EluArgv) String() string

func (*WlstRtu_7024_EluArgv) Unmarshal

func (m *WlstRtu_7024_EluArgv) Unmarshal(dAtA []byte) error

func (*WlstRtu_7024_EluArgv) XXX_DiscardUnknown

func (m *WlstRtu_7024_EluArgv) XXX_DiscardUnknown()

func (*WlstRtu_7024_EluArgv) XXX_Marshal

func (m *WlstRtu_7024_EluArgv) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7024_EluArgv) XXX_Merge

func (m *WlstRtu_7024_EluArgv) XXX_Merge(src proto.Message)

func (*WlstRtu_7024_EluArgv) XXX_Size

func (m *WlstRtu_7024_EluArgv) XXX_Size() int

func (*WlstRtu_7024_EluArgv) XXX_Unmarshal

func (m *WlstRtu_7024_EluArgv) XXX_Unmarshal(b []byte) error

type WlstRtu_7026

type WlstRtu_7026 struct {
	HardwareType  int32 `protobuf:"varint,1,opt,name=hardware_type,json=hardwareType,proto3" json:"hardware_type,omitempty"`
	EluStatus     int32 `protobuf:"varint,2,opt,name=elu_status,json=eluStatus,proto3" json:"elu_status,omitempty"`
	Eeprom        int32 `protobuf:"varint,3,opt,name=eeprom,proto3" json:"eeprom,omitempty"`
	HardwareReset int32 `protobuf:"varint,4,opt,name=hardware_reset,json=hardwareReset,proto3" json:"hardware_reset,omitempty"`
	// 依次1-8路漏电值,没有漏电板或全部不启用时不填充
	EluData []*WlstRtu_7026_EluData `protobuf:"bytes,5,rep,name=elu_data,json=eluData,proto3" json:"elu_data,omitempty"`
	// 序号
	CmdIdx int32 `protobuf:"varint,6,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
}

漏电板选测

func (*WlstRtu_7026) Descriptor

func (*WlstRtu_7026) Descriptor() ([]byte, []int)

func (*WlstRtu_7026) GetCmdIdx

func (m *WlstRtu_7026) GetCmdIdx() int32

func (*WlstRtu_7026) GetEeprom

func (m *WlstRtu_7026) GetEeprom() int32

func (*WlstRtu_7026) GetEluData

func (m *WlstRtu_7026) GetEluData() []*WlstRtu_7026_EluData

func (*WlstRtu_7026) GetEluStatus

func (m *WlstRtu_7026) GetEluStatus() int32

func (*WlstRtu_7026) GetHardwareReset

func (m *WlstRtu_7026) GetHardwareReset() int32

func (*WlstRtu_7026) GetHardwareType

func (m *WlstRtu_7026) GetHardwareType() int32

func (*WlstRtu_7026) Marshal

func (m *WlstRtu_7026) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7026) MarshalTo

func (m *WlstRtu_7026) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7026) MarshalToSizedBuffer

func (m *WlstRtu_7026) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7026) ProtoMessage

func (*WlstRtu_7026) ProtoMessage()

func (*WlstRtu_7026) Reset

func (m *WlstRtu_7026) Reset()

func (*WlstRtu_7026) Size

func (m *WlstRtu_7026) Size() (n int)

func (*WlstRtu_7026) String

func (m *WlstRtu_7026) String() string

func (*WlstRtu_7026) Unmarshal

func (m *WlstRtu_7026) Unmarshal(dAtA []byte) error

func (*WlstRtu_7026) XXX_DiscardUnknown

func (m *WlstRtu_7026) XXX_DiscardUnknown()

func (*WlstRtu_7026) XXX_Marshal

func (m *WlstRtu_7026) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7026) XXX_Merge

func (m *WlstRtu_7026) XXX_Merge(src proto.Message)

func (*WlstRtu_7026) XXX_Size

func (m *WlstRtu_7026) XXX_Size() int

func (*WlstRtu_7026) XXX_Unmarshal

func (m *WlstRtu_7026) XXX_Unmarshal(b []byte) error

type WlstRtu_7026_EluData

type WlstRtu_7026_EluData struct {
	SwitchoutManually int32 `protobuf:"varint,5,opt,name=switchout_manually,json=switchoutManually,proto3" json:"switchout_manually,omitempty"`
	SwitchoutStatus   int32 `protobuf:"varint,6,opt,name=switchout_status,json=switchoutStatus,proto3" json:"switchout_status,omitempty"`
	// 回路标示0-不启用,1-只检测漏电流,2-检测漏电流并报警,3-检测漏电流不报警但分闸,4-检测漏电流报警并分闸
	EluMark int32 `protobuf:"varint,7,opt,name=elu_mark,json=eluMark,proto3" json:"elu_mark,omitempty"`
	// 报警状态0:未报警;1:一级报警;2:二级报警;3:三级报警;4:四级报警;5:五级报警;0xAA:分闸报警
	AlarmStatus  int32 `protobuf:"varint,8,opt,name=alarm_status,json=alarmStatus,proto3" json:"alarm_status,omitempty"`
	CurrentNow   int32 `protobuf:"varint,9,opt,name=current_now,json=currentNow,proto3" json:"current_now,omitempty"`
	CurrentAlarm int32 `protobuf:"varint,10,opt,name=current_alarm,json=currentAlarm,proto3" json:"current_alarm,omitempty"`
	Baseline     int32 `protobuf:"varint,11,opt,name=baseline,proto3" json:"baseline,omitempty"`
}

func (*WlstRtu_7026_EluData) Descriptor

func (*WlstRtu_7026_EluData) Descriptor() ([]byte, []int)

func (*WlstRtu_7026_EluData) GetAlarmStatus

func (m *WlstRtu_7026_EluData) GetAlarmStatus() int32

func (*WlstRtu_7026_EluData) GetBaseline

func (m *WlstRtu_7026_EluData) GetBaseline() int32

func (*WlstRtu_7026_EluData) GetCurrentAlarm

func (m *WlstRtu_7026_EluData) GetCurrentAlarm() int32

func (*WlstRtu_7026_EluData) GetCurrentNow

func (m *WlstRtu_7026_EluData) GetCurrentNow() int32

func (*WlstRtu_7026_EluData) GetEluMark

func (m *WlstRtu_7026_EluData) GetEluMark() int32

func (*WlstRtu_7026_EluData) GetSwitchoutManually

func (m *WlstRtu_7026_EluData) GetSwitchoutManually() int32

func (*WlstRtu_7026_EluData) GetSwitchoutStatus

func (m *WlstRtu_7026_EluData) GetSwitchoutStatus() int32

func (*WlstRtu_7026_EluData) Marshal

func (m *WlstRtu_7026_EluData) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7026_EluData) MarshalTo

func (m *WlstRtu_7026_EluData) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7026_EluData) MarshalToSizedBuffer

func (m *WlstRtu_7026_EluData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7026_EluData) ProtoMessage

func (*WlstRtu_7026_EluData) ProtoMessage()

func (*WlstRtu_7026_EluData) Reset

func (m *WlstRtu_7026_EluData) Reset()

func (*WlstRtu_7026_EluData) Size

func (m *WlstRtu_7026_EluData) Size() (n int)

func (*WlstRtu_7026_EluData) String

func (m *WlstRtu_7026_EluData) String() string

func (*WlstRtu_7026_EluData) Unmarshal

func (m *WlstRtu_7026_EluData) Unmarshal(dAtA []byte) error

func (*WlstRtu_7026_EluData) XXX_DiscardUnknown

func (m *WlstRtu_7026_EluData) XXX_DiscardUnknown()

func (*WlstRtu_7026_EluData) XXX_Marshal

func (m *WlstRtu_7026_EluData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7026_EluData) XXX_Merge

func (m *WlstRtu_7026_EluData) XXX_Merge(src proto.Message)

func (*WlstRtu_7026_EluData) XXX_Size

func (m *WlstRtu_7026_EluData) XXX_Size() int

func (*WlstRtu_7026_EluData) XXX_Unmarshal

func (m *WlstRtu_7026_EluData) XXX_Unmarshal(b []byte) error

type WlstRtu_7027

type WlstRtu_7027 struct {
	NeedReset []int32 `protobuf:"varint,1,rep,packed,name=need_reset,json=needReset,proto3" json:"need_reset,omitempty"`
	Status    int32   `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// 序号
	CmdIdx int32 `protobuf:"varint,3,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
}

漏电复位

func (*WlstRtu_7027) Descriptor

func (*WlstRtu_7027) Descriptor() ([]byte, []int)

func (*WlstRtu_7027) GetCmdIdx

func (m *WlstRtu_7027) GetCmdIdx() int32

func (*WlstRtu_7027) GetNeedReset

func (m *WlstRtu_7027) GetNeedReset() []int32

func (*WlstRtu_7027) GetStatus

func (m *WlstRtu_7027) GetStatus() int32

func (*WlstRtu_7027) Marshal

func (m *WlstRtu_7027) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7027) MarshalTo

func (m *WlstRtu_7027) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7027) MarshalToSizedBuffer

func (m *WlstRtu_7027) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7027) ProtoMessage

func (*WlstRtu_7027) ProtoMessage()

func (*WlstRtu_7027) Reset

func (m *WlstRtu_7027) Reset()

func (*WlstRtu_7027) Size

func (m *WlstRtu_7027) Size() (n int)

func (*WlstRtu_7027) String

func (m *WlstRtu_7027) String() string

func (*WlstRtu_7027) Unmarshal

func (m *WlstRtu_7027) Unmarshal(dAtA []byte) error

func (*WlstRtu_7027) XXX_DiscardUnknown

func (m *WlstRtu_7027) XXX_DiscardUnknown()

func (*WlstRtu_7027) XXX_Marshal

func (m *WlstRtu_7027) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7027) XXX_Merge

func (m *WlstRtu_7027) XXX_Merge(src proto.Message)

func (*WlstRtu_7027) XXX_Size

func (m *WlstRtu_7027) XXX_Size() int

func (*WlstRtu_7027) XXX_Unmarshal

func (m *WlstRtu_7027) XXX_Unmarshal(b []byte) error

type WlstRtu_7028

type WlstRtu_7028 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// A相电压基准值 (单位V 保留两位小数)
	VoltageReferenceA float32 `protobuf:"fixed32,2,opt,name=voltage_reference_a,json=voltageReferenceA,proto3" json:"voltage_reference_a,omitempty"`
	// B相电压基准值 (单位V 保留两位小数)
	VoltageReferenceB float32 `protobuf:"fixed32,3,opt,name=voltage_reference_b,json=voltageReferenceB,proto3" json:"voltage_reference_b,omitempty"`
	// C相电压基准值 (单位V 保留两位小数)
	VoltageReferenceC float32 `protobuf:"fixed32,4,opt,name=voltage_reference_c,json=voltageReferenceC,proto3" json:"voltage_reference_c,omitempty"`
	// A相是否启用过压保护 0-不启用,1-启用
	VoltageUpperLimitA int32 `protobuf:"varint,5,opt,name=voltage_upper_limit_a,json=voltageUpperLimitA,proto3" json:"voltage_upper_limit_a,omitempty"`
	// B相是否启用过压保护 0-不启用,1-启用
	VoltageUpperLimitB int32 `protobuf:"varint,6,opt,name=voltage_upper_limit_b,json=voltageUpperLimitB,proto3" json:"voltage_upper_limit_b,omitempty"`
	// C相是否启用过压保护 0-不启用,1-启用
	VoltageUpperLimitC int32 `protobuf:"varint,7,opt,name=voltage_upper_limit_c,json=voltageUpperLimitC,proto3" json:"voltage_upper_limit_c,omitempty"`
	// A相电压过压保护阈值 0-255,百分比形式
	VoltageUpperBreakA int32 `protobuf:"varint,8,opt,name=voltage_upper_break_a,json=voltageUpperBreakA,proto3" json:"voltage_upper_break_a,omitempty"`
	// B相电压过压保护阈值 0-255,百分比形式
	VoltageUpperBreakB int32 `protobuf:"varint,9,opt,name=voltage_upper_break_b,json=voltageUpperBreakB,proto3" json:"voltage_upper_break_b,omitempty"`
	// C相电压过压保护阈值 0-255,百分比形式
	VoltageUpperBreakC int32 `protobuf:"varint,10,opt,name=voltage_upper_break_c,json=voltageUpperBreakC,proto3" json:"voltage_upper_break_c,omitempty"`
	// A相电压过压保护恢复阈值 0-255,百分比形式
	VoltageUpperResumeA int32 `protobuf:"varint,11,opt,name=voltage_upper_resume_a,json=voltageUpperResumeA,proto3" json:"voltage_upper_resume_a,omitempty"`
	// B相电压过压保护恢复阈值 0-255,百分比形式
	VoltageUpperResumeB int32 `protobuf:"varint,12,opt,name=voltage_upper_resume_b,json=voltageUpperResumeB,proto3" json:"voltage_upper_resume_b,omitempty"`
	// C相电压过压保护恢复阈值 0-255,百分比形式
	VoltageUpperResumeC int32 `protobuf:"varint,13,opt,name=voltage_upper_resume_c,json=voltageUpperResumeC,proto3" json:"voltage_upper_resume_c,omitempty"`
	// A相是否启用欠压保护 0-不启用,1-启用
	VoltageLowerLimitA int32 `protobuf:"varint,14,opt,name=voltage_lower_limit_a,json=voltageLowerLimitA,proto3" json:"voltage_lower_limit_a,omitempty"`
	// B相是否启用欠压保护 0-不启用,1-启用
	VoltageLowerLimitB int32 `protobuf:"varint,15,opt,name=voltage_lower_limit_b,json=voltageLowerLimitB,proto3" json:"voltage_lower_limit_b,omitempty"`
	// C相是否启用欠压保护 0-不启用,1-启用
	VoltageLowerLimitC int32 `protobuf:"varint,16,opt,name=voltage_lower_limit_c,json=voltageLowerLimitC,proto3" json:"voltage_lower_limit_c,omitempty"`
	// A相电压欠压保护阈值 0-255,百分比形式
	VoltageLowerBreakA int32 `protobuf:"varint,17,opt,name=voltage_lower_break_a,json=voltageLowerBreakA,proto3" json:"voltage_lower_break_a,omitempty"`
	// B相电压欠压保护阈值 0-255,百分比形式
	VoltageLowerBreakB int32 `protobuf:"varint,18,opt,name=voltage_lower_break_b,json=voltageLowerBreakB,proto3" json:"voltage_lower_break_b,omitempty"`
	// C相电压欠压保护阈值 0-255,百分比形式
	VoltageLowerBreakC int32 `protobuf:"varint,19,opt,name=voltage_lower_break_c,json=voltageLowerBreakC,proto3" json:"voltage_lower_break_c,omitempty"`
	// A相电压欠压保护恢复阈值 0-255,百分比形式
	VoltageLowerResumeA int32 `protobuf:"varint,20,opt,name=voltage_lower_resume_a,json=voltageLowerResumeA,proto3" json:"voltage_lower_resume_a,omitempty"`
	// B相电压欠压保护恢复阈值 0-255,百分比形式
	VoltageLowerResumeB int32 `protobuf:"varint,21,opt,name=voltage_lower_resume_b,json=voltageLowerResumeB,proto3" json:"voltage_lower_resume_b,omitempty"`
	// C相电压欠压保护恢复阈值 0-255,百分比形式
	VoltageLowerResumeC int32 `protobuf:"varint,22,opt,name=voltage_lower_resume_c,json=voltageLowerResumeC,proto3" json:"voltage_lower_resume_c,omitempty"`
	// A相电压缺相保护阈值 0-255,百分比形式
	VoltagePhaseBreakA int32 `protobuf:"varint,23,opt,name=voltage_phase_break_a,json=voltagePhaseBreakA,proto3" json:"voltage_phase_break_a,omitempty"`
	// B相电压缺相保护阈值 0-255,百分比形式
	VoltagePhaseBreakB int32 `protobuf:"varint,24,opt,name=voltage_phase_break_b,json=voltagePhaseBreakB,proto3" json:"voltage_phase_break_b,omitempty"`
	// C相电压缺相保护阈值 0-255,百分比形式
	VoltagePhaseBreakC int32 `protobuf:"varint,25,opt,name=voltage_phase_break_c,json=voltagePhaseBreakC,proto3" json:"voltage_phase_break_c,omitempty"`
	// A相电压缺相保护恢复阈值 0-255,百分比形式
	VoltagePhaseResumeA int32 `protobuf:"varint,26,opt,name=voltage_phase_resume_a,json=voltagePhaseResumeA,proto3" json:"voltage_phase_resume_a,omitempty"`
	// B相电压缺相保护恢复阈值 0-255,百分比形式
	VoltagePhaseResumeB int32 `protobuf:"varint,27,opt,name=voltage_phase_resume_b,json=voltagePhaseResumeB,proto3" json:"voltage_phase_resume_b,omitempty"`
	// C相电压缺相保护恢复阈值 0-255,百分比形式
	VoltagePhaseResumeC int32 `protobuf:"varint,28,opt,name=voltage_phase_resume_c,json=voltagePhaseResumeC,proto3" json:"voltage_phase_resume_c,omitempty"`
	// 0-成功,1-失败
	Status int32 `protobuf:"varint,29,opt,name=status,proto3" json:"status,omitempty"`
}

设置/读取交流输入保护参数

func (*WlstRtu_7028) Descriptor

func (*WlstRtu_7028) Descriptor() ([]byte, []int)

func (*WlstRtu_7028) GetCmdIdx

func (m *WlstRtu_7028) GetCmdIdx() int32

func (*WlstRtu_7028) GetStatus

func (m *WlstRtu_7028) GetStatus() int32

func (*WlstRtu_7028) GetVoltageLowerBreakA

func (m *WlstRtu_7028) GetVoltageLowerBreakA() int32

func (*WlstRtu_7028) GetVoltageLowerBreakB

func (m *WlstRtu_7028) GetVoltageLowerBreakB() int32

func (*WlstRtu_7028) GetVoltageLowerBreakC

func (m *WlstRtu_7028) GetVoltageLowerBreakC() int32

func (*WlstRtu_7028) GetVoltageLowerLimitA

func (m *WlstRtu_7028) GetVoltageLowerLimitA() int32

func (*WlstRtu_7028) GetVoltageLowerLimitB

func (m *WlstRtu_7028) GetVoltageLowerLimitB() int32

func (*WlstRtu_7028) GetVoltageLowerLimitC

func (m *WlstRtu_7028) GetVoltageLowerLimitC() int32

func (*WlstRtu_7028) GetVoltageLowerResumeA

func (m *WlstRtu_7028) GetVoltageLowerResumeA() int32

func (*WlstRtu_7028) GetVoltageLowerResumeB

func (m *WlstRtu_7028) GetVoltageLowerResumeB() int32

func (*WlstRtu_7028) GetVoltageLowerResumeC

func (m *WlstRtu_7028) GetVoltageLowerResumeC() int32

func (*WlstRtu_7028) GetVoltagePhaseBreakA

func (m *WlstRtu_7028) GetVoltagePhaseBreakA() int32

func (*WlstRtu_7028) GetVoltagePhaseBreakB

func (m *WlstRtu_7028) GetVoltagePhaseBreakB() int32

func (*WlstRtu_7028) GetVoltagePhaseBreakC

func (m *WlstRtu_7028) GetVoltagePhaseBreakC() int32

func (*WlstRtu_7028) GetVoltagePhaseResumeA

func (m *WlstRtu_7028) GetVoltagePhaseResumeA() int32

func (*WlstRtu_7028) GetVoltagePhaseResumeB

func (m *WlstRtu_7028) GetVoltagePhaseResumeB() int32

func (*WlstRtu_7028) GetVoltagePhaseResumeC

func (m *WlstRtu_7028) GetVoltagePhaseResumeC() int32

func (*WlstRtu_7028) GetVoltageReferenceA

func (m *WlstRtu_7028) GetVoltageReferenceA() float32

func (*WlstRtu_7028) GetVoltageReferenceB

func (m *WlstRtu_7028) GetVoltageReferenceB() float32

func (*WlstRtu_7028) GetVoltageReferenceC

func (m *WlstRtu_7028) GetVoltageReferenceC() float32

func (*WlstRtu_7028) GetVoltageUpperBreakA

func (m *WlstRtu_7028) GetVoltageUpperBreakA() int32

func (*WlstRtu_7028) GetVoltageUpperBreakB

func (m *WlstRtu_7028) GetVoltageUpperBreakB() int32

func (*WlstRtu_7028) GetVoltageUpperBreakC

func (m *WlstRtu_7028) GetVoltageUpperBreakC() int32

func (*WlstRtu_7028) GetVoltageUpperLimitA

func (m *WlstRtu_7028) GetVoltageUpperLimitA() int32

func (*WlstRtu_7028) GetVoltageUpperLimitB

func (m *WlstRtu_7028) GetVoltageUpperLimitB() int32

func (*WlstRtu_7028) GetVoltageUpperLimitC

func (m *WlstRtu_7028) GetVoltageUpperLimitC() int32

func (*WlstRtu_7028) GetVoltageUpperResumeA

func (m *WlstRtu_7028) GetVoltageUpperResumeA() int32

func (*WlstRtu_7028) GetVoltageUpperResumeB

func (m *WlstRtu_7028) GetVoltageUpperResumeB() int32

func (*WlstRtu_7028) GetVoltageUpperResumeC

func (m *WlstRtu_7028) GetVoltageUpperResumeC() int32

func (*WlstRtu_7028) Marshal

func (m *WlstRtu_7028) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7028) MarshalTo

func (m *WlstRtu_7028) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7028) MarshalToSizedBuffer

func (m *WlstRtu_7028) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7028) ProtoMessage

func (*WlstRtu_7028) ProtoMessage()

func (*WlstRtu_7028) Reset

func (m *WlstRtu_7028) Reset()

func (*WlstRtu_7028) Size

func (m *WlstRtu_7028) Size() (n int)

func (*WlstRtu_7028) String

func (m *WlstRtu_7028) String() string

func (*WlstRtu_7028) Unmarshal

func (m *WlstRtu_7028) Unmarshal(dAtA []byte) error

func (*WlstRtu_7028) XXX_DiscardUnknown

func (m *WlstRtu_7028) XXX_DiscardUnknown()

func (*WlstRtu_7028) XXX_Marshal

func (m *WlstRtu_7028) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7028) XXX_Merge

func (m *WlstRtu_7028) XXX_Merge(src proto.Message)

func (*WlstRtu_7028) XXX_Size

func (m *WlstRtu_7028) XXX_Size() int

func (*WlstRtu_7028) XXX_Unmarshal

func (m *WlstRtu_7028) XXX_Unmarshal(b []byte) error

type WlstRtu_7029

type WlstRtu_7029 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 回路参数
	LoopVoltage []*WlstRtu_7029_Loop_Voltage `protobuf:"bytes,2,rep,name=loop_voltage,json=loopVoltage,proto3" json:"loop_voltage,omitempty"`
	// 0-成功,1-失败
	Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	// 电源参数power_source
	PsSet *WlstRtu_7029_PSSet `protobuf:"bytes,4,opt,name=ps_set,json=psSet,proto3" json:"ps_set,omitempty"`
}

设置/读取直流输出过、欠压保护参数

func (*WlstRtu_7029) Descriptor

func (*WlstRtu_7029) Descriptor() ([]byte, []int)

func (*WlstRtu_7029) GetCmdIdx

func (m *WlstRtu_7029) GetCmdIdx() int32

func (*WlstRtu_7029) GetLoopVoltage

func (m *WlstRtu_7029) GetLoopVoltage() []*WlstRtu_7029_Loop_Voltage

func (*WlstRtu_7029) GetPsSet

func (m *WlstRtu_7029) GetPsSet() *WlstRtu_7029_PSSet

func (*WlstRtu_7029) GetStatus

func (m *WlstRtu_7029) GetStatus() int32

func (*WlstRtu_7029) Marshal

func (m *WlstRtu_7029) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7029) MarshalTo

func (m *WlstRtu_7029) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7029) MarshalToSizedBuffer

func (m *WlstRtu_7029) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7029) ProtoMessage

func (*WlstRtu_7029) ProtoMessage()

func (*WlstRtu_7029) Reset

func (m *WlstRtu_7029) Reset()

func (*WlstRtu_7029) Size

func (m *WlstRtu_7029) Size() (n int)

func (*WlstRtu_7029) String

func (m *WlstRtu_7029) String() string

func (*WlstRtu_7029) Unmarshal

func (m *WlstRtu_7029) Unmarshal(dAtA []byte) error

func (*WlstRtu_7029) XXX_DiscardUnknown

func (m *WlstRtu_7029) XXX_DiscardUnknown()

func (*WlstRtu_7029) XXX_Marshal

func (m *WlstRtu_7029) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7029) XXX_Merge

func (m *WlstRtu_7029) XXX_Merge(src proto.Message)

func (*WlstRtu_7029) XXX_Size

func (m *WlstRtu_7029) XXX_Size() int

func (*WlstRtu_7029) XXX_Unmarshal

func (m *WlstRtu_7029) XXX_Unmarshal(b []byte) error

type WlstRtu_7029_Loop_Voltage

type WlstRtu_7029_Loop_Voltage struct {
	// 电压基准值 (单位V 保留两位小数)
	VoltageReference float32 `protobuf:"fixed32,1,opt,name=voltage_reference,json=voltageReference,proto3" json:"voltage_reference,omitempty"`
	// 是否启用过压保护 0-不启用,1-启用
	VoltageUpperLimit int32 `protobuf:"varint,2,opt,name=voltage_upper_limit,json=voltageUpperLimit,proto3" json:"voltage_upper_limit,omitempty"`
	// 是否启用欠压保护 0-不启用,1-启用
	VoltageLowerLimit int32 `protobuf:"varint,3,opt,name=voltage_lower_limit,json=voltageLowerLimit,proto3" json:"voltage_lower_limit,omitempty"`
	// 电压过压保护阈值 0-255,百分比形式
	VoltageUpperBreak int32 `protobuf:"varint,4,opt,name=voltage_upper_break,json=voltageUpperBreak,proto3" json:"voltage_upper_break,omitempty"`
	// 电压欠压保护阈值 0-255,百分比形式
	VoltageLowerBreak int32 `protobuf:"varint,5,opt,name=voltage_lower_break,json=voltageLowerBreak,proto3" json:"voltage_lower_break,omitempty"`
}

func (*WlstRtu_7029_Loop_Voltage) Descriptor

func (*WlstRtu_7029_Loop_Voltage) Descriptor() ([]byte, []int)

func (*WlstRtu_7029_Loop_Voltage) GetVoltageLowerBreak

func (m *WlstRtu_7029_Loop_Voltage) GetVoltageLowerBreak() int32

func (*WlstRtu_7029_Loop_Voltage) GetVoltageLowerLimit

func (m *WlstRtu_7029_Loop_Voltage) GetVoltageLowerLimit() int32

func (*WlstRtu_7029_Loop_Voltage) GetVoltageReference

func (m *WlstRtu_7029_Loop_Voltage) GetVoltageReference() float32

func (*WlstRtu_7029_Loop_Voltage) GetVoltageUpperBreak

func (m *WlstRtu_7029_Loop_Voltage) GetVoltageUpperBreak() int32

func (*WlstRtu_7029_Loop_Voltage) GetVoltageUpperLimit

func (m *WlstRtu_7029_Loop_Voltage) GetVoltageUpperLimit() int32

func (*WlstRtu_7029_Loop_Voltage) Marshal

func (m *WlstRtu_7029_Loop_Voltage) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7029_Loop_Voltage) MarshalTo

func (m *WlstRtu_7029_Loop_Voltage) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7029_Loop_Voltage) MarshalToSizedBuffer

func (m *WlstRtu_7029_Loop_Voltage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7029_Loop_Voltage) ProtoMessage

func (*WlstRtu_7029_Loop_Voltage) ProtoMessage()

func (*WlstRtu_7029_Loop_Voltage) Reset

func (m *WlstRtu_7029_Loop_Voltage) Reset()

func (*WlstRtu_7029_Loop_Voltage) Size

func (m *WlstRtu_7029_Loop_Voltage) Size() (n int)

func (*WlstRtu_7029_Loop_Voltage) String

func (m *WlstRtu_7029_Loop_Voltage) String() string

func (*WlstRtu_7029_Loop_Voltage) Unmarshal

func (m *WlstRtu_7029_Loop_Voltage) Unmarshal(dAtA []byte) error

func (*WlstRtu_7029_Loop_Voltage) XXX_DiscardUnknown

func (m *WlstRtu_7029_Loop_Voltage) XXX_DiscardUnknown()

func (*WlstRtu_7029_Loop_Voltage) XXX_Marshal

func (m *WlstRtu_7029_Loop_Voltage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7029_Loop_Voltage) XXX_Merge

func (m *WlstRtu_7029_Loop_Voltage) XXX_Merge(src proto.Message)

func (*WlstRtu_7029_Loop_Voltage) XXX_Size

func (m *WlstRtu_7029_Loop_Voltage) XXX_Size() int

func (*WlstRtu_7029_Loop_Voltage) XXX_Unmarshal

func (m *WlstRtu_7029_Loop_Voltage) XXX_Unmarshal(b []byte) error

type WlstRtu_7029_PSSet

type WlstRtu_7029_PSSet struct {
	// 风扇启动温度,单位0.1,通讯层×10,这里直接整形,小数点没必要,下同
	FanOn int32 `protobuf:"varint,1,opt,name=fan_on,json=fanOn,proto3" json:"fan_on,omitempty"`
	// 风扇关闭温度,单位0.1
	FanOff int32 `protobuf:"varint,2,opt,name=fan_off,json=fanOff,proto3" json:"fan_off,omitempty"`
	// 启用过热保护,0-不启用,1-启用,overheated_protect
	OhpUse int32 `protobuf:"varint,3,opt,name=ohp_use,json=ohpUse,proto3" json:"ohp_use,omitempty"`
	// 保护温度,单位0.1
	OhpOn int32 `protobuf:"varint,4,opt,name=ohp_on,json=ohpOn,proto3" json:"ohp_on,omitempty"`
	// 保护恢复温度,单位0.1
	OhpOff int32 `protobuf:"varint,5,opt,name=ohp_off,json=ohpOff,proto3" json:"ohp_off,omitempty"`
}

func (*WlstRtu_7029_PSSet) Descriptor

func (*WlstRtu_7029_PSSet) Descriptor() ([]byte, []int)

func (*WlstRtu_7029_PSSet) GetFanOff

func (m *WlstRtu_7029_PSSet) GetFanOff() int32

func (*WlstRtu_7029_PSSet) GetFanOn

func (m *WlstRtu_7029_PSSet) GetFanOn() int32

func (*WlstRtu_7029_PSSet) GetOhpOff

func (m *WlstRtu_7029_PSSet) GetOhpOff() int32

func (*WlstRtu_7029_PSSet) GetOhpOn

func (m *WlstRtu_7029_PSSet) GetOhpOn() int32

func (*WlstRtu_7029_PSSet) GetOhpUse

func (m *WlstRtu_7029_PSSet) GetOhpUse() int32

func (*WlstRtu_7029_PSSet) Marshal

func (m *WlstRtu_7029_PSSet) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7029_PSSet) MarshalTo

func (m *WlstRtu_7029_PSSet) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7029_PSSet) MarshalToSizedBuffer

func (m *WlstRtu_7029_PSSet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7029_PSSet) ProtoMessage

func (*WlstRtu_7029_PSSet) ProtoMessage()

func (*WlstRtu_7029_PSSet) Reset

func (m *WlstRtu_7029_PSSet) Reset()

func (*WlstRtu_7029_PSSet) Size

func (m *WlstRtu_7029_PSSet) Size() (n int)

func (*WlstRtu_7029_PSSet) String

func (m *WlstRtu_7029_PSSet) String() string

func (*WlstRtu_7029_PSSet) Unmarshal

func (m *WlstRtu_7029_PSSet) Unmarshal(dAtA []byte) error

func (*WlstRtu_7029_PSSet) XXX_DiscardUnknown

func (m *WlstRtu_7029_PSSet) XXX_DiscardUnknown()

func (*WlstRtu_7029_PSSet) XXX_Marshal

func (m *WlstRtu_7029_PSSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7029_PSSet) XXX_Merge

func (m *WlstRtu_7029_PSSet) XXX_Merge(src proto.Message)

func (*WlstRtu_7029_PSSet) XXX_Size

func (m *WlstRtu_7029_PSSet) XXX_Size() int

func (*WlstRtu_7029_PSSet) XXX_Unmarshal

func (m *WlstRtu_7029_PSSet) XXX_Unmarshal(b []byte) error

type WlstRtu_702A

type WlstRtu_702A struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 交流输入三相互感比
	Transformers []int32 `protobuf:"varint,2,rep,packed,name=transformers,proto3" json:"transformers,omitempty"`
	// 各K路数
	KSum []int32 `protobuf:"varint,3,rep,packed,name=k_sum,json=kSum,proto3" json:"k_sum,omitempty"`
	// 各开关量输出矢量 (总数为开关量输出路数)
	SwitchOutputVector []int32 `protobuf:"varint,4,rep,packed,name=switch_output_vector,json=switchOutputVector,proto3" json:"switch_output_vector,omitempty"`
	// 各开关量输入矢量 (总数为开关量输入路数)
	SwitchInputVector []*WlstRtu_702A_Switch_Input_Vector `protobuf:"bytes,5,rep,name=switch_input_vector,json=switchInputVector,proto3" json:"switch_input_vector,omitempty"`
	// 各电流回路互感比 (总数为电流回路数 通讯层进行*5/5的计算)
	TransformerRatio []int32 `protobuf:"varint,6,rep,packed,name=transformer_ratio,json=transformerRatio,proto3" json:"transformer_ratio,omitempty"`
	// 各电流回路矢量(总数为电流回路数)
	CurrentVector []int32 `protobuf:"varint,7,rep,packed,name=current_vector,json=currentVector,proto3" json:"current_vector,omitempty"`
	// 各电流回路上下限(总数为电流回路数)
	CurrentAlarmLimit []*WlstRtu_702A_Current_Alarm_Limit `protobuf:"bytes,8,rep,name=current_alarm_limit,json=currentAlarmLimit,proto3" json:"current_alarm_limit,omitempty"`
	// 0-成功,1-失败
	Status int32 `protobuf:"varint,9,opt,name=status,proto3" json:"status,omitempty"`
}

设置/召测直流终端参数 开关量输出路数默认填6

func (*WlstRtu_702A) Descriptor

func (*WlstRtu_702A) Descriptor() ([]byte, []int)

func (*WlstRtu_702A) GetCmdIdx

func (m *WlstRtu_702A) GetCmdIdx() int32

func (*WlstRtu_702A) GetCurrentAlarmLimit

func (m *WlstRtu_702A) GetCurrentAlarmLimit() []*WlstRtu_702A_Current_Alarm_Limit

func (*WlstRtu_702A) GetCurrentVector

func (m *WlstRtu_702A) GetCurrentVector() []int32

func (*WlstRtu_702A) GetKSum

func (m *WlstRtu_702A) GetKSum() []int32

func (*WlstRtu_702A) GetStatus

func (m *WlstRtu_702A) GetStatus() int32

func (*WlstRtu_702A) GetSwitchInputVector

func (m *WlstRtu_702A) GetSwitchInputVector() []*WlstRtu_702A_Switch_Input_Vector

func (*WlstRtu_702A) GetSwitchOutputVector

func (m *WlstRtu_702A) GetSwitchOutputVector() []int32

func (*WlstRtu_702A) GetTransformerRatio

func (m *WlstRtu_702A) GetTransformerRatio() []int32

func (*WlstRtu_702A) GetTransformers

func (m *WlstRtu_702A) GetTransformers() []int32

func (*WlstRtu_702A) Marshal

func (m *WlstRtu_702A) Marshal() (dAtA []byte, err error)

func (*WlstRtu_702A) MarshalTo

func (m *WlstRtu_702A) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_702A) MarshalToSizedBuffer

func (m *WlstRtu_702A) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_702A) ProtoMessage

func (*WlstRtu_702A) ProtoMessage()

func (*WlstRtu_702A) Reset

func (m *WlstRtu_702A) Reset()

func (*WlstRtu_702A) Size

func (m *WlstRtu_702A) Size() (n int)

func (*WlstRtu_702A) String

func (m *WlstRtu_702A) String() string

func (*WlstRtu_702A) Unmarshal

func (m *WlstRtu_702A) Unmarshal(dAtA []byte) error

func (*WlstRtu_702A) XXX_DiscardUnknown

func (m *WlstRtu_702A) XXX_DiscardUnknown()

func (*WlstRtu_702A) XXX_Marshal

func (m *WlstRtu_702A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_702A) XXX_Merge

func (m *WlstRtu_702A) XXX_Merge(src proto.Message)

func (*WlstRtu_702A) XXX_Size

func (m *WlstRtu_702A) XXX_Size() int

func (*WlstRtu_702A) XXX_Unmarshal

func (m *WlstRtu_702A) XXX_Unmarshal(b []byte) error

type WlstRtu_702A_Current_Alarm_Limit

type WlstRtu_702A_Current_Alarm_Limit struct {
	// 电流基准值 (单位A 保留两位小数)
	CurrentReference float32 `protobuf:"fixed32,1,opt,name=current_reference,json=currentReference,proto3" json:"current_reference,omitempty"`
	// 第一段电流上限 0-255,百分比形式
	CurrentAlarmLower int32 `protobuf:"varint,2,opt,name=current_alarm_lower,json=currentAlarmLower,proto3" json:"current_alarm_lower,omitempty"`
	// 第一段电流下限 0-255,百分比形式
	CurrentAlarmUpper int32 `protobuf:"varint,3,opt,name=current_alarm_upper,json=currentAlarmUpper,proto3" json:"current_alarm_upper,omitempty"`
	// 第二段电流上限 0-255,百分比形式
	CurrentAlarmLower2 int32 `protobuf:"varint,4,opt,name=current_alarm_lower2,json=currentAlarmLower2,proto3" json:"current_alarm_lower2,omitempty"`
	// 第二段电流下限 0-255,百分比形式
	CurrentAlarmUpper2 int32 `protobuf:"varint,5,opt,name=current_alarm_upper2,json=currentAlarmUpper2,proto3" json:"current_alarm_upper2,omitempty"`
}

func (*WlstRtu_702A_Current_Alarm_Limit) Descriptor

func (*WlstRtu_702A_Current_Alarm_Limit) Descriptor() ([]byte, []int)

func (*WlstRtu_702A_Current_Alarm_Limit) GetCurrentAlarmLower

func (m *WlstRtu_702A_Current_Alarm_Limit) GetCurrentAlarmLower() int32

func (*WlstRtu_702A_Current_Alarm_Limit) GetCurrentAlarmLower2

func (m *WlstRtu_702A_Current_Alarm_Limit) GetCurrentAlarmLower2() int32

func (*WlstRtu_702A_Current_Alarm_Limit) GetCurrentAlarmUpper

func (m *WlstRtu_702A_Current_Alarm_Limit) GetCurrentAlarmUpper() int32

func (*WlstRtu_702A_Current_Alarm_Limit) GetCurrentAlarmUpper2

func (m *WlstRtu_702A_Current_Alarm_Limit) GetCurrentAlarmUpper2() int32

func (*WlstRtu_702A_Current_Alarm_Limit) GetCurrentReference

func (m *WlstRtu_702A_Current_Alarm_Limit) GetCurrentReference() float32

func (*WlstRtu_702A_Current_Alarm_Limit) Marshal

func (m *WlstRtu_702A_Current_Alarm_Limit) Marshal() (dAtA []byte, err error)

func (*WlstRtu_702A_Current_Alarm_Limit) MarshalTo

func (m *WlstRtu_702A_Current_Alarm_Limit) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_702A_Current_Alarm_Limit) MarshalToSizedBuffer

func (m *WlstRtu_702A_Current_Alarm_Limit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_702A_Current_Alarm_Limit) ProtoMessage

func (*WlstRtu_702A_Current_Alarm_Limit) ProtoMessage()

func (*WlstRtu_702A_Current_Alarm_Limit) Reset

func (*WlstRtu_702A_Current_Alarm_Limit) Size

func (m *WlstRtu_702A_Current_Alarm_Limit) Size() (n int)

func (*WlstRtu_702A_Current_Alarm_Limit) String

func (*WlstRtu_702A_Current_Alarm_Limit) Unmarshal

func (m *WlstRtu_702A_Current_Alarm_Limit) Unmarshal(dAtA []byte) error

func (*WlstRtu_702A_Current_Alarm_Limit) XXX_DiscardUnknown

func (m *WlstRtu_702A_Current_Alarm_Limit) XXX_DiscardUnknown()

func (*WlstRtu_702A_Current_Alarm_Limit) XXX_Marshal

func (m *WlstRtu_702A_Current_Alarm_Limit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_702A_Current_Alarm_Limit) XXX_Merge

func (*WlstRtu_702A_Current_Alarm_Limit) XXX_Size

func (m *WlstRtu_702A_Current_Alarm_Limit) XXX_Size() int

func (*WlstRtu_702A_Current_Alarm_Limit) XXX_Unmarshal

func (m *WlstRtu_702A_Current_Alarm_Limit) XXX_Unmarshal(b []byte) error

type WlstRtu_702A_Switch_Input_Vector

type WlstRtu_702A_Switch_Input_Vector struct {
	// 回路开关量输入矢量
	InputVector int32 `protobuf:"varint,1,opt,name=input_vector,json=inputVector,proto3" json:"input_vector,omitempty"`
	// 回路跳变报警:0x0-无,0xF-有
	HopAlarm int32 `protobuf:"varint,2,opt,name=hop_alarm,json=hopAlarm,proto3" json:"hop_alarm,omitempty"`
}

func (*WlstRtu_702A_Switch_Input_Vector) Descriptor

func (*WlstRtu_702A_Switch_Input_Vector) Descriptor() ([]byte, []int)

func (*WlstRtu_702A_Switch_Input_Vector) GetHopAlarm

func (m *WlstRtu_702A_Switch_Input_Vector) GetHopAlarm() int32

func (*WlstRtu_702A_Switch_Input_Vector) GetInputVector

func (m *WlstRtu_702A_Switch_Input_Vector) GetInputVector() int32

func (*WlstRtu_702A_Switch_Input_Vector) Marshal

func (m *WlstRtu_702A_Switch_Input_Vector) Marshal() (dAtA []byte, err error)

func (*WlstRtu_702A_Switch_Input_Vector) MarshalTo

func (m *WlstRtu_702A_Switch_Input_Vector) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_702A_Switch_Input_Vector) MarshalToSizedBuffer

func (m *WlstRtu_702A_Switch_Input_Vector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_702A_Switch_Input_Vector) ProtoMessage

func (*WlstRtu_702A_Switch_Input_Vector) ProtoMessage()

func (*WlstRtu_702A_Switch_Input_Vector) Reset

func (*WlstRtu_702A_Switch_Input_Vector) Size

func (m *WlstRtu_702A_Switch_Input_Vector) Size() (n int)

func (*WlstRtu_702A_Switch_Input_Vector) String

func (*WlstRtu_702A_Switch_Input_Vector) Unmarshal

func (m *WlstRtu_702A_Switch_Input_Vector) Unmarshal(dAtA []byte) error

func (*WlstRtu_702A_Switch_Input_Vector) XXX_DiscardUnknown

func (m *WlstRtu_702A_Switch_Input_Vector) XXX_DiscardUnknown()

func (*WlstRtu_702A_Switch_Input_Vector) XXX_Marshal

func (m *WlstRtu_702A_Switch_Input_Vector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_702A_Switch_Input_Vector) XXX_Merge

func (*WlstRtu_702A_Switch_Input_Vector) XXX_Size

func (m *WlstRtu_702A_Switch_Input_Vector) XXX_Size() int

func (*WlstRtu_702A_Switch_Input_Vector) XXX_Unmarshal

func (m *WlstRtu_702A_Switch_Input_Vector) XXX_Unmarshal(b []byte) error

type WlstRtu_702B

type WlstRtu_702B struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 频率
	Frequency float32 `protobuf:"fixed32,2,opt,name=frequency,proto3" json:"frequency,omitempty"`
	// 开关量输入状态,0-断,1-通
	SwitchInStPacked []int32 `protobuf:"varint,3,rep,packed,name=switch_in_st_packed,json=switchInStPacked,proto3" json:"switch_in_st_packed,omitempty"`
	// 开关量输出状态 0-断,1-通
	SwitchOutStPacked []int32 `protobuf:"varint,4,rep,packed,name=switch_out_st_packed,json=switchOutStPacked,proto3" json:"switch_out_st_packed,omitempty"`
	// 终端运行状态
	// [供电位0-有电,1-无电;开机申请位,0-无,1-开机;停运位,0-正常,1-停运;报警位,0-无警,1-告警;电压超限,0-正常,1-超限;电流超限,0-正常,1-超限;无电流报警,0-正常,1-报警;参数错误,0-正常,1-错误]
	TmlStPacked []int32 `protobuf:"varint,5,rep,packed,name=tml_st_packed,json=tmlStPacked,proto3" json:"tml_st_packed,omitempty"`
	// 温度
	Temperature int32 `protobuf:"varint,6,opt,name=temperature,proto3" json:"temperature,omitempty"`
	// gprs掉线次数
	GprsReset int32 `protobuf:"varint,7,opt,name=gprs_reset,json=gprsReset,proto3" json:"gprs_reset,omitempty"`
	// gprs信号强度
	GprsSignal int32 `protobuf:"varint,8,opt,name=gprs_signal,json=gprsSignal,proto3" json:"gprs_signal,omitempty"`
	// 终端复位次数[当前,昨天,前天,大前天]
	TmlReset []int32 `protobuf:"varint,9,rep,packed,name=tml_reset,json=tmlReset,proto3" json:"tml_reset,omitempty"`
	// 终端参数状态,0-正常,1-错误[状态和地址;工作参数;模拟量显示参数;开关量输入路数和跳变报警;开关量输出路数;开关量输入矢量;开关量输出矢量;模拟量上下限;
	//   时控光控选择标志;1-3继电器开关灯时间;4-6继电器开关灯时间;7-8继电器开关灯时间;组地址;经纬度计算时间;经纬度和偏移;收费时间;
	//   1-4端节假日;5-8端节假日;最后时限开关灯时间;模拟量相位;模拟量输入矢量;模拟量校准/线路检测参数;线路状态;终端参数错误]
	TmlArgsStatus []int32 `protobuf:"varint,10,rep,packed,name=tml_args_status,json=tmlArgsStatus,proto3" json:"tml_args_status,omitempty"`
	// 供电电压
	PowerSupply float64 `protobuf:"fixed64,11,opt,name=power_supply,json=powerSupply,proto3" json:"power_supply,omitempty"`
	// 三相数据,依次ABC三相
	Ee []*WlstRtu_702B_ElectricEnergy `protobuf:"bytes,12,rep,name=ee,proto3" json:"ee,omitempty"`
	// 回路数据
	Ld []*WlstRtu_702B_LoopData `protobuf:"bytes,13,rep,name=ld,proto3" json:"ld,omitempty"`
}

全数据选测

func (*WlstRtu_702B) Descriptor

func (*WlstRtu_702B) Descriptor() ([]byte, []int)

func (*WlstRtu_702B) GetCmdIdx

func (m *WlstRtu_702B) GetCmdIdx() int32

func (*WlstRtu_702B) GetEe

func (*WlstRtu_702B) GetFrequency

func (m *WlstRtu_702B) GetFrequency() float32

func (*WlstRtu_702B) GetGprsReset

func (m *WlstRtu_702B) GetGprsReset() int32

func (*WlstRtu_702B) GetGprsSignal

func (m *WlstRtu_702B) GetGprsSignal() int32

func (*WlstRtu_702B) GetLd

func (m *WlstRtu_702B) GetLd() []*WlstRtu_702B_LoopData

func (*WlstRtu_702B) GetPowerSupply

func (m *WlstRtu_702B) GetPowerSupply() float64

func (*WlstRtu_702B) GetSwitchInStPacked

func (m *WlstRtu_702B) GetSwitchInStPacked() []int32

func (*WlstRtu_702B) GetSwitchOutStPacked

func (m *WlstRtu_702B) GetSwitchOutStPacked() []int32

func (*WlstRtu_702B) GetTemperature

func (m *WlstRtu_702B) GetTemperature() int32

func (*WlstRtu_702B) GetTmlArgsStatus

func (m *WlstRtu_702B) GetTmlArgsStatus() []int32

func (*WlstRtu_702B) GetTmlReset

func (m *WlstRtu_702B) GetTmlReset() []int32

func (*WlstRtu_702B) GetTmlStPacked

func (m *WlstRtu_702B) GetTmlStPacked() []int32

func (*WlstRtu_702B) Marshal

func (m *WlstRtu_702B) Marshal() (dAtA []byte, err error)

func (*WlstRtu_702B) MarshalTo

func (m *WlstRtu_702B) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_702B) MarshalToSizedBuffer

func (m *WlstRtu_702B) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_702B) ProtoMessage

func (*WlstRtu_702B) ProtoMessage()

func (*WlstRtu_702B) Reset

func (m *WlstRtu_702B) Reset()

func (*WlstRtu_702B) Size

func (m *WlstRtu_702B) Size() (n int)

func (*WlstRtu_702B) String

func (m *WlstRtu_702B) String() string

func (*WlstRtu_702B) Unmarshal

func (m *WlstRtu_702B) Unmarshal(dAtA []byte) error

func (*WlstRtu_702B) XXX_DiscardUnknown

func (m *WlstRtu_702B) XXX_DiscardUnknown()

func (*WlstRtu_702B) XXX_Marshal

func (m *WlstRtu_702B) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_702B) XXX_Merge

func (m *WlstRtu_702B) XXX_Merge(src proto.Message)

func (*WlstRtu_702B) XXX_Size

func (m *WlstRtu_702B) XXX_Size() int

func (*WlstRtu_702B) XXX_Unmarshal

func (m *WlstRtu_702B) XXX_Unmarshal(b []byte) error

type WlstRtu_702B_ElectricEnergy

type WlstRtu_702B_ElectricEnergy struct {
	// 电压
	Voltage float32 `protobuf:"fixed32,1,opt,name=voltage,proto3" json:"voltage,omitempty"`
	// 电流
	Current float32 `protobuf:"fixed32,2,opt,name=current,proto3" json:"current,omitempty"`
	// 功率因数
	PowerFactor float32 `protobuf:"fixed32,3,opt,name=power_factor,json=powerFactor,proto3" json:"power_factor,omitempty"`
	// 有功功率
	ActivePower float32 `protobuf:"fixed32,4,opt,name=active_power,json=activePower,proto3" json:"active_power,omitempty"`
	// 无功功率
	ReactivePower float32 `protobuf:"fixed32,5,opt,name=reactive_power,json=reactivePower,proto3" json:"reactive_power,omitempty"`
	// 有功电能
	ActiveEnergy float32 `protobuf:"fixed32,6,opt,name=active_energy,json=activeEnergy,proto3" json:"active_energy,omitempty"`
	// 无功电能
	ReactiveEnergy float32 `protobuf:"fixed32,7,opt,name=reactive_energy,json=reactiveEnergy,proto3" json:"reactive_energy,omitempty"`
}

func (*WlstRtu_702B_ElectricEnergy) Descriptor

func (*WlstRtu_702B_ElectricEnergy) Descriptor() ([]byte, []int)

func (*WlstRtu_702B_ElectricEnergy) GetActiveEnergy

func (m *WlstRtu_702B_ElectricEnergy) GetActiveEnergy() float32

func (*WlstRtu_702B_ElectricEnergy) GetActivePower

func (m *WlstRtu_702B_ElectricEnergy) GetActivePower() float32

func (*WlstRtu_702B_ElectricEnergy) GetCurrent

func (m *WlstRtu_702B_ElectricEnergy) GetCurrent() float32

func (*WlstRtu_702B_ElectricEnergy) GetPowerFactor

func (m *WlstRtu_702B_ElectricEnergy) GetPowerFactor() float32

func (*WlstRtu_702B_ElectricEnergy) GetReactiveEnergy

func (m *WlstRtu_702B_ElectricEnergy) GetReactiveEnergy() float32

func (*WlstRtu_702B_ElectricEnergy) GetReactivePower

func (m *WlstRtu_702B_ElectricEnergy) GetReactivePower() float32

func (*WlstRtu_702B_ElectricEnergy) GetVoltage

func (m *WlstRtu_702B_ElectricEnergy) GetVoltage() float32

func (*WlstRtu_702B_ElectricEnergy) Marshal

func (m *WlstRtu_702B_ElectricEnergy) Marshal() (dAtA []byte, err error)

func (*WlstRtu_702B_ElectricEnergy) MarshalTo

func (m *WlstRtu_702B_ElectricEnergy) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_702B_ElectricEnergy) MarshalToSizedBuffer

func (m *WlstRtu_702B_ElectricEnergy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_702B_ElectricEnergy) ProtoMessage

func (*WlstRtu_702B_ElectricEnergy) ProtoMessage()

func (*WlstRtu_702B_ElectricEnergy) Reset

func (m *WlstRtu_702B_ElectricEnergy) Reset()

func (*WlstRtu_702B_ElectricEnergy) Size

func (m *WlstRtu_702B_ElectricEnergy) Size() (n int)

func (*WlstRtu_702B_ElectricEnergy) String

func (m *WlstRtu_702B_ElectricEnergy) String() string

func (*WlstRtu_702B_ElectricEnergy) Unmarshal

func (m *WlstRtu_702B_ElectricEnergy) Unmarshal(dAtA []byte) error

func (*WlstRtu_702B_ElectricEnergy) XXX_DiscardUnknown

func (m *WlstRtu_702B_ElectricEnergy) XXX_DiscardUnknown()

func (*WlstRtu_702B_ElectricEnergy) XXX_Marshal

func (m *WlstRtu_702B_ElectricEnergy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_702B_ElectricEnergy) XXX_Merge

func (m *WlstRtu_702B_ElectricEnergy) XXX_Merge(src proto.Message)

func (*WlstRtu_702B_ElectricEnergy) XXX_Size

func (m *WlstRtu_702B_ElectricEnergy) XXX_Size() int

func (*WlstRtu_702B_ElectricEnergy) XXX_Unmarshal

func (m *WlstRtu_702B_ElectricEnergy) XXX_Unmarshal(b []byte) error

type WlstRtu_702B_LoopData

type WlstRtu_702B_LoopData struct {
	// 电压
	Voltage float64 `protobuf:"fixed64,1,opt,name=voltage,proto3" json:"voltage,omitempty"`
	// 电流
	Current float64 `protobuf:"fixed64,2,opt,name=current,proto3" json:"current,omitempty"`
	// 功率
	Power float64 `protobuf:"fixed64,3,opt,name=power,proto3" json:"power,omitempty"`
}

func (*WlstRtu_702B_LoopData) Descriptor

func (*WlstRtu_702B_LoopData) Descriptor() ([]byte, []int)

func (*WlstRtu_702B_LoopData) GetCurrent

func (m *WlstRtu_702B_LoopData) GetCurrent() float64

func (*WlstRtu_702B_LoopData) GetPower

func (m *WlstRtu_702B_LoopData) GetPower() float64

func (*WlstRtu_702B_LoopData) GetVoltage

func (m *WlstRtu_702B_LoopData) GetVoltage() float64

func (*WlstRtu_702B_LoopData) Marshal

func (m *WlstRtu_702B_LoopData) Marshal() (dAtA []byte, err error)

func (*WlstRtu_702B_LoopData) MarshalTo

func (m *WlstRtu_702B_LoopData) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_702B_LoopData) MarshalToSizedBuffer

func (m *WlstRtu_702B_LoopData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_702B_LoopData) ProtoMessage

func (*WlstRtu_702B_LoopData) ProtoMessage()

func (*WlstRtu_702B_LoopData) Reset

func (m *WlstRtu_702B_LoopData) Reset()

func (*WlstRtu_702B_LoopData) Size

func (m *WlstRtu_702B_LoopData) Size() (n int)

func (*WlstRtu_702B_LoopData) String

func (m *WlstRtu_702B_LoopData) String() string

func (*WlstRtu_702B_LoopData) Unmarshal

func (m *WlstRtu_702B_LoopData) Unmarshal(dAtA []byte) error

func (*WlstRtu_702B_LoopData) XXX_DiscardUnknown

func (m *WlstRtu_702B_LoopData) XXX_DiscardUnknown()

func (*WlstRtu_702B_LoopData) XXX_Marshal

func (m *WlstRtu_702B_LoopData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_702B_LoopData) XXX_Merge

func (m *WlstRtu_702B_LoopData) XXX_Merge(src proto.Message)

func (*WlstRtu_702B_LoopData) XXX_Size

func (m *WlstRtu_702B_LoopData) XXX_Size() int

func (*WlstRtu_702B_LoopData) XXX_Unmarshal

func (m *WlstRtu_702B_LoopData) XXX_Unmarshal(b []byte) error

type WlstRtu_703A

type WlstRtu_703A struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 保护消除类别 0—直流输出过、欠压保护
	ProtectionRemoveType int32 `protobuf:"varint,2,opt,name=protection_remove_type,json=protectionRemoveType,proto3" json:"protection_remove_type,omitempty"`
	// 保护消除标志 0—无效,1—消除,其他为无效
	ProtectionRemoveFlag int32 `protobuf:"varint,3,opt,name=protection_remove_flag,json=protectionRemoveFlag,proto3" json:"protection_remove_flag,omitempty"`
	// 0-成功,1-失败
	Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
}

消除直流保护

func (*WlstRtu_703A) Descriptor

func (*WlstRtu_703A) Descriptor() ([]byte, []int)

func (*WlstRtu_703A) GetCmdIdx

func (m *WlstRtu_703A) GetCmdIdx() int32

func (*WlstRtu_703A) GetProtectionRemoveFlag

func (m *WlstRtu_703A) GetProtectionRemoveFlag() int32

func (*WlstRtu_703A) GetProtectionRemoveType

func (m *WlstRtu_703A) GetProtectionRemoveType() int32

func (*WlstRtu_703A) GetStatus

func (m *WlstRtu_703A) GetStatus() int32

func (*WlstRtu_703A) Marshal

func (m *WlstRtu_703A) Marshal() (dAtA []byte, err error)

func (*WlstRtu_703A) MarshalTo

func (m *WlstRtu_703A) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_703A) MarshalToSizedBuffer

func (m *WlstRtu_703A) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_703A) ProtoMessage

func (*WlstRtu_703A) ProtoMessage()

func (*WlstRtu_703A) Reset

func (m *WlstRtu_703A) Reset()

func (*WlstRtu_703A) Size

func (m *WlstRtu_703A) Size() (n int)

func (*WlstRtu_703A) String

func (m *WlstRtu_703A) String() string

func (*WlstRtu_703A) Unmarshal

func (m *WlstRtu_703A) Unmarshal(dAtA []byte) error

func (*WlstRtu_703A) XXX_DiscardUnknown

func (m *WlstRtu_703A) XXX_DiscardUnknown()

func (*WlstRtu_703A) XXX_Marshal

func (m *WlstRtu_703A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_703A) XXX_Merge

func (m *WlstRtu_703A) XXX_Merge(src proto.Message)

func (*WlstRtu_703A) XXX_Size

func (m *WlstRtu_703A) XXX_Size() int

func (*WlstRtu_703A) XXX_Unmarshal

func (m *WlstRtu_703A) XXX_Unmarshal(b []byte) error

type WlstRtu_7050

type WlstRtu_7050 struct {
	CmdIdx   int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	DataMark int32 `protobuf:"varint,2,opt,name=data_mark,json=dataMark,proto3" json:"data_mark,omitempty"`
}

新版选测

func (*WlstRtu_7050) Descriptor

func (*WlstRtu_7050) Descriptor() ([]byte, []int)

func (*WlstRtu_7050) GetCmdIdx

func (m *WlstRtu_7050) GetCmdIdx() int32

func (*WlstRtu_7050) GetDataMark

func (m *WlstRtu_7050) GetDataMark() int32

func (*WlstRtu_7050) Marshal

func (m *WlstRtu_7050) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7050) MarshalTo

func (m *WlstRtu_7050) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7050) MarshalToSizedBuffer

func (m *WlstRtu_7050) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7050) ProtoMessage

func (*WlstRtu_7050) ProtoMessage()

func (*WlstRtu_7050) Reset

func (m *WlstRtu_7050) Reset()

func (*WlstRtu_7050) Size

func (m *WlstRtu_7050) Size() (n int)

func (*WlstRtu_7050) String

func (m *WlstRtu_7050) String() string

func (*WlstRtu_7050) Unmarshal

func (m *WlstRtu_7050) Unmarshal(dAtA []byte) error

func (*WlstRtu_7050) XXX_DiscardUnknown

func (m *WlstRtu_7050) XXX_DiscardUnknown()

func (*WlstRtu_7050) XXX_Marshal

func (m *WlstRtu_7050) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7050) XXX_Merge

func (m *WlstRtu_7050) XXX_Merge(src proto.Message)

func (*WlstRtu_7050) XXX_Size

func (m *WlstRtu_7050) XXX_Size() int

func (*WlstRtu_7050) XXX_Unmarshal

func (m *WlstRtu_7050) XXX_Unmarshal(b []byte) error

type WlstRtu_7053

type WlstRtu_7053 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 记录类型 1-每天一条的最大电压电流数据,2-2s一条的普通选测数据
	RecordType int32 `protobuf:"varint,2,opt,name=record_type,json=recordType,proto3" json:"record_type,omitempty"`
	// 查询开始时间
	DtStart int64 `protobuf:"varint,3,opt,name=dt_start,json=dtStart,proto3" json:"dt_start,omitempty"`
	// 查询数据条数
	RecordCount int32 `protobuf:"varint,4,opt,name=record_count,json=recordCount,proto3" json:"record_count,omitempty"`
	// 查询时间间隔(单位秒)
	RecordDistance int64 `protobuf:"varint,5,opt,name=record_distance,json=recordDistance,proto3" json:"record_distance,omitempty"`
}

sd卡数据招测

func (*WlstRtu_7053) Descriptor

func (*WlstRtu_7053) Descriptor() ([]byte, []int)

func (*WlstRtu_7053) GetCmdIdx

func (m *WlstRtu_7053) GetCmdIdx() int32

func (*WlstRtu_7053) GetDtStart

func (m *WlstRtu_7053) GetDtStart() int64

func (*WlstRtu_7053) GetRecordCount

func (m *WlstRtu_7053) GetRecordCount() int32

func (*WlstRtu_7053) GetRecordDistance

func (m *WlstRtu_7053) GetRecordDistance() int64

func (*WlstRtu_7053) GetRecordType

func (m *WlstRtu_7053) GetRecordType() int32

func (*WlstRtu_7053) Marshal

func (m *WlstRtu_7053) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7053) MarshalTo

func (m *WlstRtu_7053) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7053) MarshalToSizedBuffer

func (m *WlstRtu_7053) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7053) ProtoMessage

func (*WlstRtu_7053) ProtoMessage()

func (*WlstRtu_7053) Reset

func (m *WlstRtu_7053) Reset()

func (*WlstRtu_7053) Size

func (m *WlstRtu_7053) Size() (n int)

func (*WlstRtu_7053) String

func (m *WlstRtu_7053) String() string

func (*WlstRtu_7053) Unmarshal

func (m *WlstRtu_7053) Unmarshal(dAtA []byte) error

func (*WlstRtu_7053) XXX_DiscardUnknown

func (m *WlstRtu_7053) XXX_DiscardUnknown()

func (*WlstRtu_7053) XXX_Marshal

func (m *WlstRtu_7053) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7053) XXX_Merge

func (m *WlstRtu_7053) XXX_Merge(src proto.Message)

func (*WlstRtu_7053) XXX_Size

func (m *WlstRtu_7053) XXX_Size() int

func (*WlstRtu_7053) XXX_Unmarshal

func (m *WlstRtu_7053) XXX_Unmarshal(b []byte) error

type WlstRtu_705A

type WlstRtu_705A struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 指令类型,1-招测基础参数,2-招测互感比值
	CmdType int32 `protobuf:"varint,2,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"`
}

召测终端参数(旧版召测协议也将升级为该结构)

func (*WlstRtu_705A) Descriptor

func (*WlstRtu_705A) Descriptor() ([]byte, []int)

func (*WlstRtu_705A) GetCmdIdx

func (m *WlstRtu_705A) GetCmdIdx() int32

func (*WlstRtu_705A) GetCmdType

func (m *WlstRtu_705A) GetCmdType() int32

func (*WlstRtu_705A) Marshal

func (m *WlstRtu_705A) Marshal() (dAtA []byte, err error)

func (*WlstRtu_705A) MarshalTo

func (m *WlstRtu_705A) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_705A) MarshalToSizedBuffer

func (m *WlstRtu_705A) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_705A) ProtoMessage

func (*WlstRtu_705A) ProtoMessage()

func (*WlstRtu_705A) Reset

func (m *WlstRtu_705A) Reset()

func (*WlstRtu_705A) Size

func (m *WlstRtu_705A) Size() (n int)

func (*WlstRtu_705A) String

func (m *WlstRtu_705A) String() string

func (*WlstRtu_705A) Unmarshal

func (m *WlstRtu_705A) Unmarshal(dAtA []byte) error

func (*WlstRtu_705A) XXX_DiscardUnknown

func (m *WlstRtu_705A) XXX_DiscardUnknown()

func (*WlstRtu_705A) XXX_Marshal

func (m *WlstRtu_705A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_705A) XXX_Merge

func (m *WlstRtu_705A) XXX_Merge(src proto.Message)

func (*WlstRtu_705A) XXX_Size

func (m *WlstRtu_705A) XXX_Size() int

func (*WlstRtu_705A) XXX_Unmarshal

func (m *WlstRtu_705A) XXX_Unmarshal(b []byte) error

type WlstRtu_705B

type WlstRtu_705B struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 数据类型,1-硬件版本信息
	CmdType int32 `protobuf:"varint,2,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"`
	// 硬件版本
	HardwareVer string `protobuf:"bytes,3,opt,name=hardware_ver,json=hardwareVer,proto3" json:"hardware_ver,omitempty"`
	// 生产批次,年周 如:1820
	ProductionBatch string `protobuf:"bytes,4,opt,name=production_batch,json=productionBatch,proto3" json:"production_batch,omitempty"`
	// 生产日期,年月日
	ProductionDate string `protobuf:"bytes,5,opt,name=production_date,json=productionDate,proto3" json:"production_date,omitempty"`
	// 安装日期,年月日
	InstallationDate string `protobuf:"bytes,6,opt,name=installation_date,json=installationDate,proto3" json:"installation_date,omitempty"`
}

硬件相关参数招测

func (*WlstRtu_705B) Descriptor

func (*WlstRtu_705B) Descriptor() ([]byte, []int)

func (*WlstRtu_705B) GetCmdIdx

func (m *WlstRtu_705B) GetCmdIdx() int32

func (*WlstRtu_705B) GetCmdType

func (m *WlstRtu_705B) GetCmdType() int32

func (*WlstRtu_705B) GetHardwareVer

func (m *WlstRtu_705B) GetHardwareVer() string

func (*WlstRtu_705B) GetInstallationDate

func (m *WlstRtu_705B) GetInstallationDate() string

func (*WlstRtu_705B) GetProductionBatch

func (m *WlstRtu_705B) GetProductionBatch() string

func (*WlstRtu_705B) GetProductionDate

func (m *WlstRtu_705B) GetProductionDate() string

func (*WlstRtu_705B) Marshal

func (m *WlstRtu_705B) Marshal() (dAtA []byte, err error)

func (*WlstRtu_705B) MarshalTo

func (m *WlstRtu_705B) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_705B) MarshalToSizedBuffer

func (m *WlstRtu_705B) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_705B) ProtoMessage

func (*WlstRtu_705B) ProtoMessage()

func (*WlstRtu_705B) Reset

func (m *WlstRtu_705B) Reset()

func (*WlstRtu_705B) Size

func (m *WlstRtu_705B) Size() (n int)

func (*WlstRtu_705B) String

func (m *WlstRtu_705B) String() string

func (*WlstRtu_705B) Unmarshal

func (m *WlstRtu_705B) Unmarshal(dAtA []byte) error

func (*WlstRtu_705B) XXX_DiscardUnknown

func (m *WlstRtu_705B) XXX_DiscardUnknown()

func (*WlstRtu_705B) XXX_Marshal

func (m *WlstRtu_705B) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_705B) XXX_Merge

func (m *WlstRtu_705B) XXX_Merge(src proto.Message)

func (*WlstRtu_705B) XXX_Size

func (m *WlstRtu_705B) XXX_Size() int

func (*WlstRtu_705B) XXX_Unmarshal

func (m *WlstRtu_705B) XXX_Unmarshal(b []byte) error

type WlstRtu_7060

type WlstRtu_7060 struct {
	//序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 起始时间,提取月,日
	DtStart int64 `protobuf:"varint,2,opt,name=dt_start,json=dtStart,proto3" json:"dt_start,omitempty"`
	// 天数
	Days     int32                    `protobuf:"varint,3,opt,name=days,proto3" json:"days,omitempty"`
	YearCtrl []*WlstRtu_7060_YearCtrl `protobuf:"bytes,4,rep,name=year_ctrl,json=yearCtrl,proto3" json:"year_ctrl,omitempty"`
}

wlst_rtu_70e1

func (*WlstRtu_7060) Descriptor

func (*WlstRtu_7060) Descriptor() ([]byte, []int)

func (*WlstRtu_7060) GetCmdIdx

func (m *WlstRtu_7060) GetCmdIdx() int32

func (*WlstRtu_7060) GetDays

func (m *WlstRtu_7060) GetDays() int32

func (*WlstRtu_7060) GetDtStart

func (m *WlstRtu_7060) GetDtStart() int64

func (*WlstRtu_7060) GetYearCtrl

func (m *WlstRtu_7060) GetYearCtrl() []*WlstRtu_7060_YearCtrl

func (*WlstRtu_7060) Marshal

func (m *WlstRtu_7060) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7060) MarshalTo

func (m *WlstRtu_7060) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7060) MarshalToSizedBuffer

func (m *WlstRtu_7060) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7060) ProtoMessage

func (*WlstRtu_7060) ProtoMessage()

func (*WlstRtu_7060) Reset

func (m *WlstRtu_7060) Reset()

func (*WlstRtu_7060) Size

func (m *WlstRtu_7060) Size() (n int)

func (*WlstRtu_7060) String

func (m *WlstRtu_7060) String() string

func (*WlstRtu_7060) Unmarshal

func (m *WlstRtu_7060) Unmarshal(dAtA []byte) error

func (*WlstRtu_7060) XXX_DiscardUnknown

func (m *WlstRtu_7060) XXX_DiscardUnknown()

func (*WlstRtu_7060) XXX_Marshal

func (m *WlstRtu_7060) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7060) XXX_Merge

func (m *WlstRtu_7060) XXX_Merge(src proto.Message)

func (*WlstRtu_7060) XXX_Size

func (m *WlstRtu_7060) XXX_Size() int

func (*WlstRtu_7060) XXX_Unmarshal

func (m *WlstRtu_7060) XXX_Unmarshal(b []byte) error

type WlstRtu_7060_YearCtrl

type WlstRtu_7060_YearCtrl struct {
	// 回路编号
	LoopNo int32 `protobuf:"varint,1,opt,name=loop_no,json=loopNo,proto3" json:"loop_no,omitempty"`
	// 回路时段数
	TimeCount int32 `protobuf:"varint,2,opt,name=time_count,json=timeCount,proto3" json:"time_count,omitempty"`
	// 每段开关灯时间,[第一段开,第一段关,第二段开,第二段关...], 格式:hh*60+mm
	OptTime []int32 `protobuf:"varint,3,rep,packed,name=opt_time,json=optTime,proto3" json:"opt_time,omitempty"`
}

func (*WlstRtu_7060_YearCtrl) Descriptor

func (*WlstRtu_7060_YearCtrl) Descriptor() ([]byte, []int)

func (*WlstRtu_7060_YearCtrl) GetLoopNo

func (m *WlstRtu_7060_YearCtrl) GetLoopNo() int32

func (*WlstRtu_7060_YearCtrl) GetOptTime

func (m *WlstRtu_7060_YearCtrl) GetOptTime() []int32

func (*WlstRtu_7060_YearCtrl) GetTimeCount

func (m *WlstRtu_7060_YearCtrl) GetTimeCount() int32

func (*WlstRtu_7060_YearCtrl) Marshal

func (m *WlstRtu_7060_YearCtrl) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7060_YearCtrl) MarshalTo

func (m *WlstRtu_7060_YearCtrl) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7060_YearCtrl) MarshalToSizedBuffer

func (m *WlstRtu_7060_YearCtrl) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7060_YearCtrl) ProtoMessage

func (*WlstRtu_7060_YearCtrl) ProtoMessage()

func (*WlstRtu_7060_YearCtrl) Reset

func (m *WlstRtu_7060_YearCtrl) Reset()

func (*WlstRtu_7060_YearCtrl) Size

func (m *WlstRtu_7060_YearCtrl) Size() (n int)

func (*WlstRtu_7060_YearCtrl) String

func (m *WlstRtu_7060_YearCtrl) String() string

func (*WlstRtu_7060_YearCtrl) Unmarshal

func (m *WlstRtu_7060_YearCtrl) Unmarshal(dAtA []byte) error

func (*WlstRtu_7060_YearCtrl) XXX_DiscardUnknown

func (m *WlstRtu_7060_YearCtrl) XXX_DiscardUnknown()

func (*WlstRtu_7060_YearCtrl) XXX_Marshal

func (m *WlstRtu_7060_YearCtrl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7060_YearCtrl) XXX_Merge

func (m *WlstRtu_7060_YearCtrl) XXX_Merge(src proto.Message)

func (*WlstRtu_7060_YearCtrl) XXX_Size

func (m *WlstRtu_7060_YearCtrl) XXX_Size() int

func (*WlstRtu_7060_YearCtrl) XXX_Unmarshal

func (m *WlstRtu_7060_YearCtrl) XXX_Unmarshal(b []byte) error

type WlstRtu_7061

type WlstRtu_7061 struct {
	//序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 起始时间,提取月,日
	DtStart int64 `protobuf:"varint,2,opt,name=dt_start,json=dtStart,proto3" json:"dt_start,omitempty"`
	// 天数
	Days int32 `protobuf:"varint,3,opt,name=days,proto3" json:"days,omitempty"`
	// 回路标示
	LoopNo []int32 `protobuf:"varint,4,rep,packed,name=loop_no,json=loopNo,proto3" json:"loop_no,omitempty"`
}

func (*WlstRtu_7061) Descriptor

func (*WlstRtu_7061) Descriptor() ([]byte, []int)

func (*WlstRtu_7061) GetCmdIdx

func (m *WlstRtu_7061) GetCmdIdx() int32

func (*WlstRtu_7061) GetDays

func (m *WlstRtu_7061) GetDays() int32

func (*WlstRtu_7061) GetDtStart

func (m *WlstRtu_7061) GetDtStart() int64

func (*WlstRtu_7061) GetLoopNo

func (m *WlstRtu_7061) GetLoopNo() []int32

func (*WlstRtu_7061) Marshal

func (m *WlstRtu_7061) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7061) MarshalTo

func (m *WlstRtu_7061) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7061) MarshalToSizedBuffer

func (m *WlstRtu_7061) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7061) ProtoMessage

func (*WlstRtu_7061) ProtoMessage()

func (*WlstRtu_7061) Reset

func (m *WlstRtu_7061) Reset()

func (*WlstRtu_7061) Size

func (m *WlstRtu_7061) Size() (n int)

func (*WlstRtu_7061) String

func (m *WlstRtu_7061) String() string

func (*WlstRtu_7061) Unmarshal

func (m *WlstRtu_7061) Unmarshal(dAtA []byte) error

func (*WlstRtu_7061) XXX_DiscardUnknown

func (m *WlstRtu_7061) XXX_DiscardUnknown()

func (*WlstRtu_7061) XXX_Marshal

func (m *WlstRtu_7061) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7061) XXX_Merge

func (m *WlstRtu_7061) XXX_Merge(src proto.Message)

func (*WlstRtu_7061) XXX_Size

func (m *WlstRtu_7061) XXX_Size() int

func (*WlstRtu_7061) XXX_Unmarshal

func (m *WlstRtu_7061) XXX_Unmarshal(b []byte) error

type WlstRtu_7076

type WlstRtu_7076 struct {
	// 功能,0x1-设置锁地址,0x2-设置开锁保持时间,0x3-恢复出厂设置,0x11-查询锁状态,0x12-开关锁
	CmdType int32 `protobuf:"varint,1,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"`
	// 锁地址,0-广播地址
	Addr int64 `protobuf:"varint,2,opt,name=addr,proto3" json:"addr,omitempty"`
	// 地址设置/应答
	Lock01 *WlstRtu_7076_Lock01 `protobuf:"bytes,3,opt,name=lock01,proto3" json:"lock01,omitempty"`
	// 开锁时间设置/应答
	Lock02 *WlstRtu_7076_Lock02 `protobuf:"bytes,4,opt,name=lock02,proto3" json:"lock02,omitempty"`
	// 复位应答
	Lock03 *WlstRtu_7076_Lock03 `protobuf:"bytes,5,opt,name=lock03,proto3" json:"lock03,omitempty"`
	// 选测应答
	Lock11 *WlstRtu_7076_Lock11 `protobuf:"bytes,6,opt,name=lock11,proto3" json:"lock11,omitempty"`
	// 开关控制/应答
	Lock12 *WlstRtu_7076_Lock12 `protobuf:"bytes,7,opt,name=lock12,proto3" json:"lock12,omitempty"`
	// 序号
	CmdIdx int32 `protobuf:"varint,8,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
}

电子锁

func (*WlstRtu_7076) Descriptor

func (*WlstRtu_7076) Descriptor() ([]byte, []int)

func (*WlstRtu_7076) GetAddr

func (m *WlstRtu_7076) GetAddr() int64

func (*WlstRtu_7076) GetCmdIdx

func (m *WlstRtu_7076) GetCmdIdx() int32

func (*WlstRtu_7076) GetCmdType

func (m *WlstRtu_7076) GetCmdType() int32

func (*WlstRtu_7076) GetLock01

func (m *WlstRtu_7076) GetLock01() *WlstRtu_7076_Lock01

func (*WlstRtu_7076) GetLock02

func (m *WlstRtu_7076) GetLock02() *WlstRtu_7076_Lock02

func (*WlstRtu_7076) GetLock03

func (m *WlstRtu_7076) GetLock03() *WlstRtu_7076_Lock03

func (*WlstRtu_7076) GetLock11

func (m *WlstRtu_7076) GetLock11() *WlstRtu_7076_Lock11

func (*WlstRtu_7076) GetLock12

func (m *WlstRtu_7076) GetLock12() *WlstRtu_7076_Lock12

func (*WlstRtu_7076) Marshal

func (m *WlstRtu_7076) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7076) MarshalTo

func (m *WlstRtu_7076) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7076) MarshalToSizedBuffer

func (m *WlstRtu_7076) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7076) ProtoMessage

func (*WlstRtu_7076) ProtoMessage()

func (*WlstRtu_7076) Reset

func (m *WlstRtu_7076) Reset()

func (*WlstRtu_7076) Size

func (m *WlstRtu_7076) Size() (n int)

func (*WlstRtu_7076) String

func (m *WlstRtu_7076) String() string

func (*WlstRtu_7076) Unmarshal

func (m *WlstRtu_7076) Unmarshal(dAtA []byte) error

func (*WlstRtu_7076) XXX_DiscardUnknown

func (m *WlstRtu_7076) XXX_DiscardUnknown()

func (*WlstRtu_7076) XXX_Marshal

func (m *WlstRtu_7076) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7076) XXX_Merge

func (m *WlstRtu_7076) XXX_Merge(src proto.Message)

func (*WlstRtu_7076) XXX_Size

func (m *WlstRtu_7076) XXX_Size() int

func (*WlstRtu_7076) XXX_Unmarshal

func (m *WlstRtu_7076) XXX_Unmarshal(b []byte) error

type WlstRtu_7076_Lock01

type WlstRtu_7076_Lock01 struct {
	// 新地址
	NewAddr int64 `protobuf:"varint,1,opt,name=new_addr,json=newAddr,proto3" json:"new_addr,omitempty"`
	// 0-成功,1-失败
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WlstRtu_7076_Lock01) Descriptor

func (*WlstRtu_7076_Lock01) Descriptor() ([]byte, []int)

func (*WlstRtu_7076_Lock01) GetNewAddr

func (m *WlstRtu_7076_Lock01) GetNewAddr() int64

func (*WlstRtu_7076_Lock01) GetStatus

func (m *WlstRtu_7076_Lock01) GetStatus() int32

func (*WlstRtu_7076_Lock01) Marshal

func (m *WlstRtu_7076_Lock01) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7076_Lock01) MarshalTo

func (m *WlstRtu_7076_Lock01) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7076_Lock01) MarshalToSizedBuffer

func (m *WlstRtu_7076_Lock01) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7076_Lock01) ProtoMessage

func (*WlstRtu_7076_Lock01) ProtoMessage()

func (*WlstRtu_7076_Lock01) Reset

func (m *WlstRtu_7076_Lock01) Reset()

func (*WlstRtu_7076_Lock01) Size

func (m *WlstRtu_7076_Lock01) Size() (n int)

func (*WlstRtu_7076_Lock01) String

func (m *WlstRtu_7076_Lock01) String() string

func (*WlstRtu_7076_Lock01) Unmarshal

func (m *WlstRtu_7076_Lock01) Unmarshal(dAtA []byte) error

func (*WlstRtu_7076_Lock01) XXX_DiscardUnknown

func (m *WlstRtu_7076_Lock01) XXX_DiscardUnknown()

func (*WlstRtu_7076_Lock01) XXX_Marshal

func (m *WlstRtu_7076_Lock01) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7076_Lock01) XXX_Merge

func (m *WlstRtu_7076_Lock01) XXX_Merge(src proto.Message)

func (*WlstRtu_7076_Lock01) XXX_Size

func (m *WlstRtu_7076_Lock01) XXX_Size() int

func (*WlstRtu_7076_Lock01) XXX_Unmarshal

func (m *WlstRtu_7076_Lock01) XXX_Unmarshal(b []byte) error

type WlstRtu_7076_Lock02

type WlstRtu_7076_Lock02 struct {
	// 开锁时间,秒,5-600
	OpenDistance int32 `protobuf:"varint,1,opt,name=open_distance,json=openDistance,proto3" json:"open_distance,omitempty"`
	// 0-成功,1-失败
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WlstRtu_7076_Lock02) Descriptor

func (*WlstRtu_7076_Lock02) Descriptor() ([]byte, []int)

func (*WlstRtu_7076_Lock02) GetOpenDistance

func (m *WlstRtu_7076_Lock02) GetOpenDistance() int32

func (*WlstRtu_7076_Lock02) GetStatus

func (m *WlstRtu_7076_Lock02) GetStatus() int32

func (*WlstRtu_7076_Lock02) Marshal

func (m *WlstRtu_7076_Lock02) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7076_Lock02) MarshalTo

func (m *WlstRtu_7076_Lock02) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7076_Lock02) MarshalToSizedBuffer

func (m *WlstRtu_7076_Lock02) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7076_Lock02) ProtoMessage

func (*WlstRtu_7076_Lock02) ProtoMessage()

func (*WlstRtu_7076_Lock02) Reset

func (m *WlstRtu_7076_Lock02) Reset()

func (*WlstRtu_7076_Lock02) Size

func (m *WlstRtu_7076_Lock02) Size() (n int)

func (*WlstRtu_7076_Lock02) String

func (m *WlstRtu_7076_Lock02) String() string

func (*WlstRtu_7076_Lock02) Unmarshal

func (m *WlstRtu_7076_Lock02) Unmarshal(dAtA []byte) error

func (*WlstRtu_7076_Lock02) XXX_DiscardUnknown

func (m *WlstRtu_7076_Lock02) XXX_DiscardUnknown()

func (*WlstRtu_7076_Lock02) XXX_Marshal

func (m *WlstRtu_7076_Lock02) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7076_Lock02) XXX_Merge

func (m *WlstRtu_7076_Lock02) XXX_Merge(src proto.Message)

func (*WlstRtu_7076_Lock02) XXX_Size

func (m *WlstRtu_7076_Lock02) XXX_Size() int

func (*WlstRtu_7076_Lock02) XXX_Unmarshal

func (m *WlstRtu_7076_Lock02) XXX_Unmarshal(b []byte) error

type WlstRtu_7076_Lock03

type WlstRtu_7076_Lock03 struct {
	// 0-成功,1-失败
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WlstRtu_7076_Lock03) Descriptor

func (*WlstRtu_7076_Lock03) Descriptor() ([]byte, []int)

func (*WlstRtu_7076_Lock03) GetStatus

func (m *WlstRtu_7076_Lock03) GetStatus() int32

func (*WlstRtu_7076_Lock03) Marshal

func (m *WlstRtu_7076_Lock03) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7076_Lock03) MarshalTo

func (m *WlstRtu_7076_Lock03) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7076_Lock03) MarshalToSizedBuffer

func (m *WlstRtu_7076_Lock03) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7076_Lock03) ProtoMessage

func (*WlstRtu_7076_Lock03) ProtoMessage()

func (*WlstRtu_7076_Lock03) Reset

func (m *WlstRtu_7076_Lock03) Reset()

func (*WlstRtu_7076_Lock03) Size

func (m *WlstRtu_7076_Lock03) Size() (n int)

func (*WlstRtu_7076_Lock03) String

func (m *WlstRtu_7076_Lock03) String() string

func (*WlstRtu_7076_Lock03) Unmarshal

func (m *WlstRtu_7076_Lock03) Unmarshal(dAtA []byte) error

func (*WlstRtu_7076_Lock03) XXX_DiscardUnknown

func (m *WlstRtu_7076_Lock03) XXX_DiscardUnknown()

func (*WlstRtu_7076_Lock03) XXX_Marshal

func (m *WlstRtu_7076_Lock03) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7076_Lock03) XXX_Merge

func (m *WlstRtu_7076_Lock03) XXX_Merge(src proto.Message)

func (*WlstRtu_7076_Lock03) XXX_Size

func (m *WlstRtu_7076_Lock03) XXX_Size() int

func (*WlstRtu_7076_Lock03) XXX_Unmarshal

func (m *WlstRtu_7076_Lock03) XXX_Unmarshal(b []byte) error

type WlstRtu_7076_Lock11

type WlstRtu_7076_Lock11 struct {
	// 开关状态,0-关,1-开
	LockStatus int32 `protobuf:"varint,2,opt,name=lock_status,json=lockStatus,proto3" json:"lock_status,omitempty"`
	// 开锁维持时间(秒)
	OpenDistance int32 `protobuf:"varint,3,opt,name=open_distance,json=openDistance,proto3" json:"open_distance,omitempty"`
	// 故障状态 0-无,1-开锁异常,2-关锁异常
	LockError int32 `protobuf:"varint,4,opt,name=lock_error,json=lockError,proto3" json:"lock_error,omitempty"`
	// 固件版本
	HwVer string `protobuf:"bytes,5,opt,name=hw_ver,json=hwVer,proto3" json:"hw_ver,omitempty"`
}

func (*WlstRtu_7076_Lock11) Descriptor

func (*WlstRtu_7076_Lock11) Descriptor() ([]byte, []int)

func (*WlstRtu_7076_Lock11) GetHwVer

func (m *WlstRtu_7076_Lock11) GetHwVer() string

func (*WlstRtu_7076_Lock11) GetLockError

func (m *WlstRtu_7076_Lock11) GetLockError() int32

func (*WlstRtu_7076_Lock11) GetLockStatus

func (m *WlstRtu_7076_Lock11) GetLockStatus() int32

func (*WlstRtu_7076_Lock11) GetOpenDistance

func (m *WlstRtu_7076_Lock11) GetOpenDistance() int32

func (*WlstRtu_7076_Lock11) Marshal

func (m *WlstRtu_7076_Lock11) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7076_Lock11) MarshalTo

func (m *WlstRtu_7076_Lock11) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7076_Lock11) MarshalToSizedBuffer

func (m *WlstRtu_7076_Lock11) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7076_Lock11) ProtoMessage

func (*WlstRtu_7076_Lock11) ProtoMessage()

func (*WlstRtu_7076_Lock11) Reset

func (m *WlstRtu_7076_Lock11) Reset()

func (*WlstRtu_7076_Lock11) Size

func (m *WlstRtu_7076_Lock11) Size() (n int)

func (*WlstRtu_7076_Lock11) String

func (m *WlstRtu_7076_Lock11) String() string

func (*WlstRtu_7076_Lock11) Unmarshal

func (m *WlstRtu_7076_Lock11) Unmarshal(dAtA []byte) error

func (*WlstRtu_7076_Lock11) XXX_DiscardUnknown

func (m *WlstRtu_7076_Lock11) XXX_DiscardUnknown()

func (*WlstRtu_7076_Lock11) XXX_Marshal

func (m *WlstRtu_7076_Lock11) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7076_Lock11) XXX_Merge

func (m *WlstRtu_7076_Lock11) XXX_Merge(src proto.Message)

func (*WlstRtu_7076_Lock11) XXX_Size

func (m *WlstRtu_7076_Lock11) XXX_Size() int

func (*WlstRtu_7076_Lock11) XXX_Unmarshal

func (m *WlstRtu_7076_Lock11) XXX_Unmarshal(b []byte) error

type WlstRtu_7076_Lock12

type WlstRtu_7076_Lock12 struct {
	// 0-关,1-开
	Control int32 `protobuf:"varint,1,opt,name=control,proto3" json:"control,omitempty"`
	// 0-成功,1-失败
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WlstRtu_7076_Lock12) Descriptor

func (*WlstRtu_7076_Lock12) Descriptor() ([]byte, []int)

func (*WlstRtu_7076_Lock12) GetControl

func (m *WlstRtu_7076_Lock12) GetControl() int32

func (*WlstRtu_7076_Lock12) GetStatus

func (m *WlstRtu_7076_Lock12) GetStatus() int32

func (*WlstRtu_7076_Lock12) Marshal

func (m *WlstRtu_7076_Lock12) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7076_Lock12) MarshalTo

func (m *WlstRtu_7076_Lock12) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7076_Lock12) MarshalToSizedBuffer

func (m *WlstRtu_7076_Lock12) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7076_Lock12) ProtoMessage

func (*WlstRtu_7076_Lock12) ProtoMessage()

func (*WlstRtu_7076_Lock12) Reset

func (m *WlstRtu_7076_Lock12) Reset()

func (*WlstRtu_7076_Lock12) Size

func (m *WlstRtu_7076_Lock12) Size() (n int)

func (*WlstRtu_7076_Lock12) String

func (m *WlstRtu_7076_Lock12) String() string

func (*WlstRtu_7076_Lock12) Unmarshal

func (m *WlstRtu_7076_Lock12) Unmarshal(dAtA []byte) error

func (*WlstRtu_7076_Lock12) XXX_DiscardUnknown

func (m *WlstRtu_7076_Lock12) XXX_DiscardUnknown()

func (*WlstRtu_7076_Lock12) XXX_Marshal

func (m *WlstRtu_7076_Lock12) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7076_Lock12) XXX_Merge

func (m *WlstRtu_7076_Lock12) XXX_Merge(src proto.Message)

func (*WlstRtu_7076_Lock12) XXX_Size

func (m *WlstRtu_7076_Lock12) XXX_Size() int

func (*WlstRtu_7076_Lock12) XXX_Unmarshal

func (m *WlstRtu_7076_Lock12) XXX_Unmarshal(b []byte) error

type WlstRtu_7077

type WlstRtu_7077 struct {
	// 功能,0x1-设置除湿地址,0x2-设置限值参数,0x11-查询环境数据,0x12-查询限值参数,0x13-状态控制
	CmdType int32 `protobuf:"varint,1,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"`
	// 锁地址,0-广播地址
	Addr int64 `protobuf:"varint,2,opt,name=addr,proto3" json:"addr,omitempty"`
	// 地址设置/应答
	Dry01 *WlstRtu_7077_Dry01 `protobuf:"bytes,3,opt,name=dry01,proto3" json:"dry01,omitempty"`
	// 参数设置/应答
	Dry02 *WlstRtu_7077_Dry02 `protobuf:"bytes,4,opt,name=dry02,proto3" json:"dry02,omitempty"`
	// 选测应答
	Dry11 *WlstRtu_7077_Dry11 `protobuf:"bytes,5,opt,name=dry11,proto3" json:"dry11,omitempty"`
	// 控制/应答
	Dry13 *WlstRtu_7077_Dry13 `protobuf:"bytes,6,opt,name=dry13,proto3" json:"dry13,omitempty"`
	// 序号
	CmdIdx int32 `protobuf:"varint,7,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
}

除湿

func (*WlstRtu_7077) Descriptor

func (*WlstRtu_7077) Descriptor() ([]byte, []int)

func (*WlstRtu_7077) GetAddr

func (m *WlstRtu_7077) GetAddr() int64

func (*WlstRtu_7077) GetCmdIdx

func (m *WlstRtu_7077) GetCmdIdx() int32

func (*WlstRtu_7077) GetCmdType

func (m *WlstRtu_7077) GetCmdType() int32

func (*WlstRtu_7077) GetDry01

func (m *WlstRtu_7077) GetDry01() *WlstRtu_7077_Dry01

func (*WlstRtu_7077) GetDry02

func (m *WlstRtu_7077) GetDry02() *WlstRtu_7077_Dry02

func (*WlstRtu_7077) GetDry11

func (m *WlstRtu_7077) GetDry11() *WlstRtu_7077_Dry11

func (*WlstRtu_7077) GetDry13

func (m *WlstRtu_7077) GetDry13() *WlstRtu_7077_Dry13

func (*WlstRtu_7077) Marshal

func (m *WlstRtu_7077) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7077) MarshalTo

func (m *WlstRtu_7077) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7077) MarshalToSizedBuffer

func (m *WlstRtu_7077) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7077) ProtoMessage

func (*WlstRtu_7077) ProtoMessage()

func (*WlstRtu_7077) Reset

func (m *WlstRtu_7077) Reset()

func (*WlstRtu_7077) Size

func (m *WlstRtu_7077) Size() (n int)

func (*WlstRtu_7077) String

func (m *WlstRtu_7077) String() string

func (*WlstRtu_7077) Unmarshal

func (m *WlstRtu_7077) Unmarshal(dAtA []byte) error

func (*WlstRtu_7077) XXX_DiscardUnknown

func (m *WlstRtu_7077) XXX_DiscardUnknown()

func (*WlstRtu_7077) XXX_Marshal

func (m *WlstRtu_7077) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7077) XXX_Merge

func (m *WlstRtu_7077) XXX_Merge(src proto.Message)

func (*WlstRtu_7077) XXX_Size

func (m *WlstRtu_7077) XXX_Size() int

func (*WlstRtu_7077) XXX_Unmarshal

func (m *WlstRtu_7077) XXX_Unmarshal(b []byte) error

type WlstRtu_7077_Dry01

type WlstRtu_7077_Dry01 struct {
	// 新地址
	NewAddr int64 `protobuf:"varint,1,opt,name=new_addr,json=newAddr,proto3" json:"new_addr,omitempty"`
	// 0-成功,1-失败
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WlstRtu_7077_Dry01) Descriptor

func (*WlstRtu_7077_Dry01) Descriptor() ([]byte, []int)

func (*WlstRtu_7077_Dry01) GetNewAddr

func (m *WlstRtu_7077_Dry01) GetNewAddr() int64

func (*WlstRtu_7077_Dry01) GetStatus

func (m *WlstRtu_7077_Dry01) GetStatus() int32

func (*WlstRtu_7077_Dry01) Marshal

func (m *WlstRtu_7077_Dry01) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7077_Dry01) MarshalTo

func (m *WlstRtu_7077_Dry01) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7077_Dry01) MarshalToSizedBuffer

func (m *WlstRtu_7077_Dry01) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7077_Dry01) ProtoMessage

func (*WlstRtu_7077_Dry01) ProtoMessage()

func (*WlstRtu_7077_Dry01) Reset

func (m *WlstRtu_7077_Dry01) Reset()

func (*WlstRtu_7077_Dry01) Size

func (m *WlstRtu_7077_Dry01) Size() (n int)

func (*WlstRtu_7077_Dry01) String

func (m *WlstRtu_7077_Dry01) String() string

func (*WlstRtu_7077_Dry01) Unmarshal

func (m *WlstRtu_7077_Dry01) Unmarshal(dAtA []byte) error

func (*WlstRtu_7077_Dry01) XXX_DiscardUnknown

func (m *WlstRtu_7077_Dry01) XXX_DiscardUnknown()

func (*WlstRtu_7077_Dry01) XXX_Marshal

func (m *WlstRtu_7077_Dry01) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7077_Dry01) XXX_Merge

func (m *WlstRtu_7077_Dry01) XXX_Merge(src proto.Message)

func (*WlstRtu_7077_Dry01) XXX_Size

func (m *WlstRtu_7077_Dry01) XXX_Size() int

func (*WlstRtu_7077_Dry01) XXX_Unmarshal

func (m *WlstRtu_7077_Dry01) XXX_Unmarshal(b []byte) error

type WlstRtu_7077_Dry02

type WlstRtu_7077_Dry02 struct {
	HumidityUplimit     int32 `protobuf:"varint,6,opt,name=humidity_uplimit,json=humidityUplimit,proto3" json:"humidity_uplimit,omitempty"`
	HumidityLowlimit    int32 `protobuf:"varint,7,opt,name=humidity_lowlimit,json=humidityLowlimit,proto3" json:"humidity_lowlimit,omitempty"`
	TemperatureUplimit  int32 `protobuf:"varint,8,opt,name=temperature_uplimit,json=temperatureUplimit,proto3" json:"temperature_uplimit,omitempty"`
	TemperatureLowlimit int32 `protobuf:"varint,9,opt,name=temperature_lowlimit,json=temperatureLowlimit,proto3" json:"temperature_lowlimit,omitempty"`
	// 0-成功,1-失败
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WlstRtu_7077_Dry02) Descriptor

func (*WlstRtu_7077_Dry02) Descriptor() ([]byte, []int)

func (*WlstRtu_7077_Dry02) GetHumidityLowlimit

func (m *WlstRtu_7077_Dry02) GetHumidityLowlimit() int32

func (*WlstRtu_7077_Dry02) GetHumidityUplimit

func (m *WlstRtu_7077_Dry02) GetHumidityUplimit() int32

func (*WlstRtu_7077_Dry02) GetStatus

func (m *WlstRtu_7077_Dry02) GetStatus() int32

func (*WlstRtu_7077_Dry02) GetTemperatureLowlimit

func (m *WlstRtu_7077_Dry02) GetTemperatureLowlimit() int32

func (*WlstRtu_7077_Dry02) GetTemperatureUplimit

func (m *WlstRtu_7077_Dry02) GetTemperatureUplimit() int32

func (*WlstRtu_7077_Dry02) Marshal

func (m *WlstRtu_7077_Dry02) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7077_Dry02) MarshalTo

func (m *WlstRtu_7077_Dry02) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7077_Dry02) MarshalToSizedBuffer

func (m *WlstRtu_7077_Dry02) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7077_Dry02) ProtoMessage

func (*WlstRtu_7077_Dry02) ProtoMessage()

func (*WlstRtu_7077_Dry02) Reset

func (m *WlstRtu_7077_Dry02) Reset()

func (*WlstRtu_7077_Dry02) Size

func (m *WlstRtu_7077_Dry02) Size() (n int)

func (*WlstRtu_7077_Dry02) String

func (m *WlstRtu_7077_Dry02) String() string

func (*WlstRtu_7077_Dry02) Unmarshal

func (m *WlstRtu_7077_Dry02) Unmarshal(dAtA []byte) error

func (*WlstRtu_7077_Dry02) XXX_DiscardUnknown

func (m *WlstRtu_7077_Dry02) XXX_DiscardUnknown()

func (*WlstRtu_7077_Dry02) XXX_Marshal

func (m *WlstRtu_7077_Dry02) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7077_Dry02) XXX_Merge

func (m *WlstRtu_7077_Dry02) XXX_Merge(src proto.Message)

func (*WlstRtu_7077_Dry02) XXX_Size

func (m *WlstRtu_7077_Dry02) XXX_Size() int

func (*WlstRtu_7077_Dry02) XXX_Unmarshal

func (m *WlstRtu_7077_Dry02) XXX_Unmarshal(b []byte) error

type WlstRtu_7077_Dry11

type WlstRtu_7077_Dry11 struct {
	CtlStatus   int32 `protobuf:"varint,2,opt,name=ctl_status,json=ctlStatus,proto3" json:"ctl_status,omitempty"`
	Humidity    int32 `protobuf:"varint,4,opt,name=humidity,proto3" json:"humidity,omitempty"`
	Temperature int32 `protobuf:"varint,5,opt,name=temperature,proto3" json:"temperature,omitempty"`
}

func (*WlstRtu_7077_Dry11) Descriptor

func (*WlstRtu_7077_Dry11) Descriptor() ([]byte, []int)

func (*WlstRtu_7077_Dry11) GetCtlStatus

func (m *WlstRtu_7077_Dry11) GetCtlStatus() int32

func (*WlstRtu_7077_Dry11) GetHumidity

func (m *WlstRtu_7077_Dry11) GetHumidity() int32

func (*WlstRtu_7077_Dry11) GetTemperature

func (m *WlstRtu_7077_Dry11) GetTemperature() int32

func (*WlstRtu_7077_Dry11) Marshal

func (m *WlstRtu_7077_Dry11) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7077_Dry11) MarshalTo

func (m *WlstRtu_7077_Dry11) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7077_Dry11) MarshalToSizedBuffer

func (m *WlstRtu_7077_Dry11) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7077_Dry11) ProtoMessage

func (*WlstRtu_7077_Dry11) ProtoMessage()

func (*WlstRtu_7077_Dry11) Reset

func (m *WlstRtu_7077_Dry11) Reset()

func (*WlstRtu_7077_Dry11) Size

func (m *WlstRtu_7077_Dry11) Size() (n int)

func (*WlstRtu_7077_Dry11) String

func (m *WlstRtu_7077_Dry11) String() string

func (*WlstRtu_7077_Dry11) Unmarshal

func (m *WlstRtu_7077_Dry11) Unmarshal(dAtA []byte) error

func (*WlstRtu_7077_Dry11) XXX_DiscardUnknown

func (m *WlstRtu_7077_Dry11) XXX_DiscardUnknown()

func (*WlstRtu_7077_Dry11) XXX_Marshal

func (m *WlstRtu_7077_Dry11) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7077_Dry11) XXX_Merge

func (m *WlstRtu_7077_Dry11) XXX_Merge(src proto.Message)

func (*WlstRtu_7077_Dry11) XXX_Size

func (m *WlstRtu_7077_Dry11) XXX_Size() int

func (*WlstRtu_7077_Dry11) XXX_Unmarshal

func (m *WlstRtu_7077_Dry11) XXX_Unmarshal(b []byte) error

type WlstRtu_7077_Dry13

type WlstRtu_7077_Dry13 struct {
	CtlStatus int32 `protobuf:"varint,1,opt,name=ctl_status,json=ctlStatus,proto3" json:"ctl_status,omitempty"`
	// 0-成功,1-失败
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WlstRtu_7077_Dry13) Descriptor

func (*WlstRtu_7077_Dry13) Descriptor() ([]byte, []int)

func (*WlstRtu_7077_Dry13) GetCtlStatus

func (m *WlstRtu_7077_Dry13) GetCtlStatus() int32

func (*WlstRtu_7077_Dry13) GetStatus

func (m *WlstRtu_7077_Dry13) GetStatus() int32

func (*WlstRtu_7077_Dry13) Marshal

func (m *WlstRtu_7077_Dry13) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7077_Dry13) MarshalTo

func (m *WlstRtu_7077_Dry13) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7077_Dry13) MarshalToSizedBuffer

func (m *WlstRtu_7077_Dry13) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7077_Dry13) ProtoMessage

func (*WlstRtu_7077_Dry13) ProtoMessage()

func (*WlstRtu_7077_Dry13) Reset

func (m *WlstRtu_7077_Dry13) Reset()

func (*WlstRtu_7077_Dry13) Size

func (m *WlstRtu_7077_Dry13) Size() (n int)

func (*WlstRtu_7077_Dry13) String

func (m *WlstRtu_7077_Dry13) String() string

func (*WlstRtu_7077_Dry13) Unmarshal

func (m *WlstRtu_7077_Dry13) Unmarshal(dAtA []byte) error

func (*WlstRtu_7077_Dry13) XXX_DiscardUnknown

func (m *WlstRtu_7077_Dry13) XXX_DiscardUnknown()

func (*WlstRtu_7077_Dry13) XXX_Marshal

func (m *WlstRtu_7077_Dry13) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7077_Dry13) XXX_Merge

func (m *WlstRtu_7077_Dry13) XXX_Merge(src proto.Message)

func (*WlstRtu_7077_Dry13) XXX_Size

func (m *WlstRtu_7077_Dry13) XXX_Size() int

func (*WlstRtu_7077_Dry13) XXX_Unmarshal

func (m *WlstRtu_7077_Dry13) XXX_Unmarshal(b []byte) error

type WlstRtu_7078

type WlstRtu_7078 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 命令类型,0x1-对时,0x11-查询时间,0x12-查询软件版本,0x13-查询事件记录
	CmdType int32 `protobuf:"varint,2,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"`
}

漏电设备

func (*WlstRtu_7078) Descriptor

func (*WlstRtu_7078) Descriptor() ([]byte, []int)

func (*WlstRtu_7078) GetCmdIdx

func (m *WlstRtu_7078) GetCmdIdx() int32

func (*WlstRtu_7078) GetCmdType

func (m *WlstRtu_7078) GetCmdType() int32

func (*WlstRtu_7078) Marshal

func (m *WlstRtu_7078) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7078) MarshalTo

func (m *WlstRtu_7078) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7078) MarshalToSizedBuffer

func (m *WlstRtu_7078) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7078) ProtoMessage

func (*WlstRtu_7078) ProtoMessage()

func (*WlstRtu_7078) Reset

func (m *WlstRtu_7078) Reset()

func (*WlstRtu_7078) Size

func (m *WlstRtu_7078) Size() (n int)

func (*WlstRtu_7078) String

func (m *WlstRtu_7078) String() string

func (*WlstRtu_7078) Unmarshal

func (m *WlstRtu_7078) Unmarshal(dAtA []byte) error

func (*WlstRtu_7078) XXX_DiscardUnknown

func (m *WlstRtu_7078) XXX_DiscardUnknown()

func (*WlstRtu_7078) XXX_Marshal

func (m *WlstRtu_7078) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7078) XXX_Merge

func (m *WlstRtu_7078) XXX_Merge(src proto.Message)

func (*WlstRtu_7078) XXX_Size

func (m *WlstRtu_7078) XXX_Size() int

func (*WlstRtu_7078) XXX_Unmarshal

func (m *WlstRtu_7078) XXX_Unmarshal(b []byte) error

type WlstRtu_7081

type WlstRtu_7081 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 状态
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// 旧版本
	OldVer string `protobuf:"bytes,3,opt,name=old_ver,json=oldVer,proto3" json:"old_ver,omitempty"`
	// 新版本
	NewVer string `protobuf:"bytes,4,opt,name=new_ver,json=newVer,proto3" json:"new_ver,omitempty"`
	// 位置关系
	DataLocation int32 `protobuf:"varint,5,opt,name=data_location,json=dataLocation,proto3" json:"data_location,omitempty"`
}

终端升级上报

func (*WlstRtu_7081) Descriptor

func (*WlstRtu_7081) Descriptor() ([]byte, []int)

func (*WlstRtu_7081) GetCmdIdx

func (m *WlstRtu_7081) GetCmdIdx() int32

func (*WlstRtu_7081) GetDataLocation

func (m *WlstRtu_7081) GetDataLocation() int32

func (*WlstRtu_7081) GetNewVer

func (m *WlstRtu_7081) GetNewVer() string

func (*WlstRtu_7081) GetOldVer

func (m *WlstRtu_7081) GetOldVer() string

func (*WlstRtu_7081) GetStatus

func (m *WlstRtu_7081) GetStatus() int32

func (*WlstRtu_7081) Marshal

func (m *WlstRtu_7081) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7081) MarshalTo

func (m *WlstRtu_7081) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7081) MarshalToSizedBuffer

func (m *WlstRtu_7081) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7081) ProtoMessage

func (*WlstRtu_7081) ProtoMessage()

func (*WlstRtu_7081) Reset

func (m *WlstRtu_7081) Reset()

func (*WlstRtu_7081) Size

func (m *WlstRtu_7081) Size() (n int)

func (*WlstRtu_7081) String

func (m *WlstRtu_7081) String() string

func (*WlstRtu_7081) Unmarshal

func (m *WlstRtu_7081) Unmarshal(dAtA []byte) error

func (*WlstRtu_7081) XXX_DiscardUnknown

func (m *WlstRtu_7081) XXX_DiscardUnknown()

func (*WlstRtu_7081) XXX_Marshal

func (m *WlstRtu_7081) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7081) XXX_Merge

func (m *WlstRtu_7081) XXX_Merge(src proto.Message)

func (*WlstRtu_7081) XXX_Size

func (m *WlstRtu_7081) XXX_Size() int

func (*WlstRtu_7081) XXX_Unmarshal

func (m *WlstRtu_7081) XXX_Unmarshal(b []byte) error

type WlstRtu_7087

type WlstRtu_7087 struct {
	//序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	//状态 0-数据包正常,>0数据包异常
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	//失败的数据包编号
	FailedPackages []int32 `protobuf:"varint,3,rep,packed,name=failed_packages,json=failedPackages,proto3" json:"failed_packages,omitempty"`
	//设备传回的失败标识字节数
	BytesCount int32 `protobuf:"varint,4,opt,name=bytes_count,json=bytesCount,proto3" json:"bytes_count,omitempty"`
}

3006终端数据包状态查询应答 Wlst_rtu_7083

func (*WlstRtu_7087) Descriptor

func (*WlstRtu_7087) Descriptor() ([]byte, []int)

func (*WlstRtu_7087) GetBytesCount

func (m *WlstRtu_7087) GetBytesCount() int32

func (*WlstRtu_7087) GetCmdIdx

func (m *WlstRtu_7087) GetCmdIdx() int32

func (*WlstRtu_7087) GetFailedPackages

func (m *WlstRtu_7087) GetFailedPackages() []int32

func (*WlstRtu_7087) GetStatus

func (m *WlstRtu_7087) GetStatus() int32

func (*WlstRtu_7087) Marshal

func (m *WlstRtu_7087) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7087) MarshalTo

func (m *WlstRtu_7087) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7087) MarshalToSizedBuffer

func (m *WlstRtu_7087) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7087) ProtoMessage

func (*WlstRtu_7087) ProtoMessage()

func (*WlstRtu_7087) Reset

func (m *WlstRtu_7087) Reset()

func (*WlstRtu_7087) Size

func (m *WlstRtu_7087) Size() (n int)

func (*WlstRtu_7087) String

func (m *WlstRtu_7087) String() string

func (*WlstRtu_7087) Unmarshal

func (m *WlstRtu_7087) Unmarshal(dAtA []byte) error

func (*WlstRtu_7087) XXX_DiscardUnknown

func (m *WlstRtu_7087) XXX_DiscardUnknown()

func (*WlstRtu_7087) XXX_Marshal

func (m *WlstRtu_7087) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7087) XXX_Merge

func (m *WlstRtu_7087) XXX_Merge(src proto.Message)

func (*WlstRtu_7087) XXX_Size

func (m *WlstRtu_7087) XXX_Size() int

func (*WlstRtu_7087) XXX_Unmarshal

func (m *WlstRtu_7087) XXX_Unmarshal(b []byte) error

type WlstRtu_7094

type WlstRtu_7094 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 报警类型,400-火零不平衡,
	// 401-24路设备开关灯操作后应答,
	// 500-漏电报警,
	// 4096-电子锁报警,
	// 4097-除湿报警,
	// 501-交流输入过压报警,
	// 502-交流输入欠压报警,
	// 503-交流输入缺相报警,
	// 504-直流输出过压报警,
	// 505-直流输出欠压报警,
	// 506-直流电源过热报警,
	// 507-直流输出电流过流报警,
	// 508-直流输出电流欠流报警
	AlarmType int32 `protobuf:"varint,2,opt,name=alarm_type,json=alarmType,proto3" json:"alarm_type,omitempty"`
	// 火零不平衡报警内容 400
	AlarmLn *WlstRtu_7094_Alarm_LN `protobuf:"bytes,3,opt,name=alarm_ln,json=alarmLn,proto3" json:"alarm_ln,omitempty"`
	// 24路开关灯后操作结果,依次为1-24路输出状态,1-通,0-断 401
	SwitchOutStPacked []int32 `protobuf:"varint,4,rep,packed,name=switch_out_st_packed,json=switchOutStPacked,proto3" json:"switch_out_st_packed,omitempty"`
	// 漏电板报警 500
	AlarmElu *WlstRtu_7094_Alarm_Elu `protobuf:"bytes,5,opt,name=alarm_elu,json=alarmElu,proto3" json:"alarm_elu,omitempty"`
	// 门锁报警 4096
	AlarmHjlock *WlstRtu_7094_Alarm_HJLock `protobuf:"bytes,6,opt,name=alarm_hjlock,json=alarmHjlock,proto3" json:"alarm_hjlock,omitempty"`
	// 除湿器报警 4097
	AlarmYfdry *WlstRtu_7094_Alarm_YFDry `protobuf:"bytes,7,opt,name=alarm_yfdry,json=alarmYfdry,proto3" json:"alarm_yfdry,omitempty"`
	// 交流输入过压报警 501
	AlarmAcupper *WlstRtu_7094_Alarm_AC `protobuf:"bytes,8,opt,name=alarm_acupper,json=alarmAcupper,proto3" json:"alarm_acupper,omitempty"`
	// 交流输入欠压报警 502
	AlarmAclower *WlstRtu_7094_Alarm_AC `protobuf:"bytes,9,opt,name=alarm_aclower,json=alarmAclower,proto3" json:"alarm_aclower,omitempty"`
	// 交流输入缺相报警 503
	AlarmAcphase *WlstRtu_7094_Alarm_AC `protobuf:"bytes,10,opt,name=alarm_acphase,json=alarmAcphase,proto3" json:"alarm_acphase,omitempty"`
	// 直流输出过压报警 504 (只能手动消警)
	AlarmDcvupper *WlstRtu_7094_Alarm_DCV `protobuf:"bytes,11,opt,name=alarm_dcvupper,json=alarmDcvupper,proto3" json:"alarm_dcvupper,omitempty"`
	// 直流输出欠压报警 505 (只能手动消警)
	AlarmDcvlower *WlstRtu_7094_Alarm_DCV `protobuf:"bytes,12,opt,name=alarm_dcvlower,json=alarmDcvlower,proto3" json:"alarm_dcvlower,omitempty"`
	// 直流输出线路异常报警 506
	AlarmDcline *WlstRtu_7094_Alarm_DCL `protobuf:"bytes,13,opt,name=alarm_dcline,json=alarmDcline,proto3" json:"alarm_dcline,omitempty"`
	// 直流输出电流过流报警 507
	AlarmDcaupper *WlstRtu_7094_Alarm_DCA `protobuf:"bytes,14,opt,name=alarm_dcaupper,json=alarmDcaupper,proto3" json:"alarm_dcaupper,omitempty"`
	// 直流输出电流欠流报警 508
	AlarmDcalower *WlstRtu_7094_Alarm_DCA `protobuf:"bytes,15,opt,name=alarm_dcalower,json=alarmDcalower,proto3" json:"alarm_dcalower,omitempty"`
}

3006主动上报

func (*WlstRtu_7094) Descriptor

func (*WlstRtu_7094) Descriptor() ([]byte, []int)

func (*WlstRtu_7094) GetAlarmAclower

func (m *WlstRtu_7094) GetAlarmAclower() *WlstRtu_7094_Alarm_AC

func (*WlstRtu_7094) GetAlarmAcphase

func (m *WlstRtu_7094) GetAlarmAcphase() *WlstRtu_7094_Alarm_AC

func (*WlstRtu_7094) GetAlarmAcupper

func (m *WlstRtu_7094) GetAlarmAcupper() *WlstRtu_7094_Alarm_AC

func (*WlstRtu_7094) GetAlarmDcalower

func (m *WlstRtu_7094) GetAlarmDcalower() *WlstRtu_7094_Alarm_DCA

func (*WlstRtu_7094) GetAlarmDcaupper

func (m *WlstRtu_7094) GetAlarmDcaupper() *WlstRtu_7094_Alarm_DCA

func (*WlstRtu_7094) GetAlarmDcline

func (m *WlstRtu_7094) GetAlarmDcline() *WlstRtu_7094_Alarm_DCL

func (*WlstRtu_7094) GetAlarmDcvlower

func (m *WlstRtu_7094) GetAlarmDcvlower() *WlstRtu_7094_Alarm_DCV

func (*WlstRtu_7094) GetAlarmDcvupper

func (m *WlstRtu_7094) GetAlarmDcvupper() *WlstRtu_7094_Alarm_DCV

func (*WlstRtu_7094) GetAlarmElu

func (m *WlstRtu_7094) GetAlarmElu() *WlstRtu_7094_Alarm_Elu

func (*WlstRtu_7094) GetAlarmHjlock

func (m *WlstRtu_7094) GetAlarmHjlock() *WlstRtu_7094_Alarm_HJLock

func (*WlstRtu_7094) GetAlarmLn

func (m *WlstRtu_7094) GetAlarmLn() *WlstRtu_7094_Alarm_LN

func (*WlstRtu_7094) GetAlarmType

func (m *WlstRtu_7094) GetAlarmType() int32

func (*WlstRtu_7094) GetAlarmYfdry

func (m *WlstRtu_7094) GetAlarmYfdry() *WlstRtu_7094_Alarm_YFDry

func (*WlstRtu_7094) GetCmdIdx

func (m *WlstRtu_7094) GetCmdIdx() int32

func (*WlstRtu_7094) GetSwitchOutStPacked

func (m *WlstRtu_7094) GetSwitchOutStPacked() []int32

func (*WlstRtu_7094) Marshal

func (m *WlstRtu_7094) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7094) MarshalTo

func (m *WlstRtu_7094) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7094) MarshalToSizedBuffer

func (m *WlstRtu_7094) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7094) ProtoMessage

func (*WlstRtu_7094) ProtoMessage()

func (*WlstRtu_7094) Reset

func (m *WlstRtu_7094) Reset()

func (*WlstRtu_7094) Size

func (m *WlstRtu_7094) Size() (n int)

func (*WlstRtu_7094) String

func (m *WlstRtu_7094) String() string

func (*WlstRtu_7094) Unmarshal

func (m *WlstRtu_7094) Unmarshal(dAtA []byte) error

func (*WlstRtu_7094) XXX_DiscardUnknown

func (m *WlstRtu_7094) XXX_DiscardUnknown()

func (*WlstRtu_7094) XXX_Marshal

func (m *WlstRtu_7094) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7094) XXX_Merge

func (m *WlstRtu_7094) XXX_Merge(src proto.Message)

func (*WlstRtu_7094) XXX_Size

func (m *WlstRtu_7094) XXX_Size() int

func (*WlstRtu_7094) XXX_Unmarshal

func (m *WlstRtu_7094) XXX_Unmarshal(b []byte) error

type WlstRtu_7094_Alarm_AC

type WlstRtu_7094_Alarm_AC struct {
	// 发生故障的相位 0-A,1-B,2-C
	Phase int32 `protobuf:"varint,1,opt,name=phase,proto3" json:"phase,omitempty"`
	// 发生时间
	DtAlarm int64 `protobuf:"varint,2,opt,name=dt_alarm,json=dtAlarm,proto3" json:"dt_alarm,omitempty"`
	// 记录类型:0—消警,1—报警
	RecordType int32 `protobuf:"varint,3,opt,name=record_type,json=recordType,proto3" json:"record_type,omitempty"`
	// 电压值:发生报/消警相位的电压值
	Voltage float32 `protobuf:"fixed32,4,opt,name=voltage,proto3" json:"voltage,omitempty"`
}

func (*WlstRtu_7094_Alarm_AC) Descriptor

func (*WlstRtu_7094_Alarm_AC) Descriptor() ([]byte, []int)

func (*WlstRtu_7094_Alarm_AC) GetDtAlarm

func (m *WlstRtu_7094_Alarm_AC) GetDtAlarm() int64

func (*WlstRtu_7094_Alarm_AC) GetPhase

func (m *WlstRtu_7094_Alarm_AC) GetPhase() int32

func (*WlstRtu_7094_Alarm_AC) GetRecordType

func (m *WlstRtu_7094_Alarm_AC) GetRecordType() int32

func (*WlstRtu_7094_Alarm_AC) GetVoltage

func (m *WlstRtu_7094_Alarm_AC) GetVoltage() float32

func (*WlstRtu_7094_Alarm_AC) Marshal

func (m *WlstRtu_7094_Alarm_AC) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7094_Alarm_AC) MarshalTo

func (m *WlstRtu_7094_Alarm_AC) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_AC) MarshalToSizedBuffer

func (m *WlstRtu_7094_Alarm_AC) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_AC) ProtoMessage

func (*WlstRtu_7094_Alarm_AC) ProtoMessage()

func (*WlstRtu_7094_Alarm_AC) Reset

func (m *WlstRtu_7094_Alarm_AC) Reset()

func (*WlstRtu_7094_Alarm_AC) Size

func (m *WlstRtu_7094_Alarm_AC) Size() (n int)

func (*WlstRtu_7094_Alarm_AC) String

func (m *WlstRtu_7094_Alarm_AC) String() string

func (*WlstRtu_7094_Alarm_AC) Unmarshal

func (m *WlstRtu_7094_Alarm_AC) Unmarshal(dAtA []byte) error

func (*WlstRtu_7094_Alarm_AC) XXX_DiscardUnknown

func (m *WlstRtu_7094_Alarm_AC) XXX_DiscardUnknown()

func (*WlstRtu_7094_Alarm_AC) XXX_Marshal

func (m *WlstRtu_7094_Alarm_AC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7094_Alarm_AC) XXX_Merge

func (m *WlstRtu_7094_Alarm_AC) XXX_Merge(src proto.Message)

func (*WlstRtu_7094_Alarm_AC) XXX_Size

func (m *WlstRtu_7094_Alarm_AC) XXX_Size() int

func (*WlstRtu_7094_Alarm_AC) XXX_Unmarshal

func (m *WlstRtu_7094_Alarm_AC) XXX_Unmarshal(b []byte) error

type WlstRtu_7094_Alarm_DCA

type WlstRtu_7094_Alarm_DCA struct {
	// 发生故障的电流回路号 (通讯层+1操作)
	Loop int32 `protobuf:"varint,1,opt,name=loop,proto3" json:"loop,omitempty"`
	// 发生时间
	DtAlarm int64 `protobuf:"varint,2,opt,name=dt_alarm,json=dtAlarm,proto3" json:"dt_alarm,omitempty"`
	// 记录类型:0—消警,1—报警
	RecordType int32 `protobuf:"varint,3,opt,name=record_type,json=recordType,proto3" json:"record_type,omitempty"`
	// 电流值:发生报警时的电流值
	Current float32 `protobuf:"fixed32,4,opt,name=current,proto3" json:"current,omitempty"`
	// 警报等级:0—无警,1—1级报警,2—2级报警。
	AlarmLevel int32 `protobuf:"varint,5,opt,name=alarm_level,json=alarmLevel,proto3" json:"alarm_level,omitempty"`
}

func (*WlstRtu_7094_Alarm_DCA) Descriptor

func (*WlstRtu_7094_Alarm_DCA) Descriptor() ([]byte, []int)

func (*WlstRtu_7094_Alarm_DCA) GetAlarmLevel

func (m *WlstRtu_7094_Alarm_DCA) GetAlarmLevel() int32

func (*WlstRtu_7094_Alarm_DCA) GetCurrent

func (m *WlstRtu_7094_Alarm_DCA) GetCurrent() float32

func (*WlstRtu_7094_Alarm_DCA) GetDtAlarm

func (m *WlstRtu_7094_Alarm_DCA) GetDtAlarm() int64

func (*WlstRtu_7094_Alarm_DCA) GetLoop

func (m *WlstRtu_7094_Alarm_DCA) GetLoop() int32

func (*WlstRtu_7094_Alarm_DCA) GetRecordType

func (m *WlstRtu_7094_Alarm_DCA) GetRecordType() int32

func (*WlstRtu_7094_Alarm_DCA) Marshal

func (m *WlstRtu_7094_Alarm_DCA) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7094_Alarm_DCA) MarshalTo

func (m *WlstRtu_7094_Alarm_DCA) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_DCA) MarshalToSizedBuffer

func (m *WlstRtu_7094_Alarm_DCA) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_DCA) ProtoMessage

func (*WlstRtu_7094_Alarm_DCA) ProtoMessage()

func (*WlstRtu_7094_Alarm_DCA) Reset

func (m *WlstRtu_7094_Alarm_DCA) Reset()

func (*WlstRtu_7094_Alarm_DCA) Size

func (m *WlstRtu_7094_Alarm_DCA) Size() (n int)

func (*WlstRtu_7094_Alarm_DCA) String

func (m *WlstRtu_7094_Alarm_DCA) String() string

func (*WlstRtu_7094_Alarm_DCA) Unmarshal

func (m *WlstRtu_7094_Alarm_DCA) Unmarshal(dAtA []byte) error

func (*WlstRtu_7094_Alarm_DCA) XXX_DiscardUnknown

func (m *WlstRtu_7094_Alarm_DCA) XXX_DiscardUnknown()

func (*WlstRtu_7094_Alarm_DCA) XXX_Marshal

func (m *WlstRtu_7094_Alarm_DCA) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7094_Alarm_DCA) XXX_Merge

func (m *WlstRtu_7094_Alarm_DCA) XXX_Merge(src proto.Message)

func (*WlstRtu_7094_Alarm_DCA) XXX_Size

func (m *WlstRtu_7094_Alarm_DCA) XXX_Size() int

func (*WlstRtu_7094_Alarm_DCA) XXX_Unmarshal

func (m *WlstRtu_7094_Alarm_DCA) XXX_Unmarshal(b []byte) error

type WlstRtu_7094_Alarm_DCL

type WlstRtu_7094_Alarm_DCL struct {
	// 温度,单位0.1
	T11E int32 `protobuf:"varint,1,opt,name=t11e,proto3" json:"t11e,omitempty"`
	// 发生时间
	DtAlarm int64 `protobuf:"varint,2,opt,name=dt_alarm,json=dtAlarm,proto3" json:"dt_alarm,omitempty"`
	// 记录类型:0—消警,1—报警
	RecordType int32 `protobuf:"varint,3,opt,name=record_type,json=recordType,proto3" json:"record_type,omitempty"`
}

func (*WlstRtu_7094_Alarm_DCL) Descriptor

func (*WlstRtu_7094_Alarm_DCL) Descriptor() ([]byte, []int)

func (*WlstRtu_7094_Alarm_DCL) GetDtAlarm

func (m *WlstRtu_7094_Alarm_DCL) GetDtAlarm() int64

func (*WlstRtu_7094_Alarm_DCL) GetRecordType

func (m *WlstRtu_7094_Alarm_DCL) GetRecordType() int32

func (*WlstRtu_7094_Alarm_DCL) GetT11E

func (m *WlstRtu_7094_Alarm_DCL) GetT11E() int32

func (*WlstRtu_7094_Alarm_DCL) Marshal

func (m *WlstRtu_7094_Alarm_DCL) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7094_Alarm_DCL) MarshalTo

func (m *WlstRtu_7094_Alarm_DCL) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_DCL) MarshalToSizedBuffer

func (m *WlstRtu_7094_Alarm_DCL) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_DCL) ProtoMessage

func (*WlstRtu_7094_Alarm_DCL) ProtoMessage()

func (*WlstRtu_7094_Alarm_DCL) Reset

func (m *WlstRtu_7094_Alarm_DCL) Reset()

func (*WlstRtu_7094_Alarm_DCL) Size

func (m *WlstRtu_7094_Alarm_DCL) Size() (n int)

func (*WlstRtu_7094_Alarm_DCL) String

func (m *WlstRtu_7094_Alarm_DCL) String() string

func (*WlstRtu_7094_Alarm_DCL) Unmarshal

func (m *WlstRtu_7094_Alarm_DCL) Unmarshal(dAtA []byte) error

func (*WlstRtu_7094_Alarm_DCL) XXX_DiscardUnknown

func (m *WlstRtu_7094_Alarm_DCL) XXX_DiscardUnknown()

func (*WlstRtu_7094_Alarm_DCL) XXX_Marshal

func (m *WlstRtu_7094_Alarm_DCL) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7094_Alarm_DCL) XXX_Merge

func (m *WlstRtu_7094_Alarm_DCL) XXX_Merge(src proto.Message)

func (*WlstRtu_7094_Alarm_DCL) XXX_Size

func (m *WlstRtu_7094_Alarm_DCL) XXX_Size() int

func (*WlstRtu_7094_Alarm_DCL) XXX_Unmarshal

func (m *WlstRtu_7094_Alarm_DCL) XXX_Unmarshal(b []byte) error

type WlstRtu_7094_Alarm_DCV

type WlstRtu_7094_Alarm_DCV struct {
	// 发生故障的电压号 (通讯层+1操作)
	Loop int32 `protobuf:"varint,1,opt,name=loop,proto3" json:"loop,omitempty"`
	// 发生时间
	DtAlarm int64 `protobuf:"varint,2,opt,name=dt_alarm,json=dtAlarm,proto3" json:"dt_alarm,omitempty"`
	// 记录类型:0—消警,1—报警
	RecordType int32 `protobuf:"varint,3,opt,name=record_type,json=recordType,proto3" json:"record_type,omitempty"`
	// 电压值:发生报警时的电压值
	Voltage float32 `protobuf:"fixed32,4,opt,name=voltage,proto3" json:"voltage,omitempty"`
}

func (*WlstRtu_7094_Alarm_DCV) Descriptor

func (*WlstRtu_7094_Alarm_DCV) Descriptor() ([]byte, []int)

func (*WlstRtu_7094_Alarm_DCV) GetDtAlarm

func (m *WlstRtu_7094_Alarm_DCV) GetDtAlarm() int64

func (*WlstRtu_7094_Alarm_DCV) GetLoop

func (m *WlstRtu_7094_Alarm_DCV) GetLoop() int32

func (*WlstRtu_7094_Alarm_DCV) GetRecordType

func (m *WlstRtu_7094_Alarm_DCV) GetRecordType() int32

func (*WlstRtu_7094_Alarm_DCV) GetVoltage

func (m *WlstRtu_7094_Alarm_DCV) GetVoltage() float32

func (*WlstRtu_7094_Alarm_DCV) Marshal

func (m *WlstRtu_7094_Alarm_DCV) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7094_Alarm_DCV) MarshalTo

func (m *WlstRtu_7094_Alarm_DCV) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_DCV) MarshalToSizedBuffer

func (m *WlstRtu_7094_Alarm_DCV) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_DCV) ProtoMessage

func (*WlstRtu_7094_Alarm_DCV) ProtoMessage()

func (*WlstRtu_7094_Alarm_DCV) Reset

func (m *WlstRtu_7094_Alarm_DCV) Reset()

func (*WlstRtu_7094_Alarm_DCV) Size

func (m *WlstRtu_7094_Alarm_DCV) Size() (n int)

func (*WlstRtu_7094_Alarm_DCV) String

func (m *WlstRtu_7094_Alarm_DCV) String() string

func (*WlstRtu_7094_Alarm_DCV) Unmarshal

func (m *WlstRtu_7094_Alarm_DCV) Unmarshal(dAtA []byte) error

func (*WlstRtu_7094_Alarm_DCV) XXX_DiscardUnknown

func (m *WlstRtu_7094_Alarm_DCV) XXX_DiscardUnknown()

func (*WlstRtu_7094_Alarm_DCV) XXX_Marshal

func (m *WlstRtu_7094_Alarm_DCV) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7094_Alarm_DCV) XXX_Merge

func (m *WlstRtu_7094_Alarm_DCV) XXX_Merge(src proto.Message)

func (*WlstRtu_7094_Alarm_DCV) XXX_Size

func (m *WlstRtu_7094_Alarm_DCV) XXX_Size() int

func (*WlstRtu_7094_Alarm_DCV) XXX_Unmarshal

func (m *WlstRtu_7094_Alarm_DCV) XXX_Unmarshal(b []byte) error

type WlstRtu_7094_Alarm_Elu

type WlstRtu_7094_Alarm_Elu struct {
	// 报警类型,500-漏电
	AlarmType int32 `protobuf:"varint,1,opt,name=alarm_type,json=alarmType,proto3" json:"alarm_type,omitempty"`
	// 漏电回路号,1-8
	AlarmLoop int32 `protobuf:"varint,2,opt,name=alarm_loop,json=alarmLoop,proto3" json:"alarm_loop,omitempty"`
	// 时间,unit时间戳,精确到秒
	DtAlarm int64 `protobuf:"varint,3,opt,name=dt_alarm,json=dtAlarm,proto3" json:"dt_alarm,omitempty"`
	// 漏电值,ma
	AlarmValue int32 `protobuf:"varint,4,opt,name=alarm_value,json=alarmValue,proto3" json:"alarm_value,omitempty"`
	// 记录类型,0-消警,1-报警
	RecordType int32 `protobuf:"varint,5,opt,name=record_type,json=recordType,proto3" json:"record_type,omitempty"`
	// 报警等级,0-无,1~5-一到五级报警,0xaa-分匝报警
	RecordLevel int32 `protobuf:"varint,6,opt,name=record_level,json=recordLevel,proto3" json:"record_level,omitempty"`
	// 开关量输出当前状态,0-断开,1-闭合
	SwitchoutStatus int32 `protobuf:"varint,7,opt,name=switchout_status,json=switchoutStatus,proto3" json:"switchout_status,omitempty"`
	// 回路标示0-不启用,1-只检测漏电流,2-检测漏电流并报警,3-检测漏电流不报警但分闸,4-检测漏电流报警并分闸
	EluMark int32 `protobuf:"varint,8,opt,name=elu_mark,json=eluMark,proto3" json:"elu_mark,omitempty"`
	// 基线(屏蔽值)(mA)
	Baseline int32 `protobuf:"varint,9,opt,name=baseline,proto3" json:"baseline,omitempty"`
}

func (*WlstRtu_7094_Alarm_Elu) Descriptor

func (*WlstRtu_7094_Alarm_Elu) Descriptor() ([]byte, []int)

func (*WlstRtu_7094_Alarm_Elu) GetAlarmLoop

func (m *WlstRtu_7094_Alarm_Elu) GetAlarmLoop() int32

func (*WlstRtu_7094_Alarm_Elu) GetAlarmType

func (m *WlstRtu_7094_Alarm_Elu) GetAlarmType() int32

func (*WlstRtu_7094_Alarm_Elu) GetAlarmValue

func (m *WlstRtu_7094_Alarm_Elu) GetAlarmValue() int32

func (*WlstRtu_7094_Alarm_Elu) GetBaseline

func (m *WlstRtu_7094_Alarm_Elu) GetBaseline() int32

func (*WlstRtu_7094_Alarm_Elu) GetDtAlarm

func (m *WlstRtu_7094_Alarm_Elu) GetDtAlarm() int64

func (*WlstRtu_7094_Alarm_Elu) GetEluMark

func (m *WlstRtu_7094_Alarm_Elu) GetEluMark() int32

func (*WlstRtu_7094_Alarm_Elu) GetRecordLevel

func (m *WlstRtu_7094_Alarm_Elu) GetRecordLevel() int32

func (*WlstRtu_7094_Alarm_Elu) GetRecordType

func (m *WlstRtu_7094_Alarm_Elu) GetRecordType() int32

func (*WlstRtu_7094_Alarm_Elu) GetSwitchoutStatus

func (m *WlstRtu_7094_Alarm_Elu) GetSwitchoutStatus() int32

func (*WlstRtu_7094_Alarm_Elu) Marshal

func (m *WlstRtu_7094_Alarm_Elu) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7094_Alarm_Elu) MarshalTo

func (m *WlstRtu_7094_Alarm_Elu) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_Elu) MarshalToSizedBuffer

func (m *WlstRtu_7094_Alarm_Elu) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_Elu) ProtoMessage

func (*WlstRtu_7094_Alarm_Elu) ProtoMessage()

func (*WlstRtu_7094_Alarm_Elu) Reset

func (m *WlstRtu_7094_Alarm_Elu) Reset()

func (*WlstRtu_7094_Alarm_Elu) Size

func (m *WlstRtu_7094_Alarm_Elu) Size() (n int)

func (*WlstRtu_7094_Alarm_Elu) String

func (m *WlstRtu_7094_Alarm_Elu) String() string

func (*WlstRtu_7094_Alarm_Elu) Unmarshal

func (m *WlstRtu_7094_Alarm_Elu) Unmarshal(dAtA []byte) error

func (*WlstRtu_7094_Alarm_Elu) XXX_DiscardUnknown

func (m *WlstRtu_7094_Alarm_Elu) XXX_DiscardUnknown()

func (*WlstRtu_7094_Alarm_Elu) XXX_Marshal

func (m *WlstRtu_7094_Alarm_Elu) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7094_Alarm_Elu) XXX_Merge

func (m *WlstRtu_7094_Alarm_Elu) XXX_Merge(src proto.Message)

func (*WlstRtu_7094_Alarm_Elu) XXX_Size

func (m *WlstRtu_7094_Alarm_Elu) XXX_Size() int

func (*WlstRtu_7094_Alarm_Elu) XXX_Unmarshal

func (m *WlstRtu_7094_Alarm_Elu) XXX_Unmarshal(b []byte) error

type WlstRtu_7094_Alarm_HJLock

type WlstRtu_7094_Alarm_HJLock struct {
	// 锁地址
	Addr int64 `protobuf:"varint,1,opt,name=addr,proto3" json:"addr,omitempty"`
	// 开关状态,0-关,1-开
	LockStatus int32 `protobuf:"varint,2,opt,name=lock_status,json=lockStatus,proto3" json:"lock_status,omitempty"`
	// 开锁维持时间(秒)
	OpenDistance int32 `protobuf:"varint,3,opt,name=open_distance,json=openDistance,proto3" json:"open_distance,omitempty"`
	// 故障状态 0-无,1-开锁异常,2-关锁异常
	LockError int32 `protobuf:"varint,4,opt,name=lock_error,json=lockError,proto3" json:"lock_error,omitempty"`
	// 固件版本
	HwVer string `protobuf:"bytes,5,opt,name=hw_ver,json=hwVer,proto3" json:"hw_ver,omitempty"`
	// 时间
	DtAlarm int64 `protobuf:"varint,6,opt,name=dt_alarm,json=dtAlarm,proto3" json:"dt_alarm,omitempty"`
}

func (*WlstRtu_7094_Alarm_HJLock) Descriptor

func (*WlstRtu_7094_Alarm_HJLock) Descriptor() ([]byte, []int)

func (*WlstRtu_7094_Alarm_HJLock) GetAddr

func (m *WlstRtu_7094_Alarm_HJLock) GetAddr() int64

func (*WlstRtu_7094_Alarm_HJLock) GetDtAlarm

func (m *WlstRtu_7094_Alarm_HJLock) GetDtAlarm() int64

func (*WlstRtu_7094_Alarm_HJLock) GetHwVer

func (m *WlstRtu_7094_Alarm_HJLock) GetHwVer() string

func (*WlstRtu_7094_Alarm_HJLock) GetLockError

func (m *WlstRtu_7094_Alarm_HJLock) GetLockError() int32

func (*WlstRtu_7094_Alarm_HJLock) GetLockStatus

func (m *WlstRtu_7094_Alarm_HJLock) GetLockStatus() int32

func (*WlstRtu_7094_Alarm_HJLock) GetOpenDistance

func (m *WlstRtu_7094_Alarm_HJLock) GetOpenDistance() int32

func (*WlstRtu_7094_Alarm_HJLock) Marshal

func (m *WlstRtu_7094_Alarm_HJLock) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7094_Alarm_HJLock) MarshalTo

func (m *WlstRtu_7094_Alarm_HJLock) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_HJLock) MarshalToSizedBuffer

func (m *WlstRtu_7094_Alarm_HJLock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_HJLock) ProtoMessage

func (*WlstRtu_7094_Alarm_HJLock) ProtoMessage()

func (*WlstRtu_7094_Alarm_HJLock) Reset

func (m *WlstRtu_7094_Alarm_HJLock) Reset()

func (*WlstRtu_7094_Alarm_HJLock) Size

func (m *WlstRtu_7094_Alarm_HJLock) Size() (n int)

func (*WlstRtu_7094_Alarm_HJLock) String

func (m *WlstRtu_7094_Alarm_HJLock) String() string

func (*WlstRtu_7094_Alarm_HJLock) Unmarshal

func (m *WlstRtu_7094_Alarm_HJLock) Unmarshal(dAtA []byte) error

func (*WlstRtu_7094_Alarm_HJLock) XXX_DiscardUnknown

func (m *WlstRtu_7094_Alarm_HJLock) XXX_DiscardUnknown()

func (*WlstRtu_7094_Alarm_HJLock) XXX_Marshal

func (m *WlstRtu_7094_Alarm_HJLock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7094_Alarm_HJLock) XXX_Merge

func (m *WlstRtu_7094_Alarm_HJLock) XXX_Merge(src proto.Message)

func (*WlstRtu_7094_Alarm_HJLock) XXX_Size

func (m *WlstRtu_7094_Alarm_HJLock) XXX_Size() int

func (*WlstRtu_7094_Alarm_HJLock) XXX_Unmarshal

func (m *WlstRtu_7094_Alarm_HJLock) XXX_Unmarshal(b []byte) error

type WlstRtu_7094_Alarm_LN

type WlstRtu_7094_Alarm_LN struct {
	// 回路序号,1-12
	LoopNo int32 `protobuf:"varint,1,opt,name=loop_no,json=loopNo,proto3" json:"loop_no,omitempty"`
	// 报警类型,1-报警,2-报警并分匝
	AlarmStatus int32 `protobuf:"varint,2,opt,name=alarm_status,json=alarmStatus,proto3" json:"alarm_status,omitempty"`
	// 报警电流
	AlarmCurrent float64 `protobuf:"fixed64,3,opt,name=alarm_current,json=alarmCurrent,proto3" json:"alarm_current,omitempty"`
}

func (*WlstRtu_7094_Alarm_LN) Descriptor

func (*WlstRtu_7094_Alarm_LN) Descriptor() ([]byte, []int)

func (*WlstRtu_7094_Alarm_LN) GetAlarmCurrent

func (m *WlstRtu_7094_Alarm_LN) GetAlarmCurrent() float64

func (*WlstRtu_7094_Alarm_LN) GetAlarmStatus

func (m *WlstRtu_7094_Alarm_LN) GetAlarmStatus() int32

func (*WlstRtu_7094_Alarm_LN) GetLoopNo

func (m *WlstRtu_7094_Alarm_LN) GetLoopNo() int32

func (*WlstRtu_7094_Alarm_LN) Marshal

func (m *WlstRtu_7094_Alarm_LN) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7094_Alarm_LN) MarshalTo

func (m *WlstRtu_7094_Alarm_LN) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_LN) MarshalToSizedBuffer

func (m *WlstRtu_7094_Alarm_LN) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_LN) ProtoMessage

func (*WlstRtu_7094_Alarm_LN) ProtoMessage()

func (*WlstRtu_7094_Alarm_LN) Reset

func (m *WlstRtu_7094_Alarm_LN) Reset()

func (*WlstRtu_7094_Alarm_LN) Size

func (m *WlstRtu_7094_Alarm_LN) Size() (n int)

func (*WlstRtu_7094_Alarm_LN) String

func (m *WlstRtu_7094_Alarm_LN) String() string

func (*WlstRtu_7094_Alarm_LN) Unmarshal

func (m *WlstRtu_7094_Alarm_LN) Unmarshal(dAtA []byte) error

func (*WlstRtu_7094_Alarm_LN) XXX_DiscardUnknown

func (m *WlstRtu_7094_Alarm_LN) XXX_DiscardUnknown()

func (*WlstRtu_7094_Alarm_LN) XXX_Marshal

func (m *WlstRtu_7094_Alarm_LN) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7094_Alarm_LN) XXX_Merge

func (m *WlstRtu_7094_Alarm_LN) XXX_Merge(src proto.Message)

func (*WlstRtu_7094_Alarm_LN) XXX_Size

func (m *WlstRtu_7094_Alarm_LN) XXX_Size() int

func (*WlstRtu_7094_Alarm_LN) XXX_Unmarshal

func (m *WlstRtu_7094_Alarm_LN) XXX_Unmarshal(b []byte) error

type WlstRtu_7094_Alarm_YFDry

type WlstRtu_7094_Alarm_YFDry struct {
	// 地址
	Addr int64 `protobuf:"varint,1,opt,name=addr,proto3" json:"addr,omitempty"`
	// 工作状态0-启动,1-关闭
	CtlStatus int32 `protobuf:"varint,2,opt,name=ctl_status,json=ctlStatus,proto3" json:"ctl_status,omitempty"`
	// 湿度
	Humidity int32 `protobuf:"varint,3,opt,name=humidity,proto3" json:"humidity,omitempty"`
	// 温度
	Temperature int32 `protobuf:"varint,4,opt,name=temperature,proto3" json:"temperature,omitempty"`
	// 时间
	DtAlarm int64 `protobuf:"varint,5,opt,name=dt_alarm,json=dtAlarm,proto3" json:"dt_alarm,omitempty"`
}

func (*WlstRtu_7094_Alarm_YFDry) Descriptor

func (*WlstRtu_7094_Alarm_YFDry) Descriptor() ([]byte, []int)

func (*WlstRtu_7094_Alarm_YFDry) GetAddr

func (m *WlstRtu_7094_Alarm_YFDry) GetAddr() int64

func (*WlstRtu_7094_Alarm_YFDry) GetCtlStatus

func (m *WlstRtu_7094_Alarm_YFDry) GetCtlStatus() int32

func (*WlstRtu_7094_Alarm_YFDry) GetDtAlarm

func (m *WlstRtu_7094_Alarm_YFDry) GetDtAlarm() int64

func (*WlstRtu_7094_Alarm_YFDry) GetHumidity

func (m *WlstRtu_7094_Alarm_YFDry) GetHumidity() int32

func (*WlstRtu_7094_Alarm_YFDry) GetTemperature

func (m *WlstRtu_7094_Alarm_YFDry) GetTemperature() int32

func (*WlstRtu_7094_Alarm_YFDry) Marshal

func (m *WlstRtu_7094_Alarm_YFDry) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7094_Alarm_YFDry) MarshalTo

func (m *WlstRtu_7094_Alarm_YFDry) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_YFDry) MarshalToSizedBuffer

func (m *WlstRtu_7094_Alarm_YFDry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7094_Alarm_YFDry) ProtoMessage

func (*WlstRtu_7094_Alarm_YFDry) ProtoMessage()

func (*WlstRtu_7094_Alarm_YFDry) Reset

func (m *WlstRtu_7094_Alarm_YFDry) Reset()

func (*WlstRtu_7094_Alarm_YFDry) Size

func (m *WlstRtu_7094_Alarm_YFDry) Size() (n int)

func (*WlstRtu_7094_Alarm_YFDry) String

func (m *WlstRtu_7094_Alarm_YFDry) String() string

func (*WlstRtu_7094_Alarm_YFDry) Unmarshal

func (m *WlstRtu_7094_Alarm_YFDry) Unmarshal(dAtA []byte) error

func (*WlstRtu_7094_Alarm_YFDry) XXX_DiscardUnknown

func (m *WlstRtu_7094_Alarm_YFDry) XXX_DiscardUnknown()

func (*WlstRtu_7094_Alarm_YFDry) XXX_Marshal

func (m *WlstRtu_7094_Alarm_YFDry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7094_Alarm_YFDry) XXX_Merge

func (m *WlstRtu_7094_Alarm_YFDry) XXX_Merge(src proto.Message)

func (*WlstRtu_7094_Alarm_YFDry) XXX_Size

func (m *WlstRtu_7094_Alarm_YFDry) XXX_Size() int

func (*WlstRtu_7094_Alarm_YFDry) XXX_Unmarshal

func (m *WlstRtu_7094_Alarm_YFDry) XXX_Unmarshal(b []byte) error

type WlstRtu_70A0

type WlstRtu_70A0 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 数据类型,1-电能计量,2-辅助数据+gps定位数据,3-24路输出选测数据
	CmdType int32 `protobuf:"varint,2,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"`
	// 频率,cmd_type==1时填
	Frequency float32 `protobuf:"fixed32,3,opt,name=frequency,proto3" json:"frequency,omitempty"`
	// 依次三相位电能数据
	Ee []*WlstRtu_70A0_ElectricEnergy `protobuf:"bytes,4,rep,name=ee,proto3" json:"ee,omitempty"`
	// 温度,-25-100,cmd_type==2,3时填
	Temperature int32 `protobuf:"varint,5,opt,name=temperature,proto3" json:"temperature,omitempty"`
	// 湿度,0-99%,cmd_type==2,3时填
	Humidity int32 `protobuf:"varint,6,opt,name=humidity,proto3" json:"humidity,omitempty"`
	// 主电源电压,cmd_type==2,3时填
	MainVoltage float64 `protobuf:"fixed64,7,opt,name=main_voltage,json=mainVoltage,proto3" json:"main_voltage,omitempty"`
	// 蓄电池电量,cmd_type==2时填
	BatteryPower int32 `protobuf:"varint,8,opt,name=battery_power,json=batteryPower,proto3" json:"battery_power,omitempty"`
	// 经度,cmd_type==2时填
	Longitude float64 `protobuf:"fixed64,9,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// 纬度,cmd_type==2时填
	Latitude float64 `protobuf:"fixed64,10,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// cmd_type==2时填
	Gpsargs *WlstRtu_70A0_GpsArgs `protobuf:"bytes,11,opt,name=gpsargs,proto3" json:"gpsargs,omitempty"`
	// 开关量输入状态 0-断,1-通,cmd_type==3时填
	SwitchInStPacked []int32 `protobuf:"varint,12,rep,packed,name=switch_in_st_packed,json=switchInStPacked,proto3" json:"switch_in_st_packed,omitempty"`
	// 开关量输出状态 0-断,1-通,cmd_type==3时填
	SwitchOutStPacked []int32 `protobuf:"varint,13,rep,packed,name=switch_out_st_packed,json=switchOutStPacked,proto3" json:"switch_out_st_packed,omitempty"`
	// 终端运行状态,cmd_type==3时填
	// [供电位0-有电,1-无电;开机申请位,0-无,1-开机;停运位,0-正常,1-停运;报警位,0-无警,1-告警;电压超限,0-正常,1-超限;电流超限,0-正常,1-超限;无电流报警,0-正常,1-报警;参数错误,0-正常,1-错误]
	TmlStPacked []int32 `protobuf:"varint,14,rep,packed,name=tml_st_packed,json=tmlStPacked,proto3" json:"tml_st_packed,omitempty"`
	// 终端复位次数[当前,昨天,前天,大前天],cmd_type==3时填
	TmlReset []int32 `protobuf:"varint,15,rep,packed,name=tml_reset,json=tmlReset,proto3" json:"tml_reset,omitempty"`
	// 回路数量,cmd_type==3时填
	LoopCount int32 `protobuf:"varint,16,opt,name=loop_count,json=loopCount,proto3" json:"loop_count,omitempty"`
}

电能计量

func (*WlstRtu_70A0) Descriptor

func (*WlstRtu_70A0) Descriptor() ([]byte, []int)

func (*WlstRtu_70A0) GetBatteryPower

func (m *WlstRtu_70A0) GetBatteryPower() int32

func (*WlstRtu_70A0) GetCmdIdx

func (m *WlstRtu_70A0) GetCmdIdx() int32

func (*WlstRtu_70A0) GetCmdType

func (m *WlstRtu_70A0) GetCmdType() int32

func (*WlstRtu_70A0) GetEe

func (*WlstRtu_70A0) GetFrequency

func (m *WlstRtu_70A0) GetFrequency() float32

func (*WlstRtu_70A0) GetGpsargs

func (m *WlstRtu_70A0) GetGpsargs() *WlstRtu_70A0_GpsArgs

func (*WlstRtu_70A0) GetHumidity

func (m *WlstRtu_70A0) GetHumidity() int32

func (*WlstRtu_70A0) GetLatitude

func (m *WlstRtu_70A0) GetLatitude() float64

func (*WlstRtu_70A0) GetLongitude

func (m *WlstRtu_70A0) GetLongitude() float64

func (*WlstRtu_70A0) GetLoopCount

func (m *WlstRtu_70A0) GetLoopCount() int32

func (*WlstRtu_70A0) GetMainVoltage

func (m *WlstRtu_70A0) GetMainVoltage() float64

func (*WlstRtu_70A0) GetSwitchInStPacked

func (m *WlstRtu_70A0) GetSwitchInStPacked() []int32

func (*WlstRtu_70A0) GetSwitchOutStPacked

func (m *WlstRtu_70A0) GetSwitchOutStPacked() []int32

func (*WlstRtu_70A0) GetTemperature

func (m *WlstRtu_70A0) GetTemperature() int32

func (*WlstRtu_70A0) GetTmlReset

func (m *WlstRtu_70A0) GetTmlReset() []int32

func (*WlstRtu_70A0) GetTmlStPacked

func (m *WlstRtu_70A0) GetTmlStPacked() []int32

func (*WlstRtu_70A0) Marshal

func (m *WlstRtu_70A0) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70A0) MarshalTo

func (m *WlstRtu_70A0) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70A0) MarshalToSizedBuffer

func (m *WlstRtu_70A0) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70A0) ProtoMessage

func (*WlstRtu_70A0) ProtoMessage()

func (*WlstRtu_70A0) Reset

func (m *WlstRtu_70A0) Reset()

func (*WlstRtu_70A0) Size

func (m *WlstRtu_70A0) Size() (n int)

func (*WlstRtu_70A0) String

func (m *WlstRtu_70A0) String() string

func (*WlstRtu_70A0) Unmarshal

func (m *WlstRtu_70A0) Unmarshal(dAtA []byte) error

func (*WlstRtu_70A0) XXX_DiscardUnknown

func (m *WlstRtu_70A0) XXX_DiscardUnknown()

func (*WlstRtu_70A0) XXX_Marshal

func (m *WlstRtu_70A0) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70A0) XXX_Merge

func (m *WlstRtu_70A0) XXX_Merge(src proto.Message)

func (*WlstRtu_70A0) XXX_Size

func (m *WlstRtu_70A0) XXX_Size() int

func (*WlstRtu_70A0) XXX_Unmarshal

func (m *WlstRtu_70A0) XXX_Unmarshal(b []byte) error

type WlstRtu_70A0_ElectricEnergy

type WlstRtu_70A0_ElectricEnergy struct {
	// 电压,cmd_type==1,3时填
	Voltage float32 `protobuf:"fixed32,1,opt,name=voltage,proto3" json:"voltage,omitempty"`
	// 电流,cmd_type==1,3时填
	Current float32 `protobuf:"fixed32,2,opt,name=current,proto3" json:"current,omitempty"`
	// 功率因素,cmd_type==1时填
	PowerFactor float32 `protobuf:"fixed32,3,opt,name=power_factor,json=powerFactor,proto3" json:"power_factor,omitempty"`
	// 有功功率,cmd_type==1,3时填
	ActivePower float32 `protobuf:"fixed32,4,opt,name=active_power,json=activePower,proto3" json:"active_power,omitempty"`
	// 无功功率,cmd_type==1时填
	ReactivePower float32 `protobuf:"fixed32,5,opt,name=reactive_power,json=reactivePower,proto3" json:"reactive_power,omitempty"`
	// 有功电能,cmd_type==1时填
	ActiveEnergy float32 `protobuf:"fixed32,6,opt,name=active_energy,json=activeEnergy,proto3" json:"active_energy,omitempty"`
	// 无功电能,cmd_type==1时填
	ReactiveEnergy float32 `protobuf:"fixed32,7,opt,name=reactive_energy,json=reactiveEnergy,proto3" json:"reactive_energy,omitempty"`
}

func (*WlstRtu_70A0_ElectricEnergy) Descriptor

func (*WlstRtu_70A0_ElectricEnergy) Descriptor() ([]byte, []int)

func (*WlstRtu_70A0_ElectricEnergy) GetActiveEnergy

func (m *WlstRtu_70A0_ElectricEnergy) GetActiveEnergy() float32

func (*WlstRtu_70A0_ElectricEnergy) GetActivePower

func (m *WlstRtu_70A0_ElectricEnergy) GetActivePower() float32

func (*WlstRtu_70A0_ElectricEnergy) GetCurrent

func (m *WlstRtu_70A0_ElectricEnergy) GetCurrent() float32

func (*WlstRtu_70A0_ElectricEnergy) GetPowerFactor

func (m *WlstRtu_70A0_ElectricEnergy) GetPowerFactor() float32

func (*WlstRtu_70A0_ElectricEnergy) GetReactiveEnergy

func (m *WlstRtu_70A0_ElectricEnergy) GetReactiveEnergy() float32

func (*WlstRtu_70A0_ElectricEnergy) GetReactivePower

func (m *WlstRtu_70A0_ElectricEnergy) GetReactivePower() float32

func (*WlstRtu_70A0_ElectricEnergy) GetVoltage

func (m *WlstRtu_70A0_ElectricEnergy) GetVoltage() float32

func (*WlstRtu_70A0_ElectricEnergy) Marshal

func (m *WlstRtu_70A0_ElectricEnergy) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70A0_ElectricEnergy) MarshalTo

func (m *WlstRtu_70A0_ElectricEnergy) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70A0_ElectricEnergy) MarshalToSizedBuffer

func (m *WlstRtu_70A0_ElectricEnergy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70A0_ElectricEnergy) ProtoMessage

func (*WlstRtu_70A0_ElectricEnergy) ProtoMessage()

func (*WlstRtu_70A0_ElectricEnergy) Reset

func (m *WlstRtu_70A0_ElectricEnergy) Reset()

func (*WlstRtu_70A0_ElectricEnergy) Size

func (m *WlstRtu_70A0_ElectricEnergy) Size() (n int)

func (*WlstRtu_70A0_ElectricEnergy) String

func (m *WlstRtu_70A0_ElectricEnergy) String() string

func (*WlstRtu_70A0_ElectricEnergy) Unmarshal

func (m *WlstRtu_70A0_ElectricEnergy) Unmarshal(dAtA []byte) error

func (*WlstRtu_70A0_ElectricEnergy) XXX_DiscardUnknown

func (m *WlstRtu_70A0_ElectricEnergy) XXX_DiscardUnknown()

func (*WlstRtu_70A0_ElectricEnergy) XXX_Marshal

func (m *WlstRtu_70A0_ElectricEnergy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70A0_ElectricEnergy) XXX_Merge

func (m *WlstRtu_70A0_ElectricEnergy) XXX_Merge(src proto.Message)

func (*WlstRtu_70A0_ElectricEnergy) XXX_Size

func (m *WlstRtu_70A0_ElectricEnergy) XXX_Size() int

func (*WlstRtu_70A0_ElectricEnergy) XXX_Unmarshal

func (m *WlstRtu_70A0_ElectricEnergy) XXX_Unmarshal(b []byte) error

type WlstRtu_70A0_GpsArgs

type WlstRtu_70A0_GpsArgs struct {
	// 定位方式:1—GPS定位,2—北斗定位,3—混合定位
	GpsType int32 `protobuf:"varint,1,opt,name=gps_type,json=gpsType,proto3" json:"gps_type,omitempty"`
	// 纬度类型:0-北纬,1-南纬
	LatType int32 `protobuf:"varint,2,opt,name=lat_type,json=latType,proto3" json:"lat_type,omitempty"`
	// 经度类型:0-东经,1-西经
	LonType int32 `protobuf:"varint,3,opt,name=lon_type,json=lonType,proto3" json:"lon_type,omitempty"`
	// 定位状态:0-未定位,1-已定位
	LocationStatus int32 `protobuf:"varint,4,opt,name=location_status,json=locationStatus,proto3" json:"location_status,omitempty"`
}

func (*WlstRtu_70A0_GpsArgs) Descriptor

func (*WlstRtu_70A0_GpsArgs) Descriptor() ([]byte, []int)

func (*WlstRtu_70A0_GpsArgs) GetGpsType

func (m *WlstRtu_70A0_GpsArgs) GetGpsType() int32

func (*WlstRtu_70A0_GpsArgs) GetLatType

func (m *WlstRtu_70A0_GpsArgs) GetLatType() int32

func (*WlstRtu_70A0_GpsArgs) GetLocationStatus

func (m *WlstRtu_70A0_GpsArgs) GetLocationStatus() int32

func (*WlstRtu_70A0_GpsArgs) GetLonType

func (m *WlstRtu_70A0_GpsArgs) GetLonType() int32

func (*WlstRtu_70A0_GpsArgs) Marshal

func (m *WlstRtu_70A0_GpsArgs) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70A0_GpsArgs) MarshalTo

func (m *WlstRtu_70A0_GpsArgs) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70A0_GpsArgs) MarshalToSizedBuffer

func (m *WlstRtu_70A0_GpsArgs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70A0_GpsArgs) ProtoMessage

func (*WlstRtu_70A0_GpsArgs) ProtoMessage()

func (*WlstRtu_70A0_GpsArgs) Reset

func (m *WlstRtu_70A0_GpsArgs) Reset()

func (*WlstRtu_70A0_GpsArgs) Size

func (m *WlstRtu_70A0_GpsArgs) Size() (n int)

func (*WlstRtu_70A0_GpsArgs) String

func (m *WlstRtu_70A0_GpsArgs) String() string

func (*WlstRtu_70A0_GpsArgs) Unmarshal

func (m *WlstRtu_70A0_GpsArgs) Unmarshal(dAtA []byte) error

func (*WlstRtu_70A0_GpsArgs) XXX_DiscardUnknown

func (m *WlstRtu_70A0_GpsArgs) XXX_DiscardUnknown()

func (*WlstRtu_70A0_GpsArgs) XXX_Marshal

func (m *WlstRtu_70A0_GpsArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70A0_GpsArgs) XXX_Merge

func (m *WlstRtu_70A0_GpsArgs) XXX_Merge(src proto.Message)

func (*WlstRtu_70A0_GpsArgs) XXX_Size

func (m *WlstRtu_70A0_GpsArgs) XXX_Size() int

func (*WlstRtu_70A0_GpsArgs) XXX_Unmarshal

func (m *WlstRtu_70A0_GpsArgs) XXX_Unmarshal(b []byte) error

type WlstRtu_70D0

type WlstRtu_70D0 struct {
	// 序号
	// (老版选测也将升级为该结构,若idx==-1表示为老版数据,idx>=0表示新版,idx==-2表示sd卡数据)
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 数据标示
	DataMark *WlstRtu_70D0_DataMark `protobuf:"bytes,2,opt,name=data_mark,json=dataMark,proto3" json:"data_mark,omitempty"`
	// 开关量输入状态,0-断,1-通
	SwitchInStPacked []int32 `protobuf:"varint,3,rep,packed,name=switch_in_st_packed,json=switchInStPacked,proto3" json:"switch_in_st_packed,omitempty"`
	// 开关量输出状态 0-断,1-通
	SwitchOutStPacked []int32 `protobuf:"varint,4,rep,packed,name=switch_out_st_packed,json=switchOutStPacked,proto3" json:"switch_out_st_packed,omitempty"`
	// 终端运行状态
	// [供电位0-有电,1-无电;开机申请位,0-无,1-开机;停运位,0-正常,1-停运;报警位,0-无警,1-告警;电压超限,0-正常,1-超限;电流超限,0-正常,1-超限;无电流报警,0-正常,1-报警;参数错误,0-正常,1-错误]
	TmlStPacked []int32 `protobuf:"varint,5,rep,packed,name=tml_st_packed,json=tmlStPacked,proto3" json:"tml_st_packed,omitempty"`
	// 温度
	Temperature int32 `protobuf:"varint,6,opt,name=temperature,proto3" json:"temperature,omitempty"`
	// gprs掉线次数
	GprsReset int32 `protobuf:"varint,7,opt,name=gprs_reset,json=gprsReset,proto3" json:"gprs_reset,omitempty"`
	// gprs信号强度
	GprsSignal int32 `protobuf:"varint,8,opt,name=gprs_signal,json=gprsSignal,proto3" json:"gprs_signal,omitempty"`
	// 终端复位次数[当前,昨天,前天,大前天]
	TmlReset []int32 `protobuf:"varint,9,rep,packed,name=tml_reset,json=tmlReset,proto3" json:"tml_reset,omitempty"`
	// 终端参数状态,0-正常,1-错误[状态和地址;工作参数;模拟量显示参数;开关量输入路数和跳变报警;开关量输出路数;开关量输入矢量;开关量输出矢量;模拟量上下限;
	//   时控光控选择标志;1-3继电器开关灯时间;4-6继电器开关灯时间;7-8继电器开关灯时间;组地址;经纬度计算时间;经纬度和偏移;收费时间;
	//   1-4端节假日;5-8端节假日;最后时限开关灯时间;模拟量相位;模拟量输入矢量;模拟量校准/线路检测参数;线路状态;终端参数错误]
	TmlArgsStatus []int32 `protobuf:"varint,10,rep,packed,name=tml_args_status,json=tmlArgsStatus,proto3" json:"tml_args_status,omitempty"`
	// 供电电压
	PowerSupply float64 `protobuf:"fixed64,11,opt,name=power_supply,json=powerSupply,proto3" json:"power_supply,omitempty"`
	// 采样板电压(数组长度即表示有多少采样板)
	SamplingVoltage []*WlstRtu_70D0_SamplingVoltage `protobuf:"bytes,12,rep,name=sampling_voltage,json=samplingVoltage,proto3" json:"sampling_voltage,omitempty"`
	// 回路数据(数组长度即表示有多少回路)
	AnalogData []*WlstRtu_70D0_AnalogData `protobuf:"bytes,13,rep,name=analog_data,json=analogData,proto3" json:"analog_data,omitempty"`
	// int型赋值
	SwitchInSt  int64 `protobuf:"varint,14,opt,name=switch_in_st,json=switchInSt,proto3" json:"switch_in_st,omitempty"`
	SwitchOutSt int32 `protobuf:"varint,15,opt,name=switch_out_st,json=switchOutSt,proto3" json:"switch_out_st,omitempty"`
	TmlSt       int32 `protobuf:"varint,16,opt,name=tml_st,json=tmlSt,proto3" json:"tml_st,omitempty"`
	// 满量程
	FullRange int32 `protobuf:"varint,17,opt,name=full_range,json=fullRange,proto3" json:"full_range,omitempty"`
	// 记录时间
	DtRecord int64 `protobuf:"varint,18,opt,name=dt_record,json=dtRecord,proto3" json:"dt_record,omitempty"`
	// 最后一次开关量输出状态变化原因,8个回路8个元素,0-时控,1-光控,2-主台,3-面板,4-最后时限,5-年设置,data_mark.get_switchout_reason=1时有效
	SwitchOutReason []int32 `protobuf:"varint,19,rep,packed,name=switch_out_reason,json=switchOutReason,proto3" json:"switch_out_reason,omitempty"`
	// 三相数据,依次ABC三相,data_mark.get_acin=1时有效
	Ee []*WlstRtu_70D0_ElectricEnergy `protobuf:"bytes,20,rep,name=ee,proto3" json:"ee,omitempty"`
	// 频率,data_mark.get_acin=1时有效
	Frequency float32 `protobuf:"fixed32,21,opt,name=frequency,proto3" json:"frequency,omitempty"`
	// 电源状态
	PT11E *WlstRtu_70D0_PowerTemperature `protobuf:"bytes,22,opt,name=p_t11e,json=pT11e,proto3" json:"p_t11e,omitempty"`
	// 终端保护状态
	PSt *WlstRtu_70D0_ProtectStatus `protobuf:"bytes,23,opt,name=p_st,json=pSt,proto3" json:"p_st,omitempty"`
}

func (*WlstRtu_70D0) Descriptor

func (*WlstRtu_70D0) Descriptor() ([]byte, []int)

func (*WlstRtu_70D0) GetAnalogData

func (m *WlstRtu_70D0) GetAnalogData() []*WlstRtu_70D0_AnalogData

func (*WlstRtu_70D0) GetCmdIdx

func (m *WlstRtu_70D0) GetCmdIdx() int32

func (*WlstRtu_70D0) GetDataMark

func (m *WlstRtu_70D0) GetDataMark() *WlstRtu_70D0_DataMark

func (*WlstRtu_70D0) GetDtRecord

func (m *WlstRtu_70D0) GetDtRecord() int64

func (*WlstRtu_70D0) GetEe

func (*WlstRtu_70D0) GetFrequency

func (m *WlstRtu_70D0) GetFrequency() float32

func (*WlstRtu_70D0) GetFullRange

func (m *WlstRtu_70D0) GetFullRange() int32

func (*WlstRtu_70D0) GetGprsReset

func (m *WlstRtu_70D0) GetGprsReset() int32

func (*WlstRtu_70D0) GetGprsSignal

func (m *WlstRtu_70D0) GetGprsSignal() int32

func (*WlstRtu_70D0) GetPSt

func (*WlstRtu_70D0) GetPT11E

func (*WlstRtu_70D0) GetPowerSupply

func (m *WlstRtu_70D0) GetPowerSupply() float64

func (*WlstRtu_70D0) GetSamplingVoltage

func (m *WlstRtu_70D0) GetSamplingVoltage() []*WlstRtu_70D0_SamplingVoltage

func (*WlstRtu_70D0) GetSwitchInSt

func (m *WlstRtu_70D0) GetSwitchInSt() int64

func (*WlstRtu_70D0) GetSwitchInStPacked

func (m *WlstRtu_70D0) GetSwitchInStPacked() []int32

func (*WlstRtu_70D0) GetSwitchOutReason

func (m *WlstRtu_70D0) GetSwitchOutReason() []int32

func (*WlstRtu_70D0) GetSwitchOutSt

func (m *WlstRtu_70D0) GetSwitchOutSt() int32

func (*WlstRtu_70D0) GetSwitchOutStPacked

func (m *WlstRtu_70D0) GetSwitchOutStPacked() []int32

func (*WlstRtu_70D0) GetTemperature

func (m *WlstRtu_70D0) GetTemperature() int32

func (*WlstRtu_70D0) GetTmlArgsStatus

func (m *WlstRtu_70D0) GetTmlArgsStatus() []int32

func (*WlstRtu_70D0) GetTmlReset

func (m *WlstRtu_70D0) GetTmlReset() []int32

func (*WlstRtu_70D0) GetTmlSt

func (m *WlstRtu_70D0) GetTmlSt() int32

func (*WlstRtu_70D0) GetTmlStPacked

func (m *WlstRtu_70D0) GetTmlStPacked() []int32

func (*WlstRtu_70D0) Marshal

func (m *WlstRtu_70D0) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70D0) MarshalTo

func (m *WlstRtu_70D0) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70D0) MarshalToSizedBuffer

func (m *WlstRtu_70D0) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70D0) ProtoMessage

func (*WlstRtu_70D0) ProtoMessage()

func (*WlstRtu_70D0) Reset

func (m *WlstRtu_70D0) Reset()

func (*WlstRtu_70D0) Size

func (m *WlstRtu_70D0) Size() (n int)

func (*WlstRtu_70D0) String

func (m *WlstRtu_70D0) String() string

func (*WlstRtu_70D0) Unmarshal

func (m *WlstRtu_70D0) Unmarshal(dAtA []byte) error

func (*WlstRtu_70D0) XXX_DiscardUnknown

func (m *WlstRtu_70D0) XXX_DiscardUnknown()

func (*WlstRtu_70D0) XXX_Marshal

func (m *WlstRtu_70D0) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70D0) XXX_Merge

func (m *WlstRtu_70D0) XXX_Merge(src proto.Message)

func (*WlstRtu_70D0) XXX_Size

func (m *WlstRtu_70D0) XXX_Size() int

func (*WlstRtu_70D0) XXX_Unmarshal

func (m *WlstRtu_70D0) XXX_Unmarshal(b []byte) error

type WlstRtu_70D0Max

type WlstRtu_70D0Max struct {
	// 记录时间
	DtRecord int64 `protobuf:"varint,1,opt,name=dt_record,json=dtRecord,proto3" json:"dt_record,omitempty"`
	// 记录类型
	RecordType int32 `protobuf:"varint,2,opt,name=record_type,json=recordType,proto3" json:"record_type,omitempty"`
	// 回路数量
	LoopCount int32                      `protobuf:"varint,3,opt,name=loop_count,json=loopCount,proto3" json:"loop_count,omitempty"`
	MaxData   []*WlstRtu_70D0Max_MaxData `protobuf:"bytes,4,rep,name=max_data,json=maxData,proto3" json:"max_data,omitempty"`
}

func (*WlstRtu_70D0Max) Descriptor

func (*WlstRtu_70D0Max) Descriptor() ([]byte, []int)

func (*WlstRtu_70D0Max) GetDtRecord

func (m *WlstRtu_70D0Max) GetDtRecord() int64

func (*WlstRtu_70D0Max) GetLoopCount

func (m *WlstRtu_70D0Max) GetLoopCount() int32

func (*WlstRtu_70D0Max) GetMaxData

func (m *WlstRtu_70D0Max) GetMaxData() []*WlstRtu_70D0Max_MaxData

func (*WlstRtu_70D0Max) GetRecordType

func (m *WlstRtu_70D0Max) GetRecordType() int32

func (*WlstRtu_70D0Max) Marshal

func (m *WlstRtu_70D0Max) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70D0Max) MarshalTo

func (m *WlstRtu_70D0Max) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70D0Max) MarshalToSizedBuffer

func (m *WlstRtu_70D0Max) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70D0Max) ProtoMessage

func (*WlstRtu_70D0Max) ProtoMessage()

func (*WlstRtu_70D0Max) Reset

func (m *WlstRtu_70D0Max) Reset()

func (*WlstRtu_70D0Max) Size

func (m *WlstRtu_70D0Max) Size() (n int)

func (*WlstRtu_70D0Max) String

func (m *WlstRtu_70D0Max) String() string

func (*WlstRtu_70D0Max) Unmarshal

func (m *WlstRtu_70D0Max) Unmarshal(dAtA []byte) error

func (*WlstRtu_70D0Max) XXX_DiscardUnknown

func (m *WlstRtu_70D0Max) XXX_DiscardUnknown()

func (*WlstRtu_70D0Max) XXX_Marshal

func (m *WlstRtu_70D0Max) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70D0Max) XXX_Merge

func (m *WlstRtu_70D0Max) XXX_Merge(src proto.Message)

func (*WlstRtu_70D0Max) XXX_Size

func (m *WlstRtu_70D0Max) XXX_Size() int

func (*WlstRtu_70D0Max) XXX_Unmarshal

func (m *WlstRtu_70D0Max) XXX_Unmarshal(b []byte) error

type WlstRtu_70D0Max_MaxData

type WlstRtu_70D0Max_MaxData struct {
	// 依次回路最大电流
	CurrentMax float64 `protobuf:"fixed64,1,opt,name=current_max,json=currentMax,proto3" json:"current_max,omitempty"`
	// 回路电流发生时间
	DtRecord int64 `protobuf:"varint,2,opt,name=dt_record,json=dtRecord,proto3" json:"dt_record,omitempty"`
}

func (*WlstRtu_70D0Max_MaxData) Descriptor

func (*WlstRtu_70D0Max_MaxData) Descriptor() ([]byte, []int)

func (*WlstRtu_70D0Max_MaxData) GetCurrentMax

func (m *WlstRtu_70D0Max_MaxData) GetCurrentMax() float64

func (*WlstRtu_70D0Max_MaxData) GetDtRecord

func (m *WlstRtu_70D0Max_MaxData) GetDtRecord() int64

func (*WlstRtu_70D0Max_MaxData) Marshal

func (m *WlstRtu_70D0Max_MaxData) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70D0Max_MaxData) MarshalTo

func (m *WlstRtu_70D0Max_MaxData) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70D0Max_MaxData) MarshalToSizedBuffer

func (m *WlstRtu_70D0Max_MaxData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70D0Max_MaxData) ProtoMessage

func (*WlstRtu_70D0Max_MaxData) ProtoMessage()

func (*WlstRtu_70D0Max_MaxData) Reset

func (m *WlstRtu_70D0Max_MaxData) Reset()

func (*WlstRtu_70D0Max_MaxData) Size

func (m *WlstRtu_70D0Max_MaxData) Size() (n int)

func (*WlstRtu_70D0Max_MaxData) String

func (m *WlstRtu_70D0Max_MaxData) String() string

func (*WlstRtu_70D0Max_MaxData) Unmarshal

func (m *WlstRtu_70D0Max_MaxData) Unmarshal(dAtA []byte) error

func (*WlstRtu_70D0Max_MaxData) XXX_DiscardUnknown

func (m *WlstRtu_70D0Max_MaxData) XXX_DiscardUnknown()

func (*WlstRtu_70D0Max_MaxData) XXX_Marshal

func (m *WlstRtu_70D0Max_MaxData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70D0Max_MaxData) XXX_Merge

func (m *WlstRtu_70D0Max_MaxData) XXX_Merge(src proto.Message)

func (*WlstRtu_70D0Max_MaxData) XXX_Size

func (m *WlstRtu_70D0Max_MaxData) XXX_Size() int

func (*WlstRtu_70D0Max_MaxData) XXX_Unmarshal

func (m *WlstRtu_70D0Max_MaxData) XXX_Unmarshal(b []byte) error

type WlstRtu_70D0_AnalogData

type WlstRtu_70D0_AnalogData struct {
	// 电压
	Voltage float64 `protobuf:"fixed64,1,opt,name=voltage,proto3" json:"voltage,omitempty"`
	// 电流
	Current float64 `protobuf:"fixed64,2,opt,name=current,proto3" json:"current,omitempty"`
	// 功率
	Power float64 `protobuf:"fixed64,3,opt,name=power,proto3" json:"power,omitempty"`
	// 电压越限0-正常,3-满量程,当idx=-1时有效
	VoltageStatus int32 `protobuf:"varint,4,opt,name=voltage_status,json=voltageStatus,proto3" json:"voltage_status,omitempty"`
	// 电压越限0-正常,3-满量程,当idx=-1时有效
	CurrentStatus int32 `protobuf:"varint,5,opt,name=current_status,json=currentStatus,proto3" json:"current_status,omitempty"`
}

回路数据

func (*WlstRtu_70D0_AnalogData) Descriptor

func (*WlstRtu_70D0_AnalogData) Descriptor() ([]byte, []int)

func (*WlstRtu_70D0_AnalogData) GetCurrent

func (m *WlstRtu_70D0_AnalogData) GetCurrent() float64

func (*WlstRtu_70D0_AnalogData) GetCurrentStatus

func (m *WlstRtu_70D0_AnalogData) GetCurrentStatus() int32

func (*WlstRtu_70D0_AnalogData) GetPower

func (m *WlstRtu_70D0_AnalogData) GetPower() float64

func (*WlstRtu_70D0_AnalogData) GetVoltage

func (m *WlstRtu_70D0_AnalogData) GetVoltage() float64

func (*WlstRtu_70D0_AnalogData) GetVoltageStatus

func (m *WlstRtu_70D0_AnalogData) GetVoltageStatus() int32

func (*WlstRtu_70D0_AnalogData) Marshal

func (m *WlstRtu_70D0_AnalogData) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70D0_AnalogData) MarshalTo

func (m *WlstRtu_70D0_AnalogData) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70D0_AnalogData) MarshalToSizedBuffer

func (m *WlstRtu_70D0_AnalogData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70D0_AnalogData) ProtoMessage

func (*WlstRtu_70D0_AnalogData) ProtoMessage()

func (*WlstRtu_70D0_AnalogData) Reset

func (m *WlstRtu_70D0_AnalogData) Reset()

func (*WlstRtu_70D0_AnalogData) Size

func (m *WlstRtu_70D0_AnalogData) Size() (n int)

func (*WlstRtu_70D0_AnalogData) String

func (m *WlstRtu_70D0_AnalogData) String() string

func (*WlstRtu_70D0_AnalogData) Unmarshal

func (m *WlstRtu_70D0_AnalogData) Unmarshal(dAtA []byte) error

func (*WlstRtu_70D0_AnalogData) XXX_DiscardUnknown

func (m *WlstRtu_70D0_AnalogData) XXX_DiscardUnknown()

func (*WlstRtu_70D0_AnalogData) XXX_Marshal

func (m *WlstRtu_70D0_AnalogData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70D0_AnalogData) XXX_Merge

func (m *WlstRtu_70D0_AnalogData) XXX_Merge(src proto.Message)

func (*WlstRtu_70D0_AnalogData) XXX_Size

func (m *WlstRtu_70D0_AnalogData) XXX_Size() int

func (*WlstRtu_70D0_AnalogData) XXX_Unmarshal

func (m *WlstRtu_70D0_AnalogData) XXX_Unmarshal(b []byte) error

type WlstRtu_70D0_DataMark

type WlstRtu_70D0_DataMark struct {
	// 即时选测
	GetRunData int32 `protobuf:"varint,1,opt,name=get_run_data,json=getRunData,proto3" json:"get_run_data,omitempty"`
	// 开关量输出变化原因(硬件未实现)
	GetSwitchoutReason int32 `protobuf:"varint,2,opt,name=get_switchout_reason,json=getSwitchoutReason,proto3" json:"get_switchout_reason,omitempty"`
	// 电能数据(直流设备专用)
	GetAcin int32 `protobuf:"varint,3,opt,name=get_acin,json=getAcin,proto3" json:"get_acin,omitempty"`
}

func (*WlstRtu_70D0_DataMark) Descriptor

func (*WlstRtu_70D0_DataMark) Descriptor() ([]byte, []int)

func (*WlstRtu_70D0_DataMark) GetGetAcin

func (m *WlstRtu_70D0_DataMark) GetGetAcin() int32

func (*WlstRtu_70D0_DataMark) GetGetRunData

func (m *WlstRtu_70D0_DataMark) GetGetRunData() int32

func (*WlstRtu_70D0_DataMark) GetGetSwitchoutReason

func (m *WlstRtu_70D0_DataMark) GetGetSwitchoutReason() int32

func (*WlstRtu_70D0_DataMark) Marshal

func (m *WlstRtu_70D0_DataMark) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70D0_DataMark) MarshalTo

func (m *WlstRtu_70D0_DataMark) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70D0_DataMark) MarshalToSizedBuffer

func (m *WlstRtu_70D0_DataMark) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70D0_DataMark) ProtoMessage

func (*WlstRtu_70D0_DataMark) ProtoMessage()

func (*WlstRtu_70D0_DataMark) Reset

func (m *WlstRtu_70D0_DataMark) Reset()

func (*WlstRtu_70D0_DataMark) Size

func (m *WlstRtu_70D0_DataMark) Size() (n int)

func (*WlstRtu_70D0_DataMark) String

func (m *WlstRtu_70D0_DataMark) String() string

func (*WlstRtu_70D0_DataMark) Unmarshal

func (m *WlstRtu_70D0_DataMark) Unmarshal(dAtA []byte) error

func (*WlstRtu_70D0_DataMark) XXX_DiscardUnknown

func (m *WlstRtu_70D0_DataMark) XXX_DiscardUnknown()

func (*WlstRtu_70D0_DataMark) XXX_Marshal

func (m *WlstRtu_70D0_DataMark) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70D0_DataMark) XXX_Merge

func (m *WlstRtu_70D0_DataMark) XXX_Merge(src proto.Message)

func (*WlstRtu_70D0_DataMark) XXX_Size

func (m *WlstRtu_70D0_DataMark) XXX_Size() int

func (*WlstRtu_70D0_DataMark) XXX_Unmarshal

func (m *WlstRtu_70D0_DataMark) XXX_Unmarshal(b []byte) error

type WlstRtu_70D0_ElectricEnergy

type WlstRtu_70D0_ElectricEnergy struct {
	// 电压
	Voltage float32 `protobuf:"fixed32,1,opt,name=voltage,proto3" json:"voltage,omitempty"`
	// 电流
	Current float32 `protobuf:"fixed32,2,opt,name=current,proto3" json:"current,omitempty"`
	// 功率因数
	PowerFactor float32 `protobuf:"fixed32,3,opt,name=power_factor,json=powerFactor,proto3" json:"power_factor,omitempty"`
	// 有功功率
	ActivePower float32 `protobuf:"fixed32,4,opt,name=active_power,json=activePower,proto3" json:"active_power,omitempty"`
	// 无功功率
	ReactivePower float32 `protobuf:"fixed32,5,opt,name=reactive_power,json=reactivePower,proto3" json:"reactive_power,omitempty"`
	// 有功电能
	ActiveEnergy float32 `protobuf:"fixed32,6,opt,name=active_energy,json=activeEnergy,proto3" json:"active_energy,omitempty"`
	// 无功电能
	ReactiveEnergy float32 `protobuf:"fixed32,7,opt,name=reactive_energy,json=reactiveEnergy,proto3" json:"reactive_energy,omitempty"`
}

电能板数据

func (*WlstRtu_70D0_ElectricEnergy) Descriptor

func (*WlstRtu_70D0_ElectricEnergy) Descriptor() ([]byte, []int)

func (*WlstRtu_70D0_ElectricEnergy) GetActiveEnergy

func (m *WlstRtu_70D0_ElectricEnergy) GetActiveEnergy() float32

func (*WlstRtu_70D0_ElectricEnergy) GetActivePower

func (m *WlstRtu_70D0_ElectricEnergy) GetActivePower() float32

func (*WlstRtu_70D0_ElectricEnergy) GetCurrent

func (m *WlstRtu_70D0_ElectricEnergy) GetCurrent() float32

func (*WlstRtu_70D0_ElectricEnergy) GetPowerFactor

func (m *WlstRtu_70D0_ElectricEnergy) GetPowerFactor() float32

func (*WlstRtu_70D0_ElectricEnergy) GetReactiveEnergy

func (m *WlstRtu_70D0_ElectricEnergy) GetReactiveEnergy() float32

func (*WlstRtu_70D0_ElectricEnergy) GetReactivePower

func (m *WlstRtu_70D0_ElectricEnergy) GetReactivePower() float32

func (*WlstRtu_70D0_ElectricEnergy) GetVoltage

func (m *WlstRtu_70D0_ElectricEnergy) GetVoltage() float32

func (*WlstRtu_70D0_ElectricEnergy) Marshal

func (m *WlstRtu_70D0_ElectricEnergy) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70D0_ElectricEnergy) MarshalTo

func (m *WlstRtu_70D0_ElectricEnergy) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70D0_ElectricEnergy) MarshalToSizedBuffer

func (m *WlstRtu_70D0_ElectricEnergy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70D0_ElectricEnergy) ProtoMessage

func (*WlstRtu_70D0_ElectricEnergy) ProtoMessage()

func (*WlstRtu_70D0_ElectricEnergy) Reset

func (m *WlstRtu_70D0_ElectricEnergy) Reset()

func (*WlstRtu_70D0_ElectricEnergy) Size

func (m *WlstRtu_70D0_ElectricEnergy) Size() (n int)

func (*WlstRtu_70D0_ElectricEnergy) String

func (m *WlstRtu_70D0_ElectricEnergy) String() string

func (*WlstRtu_70D0_ElectricEnergy) Unmarshal

func (m *WlstRtu_70D0_ElectricEnergy) Unmarshal(dAtA []byte) error

func (*WlstRtu_70D0_ElectricEnergy) XXX_DiscardUnknown

func (m *WlstRtu_70D0_ElectricEnergy) XXX_DiscardUnknown()

func (*WlstRtu_70D0_ElectricEnergy) XXX_Marshal

func (m *WlstRtu_70D0_ElectricEnergy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70D0_ElectricEnergy) XXX_Merge

func (m *WlstRtu_70D0_ElectricEnergy) XXX_Merge(src proto.Message)

func (*WlstRtu_70D0_ElectricEnergy) XXX_Size

func (m *WlstRtu_70D0_ElectricEnergy) XXX_Size() int

func (*WlstRtu_70D0_ElectricEnergy) XXX_Unmarshal

func (m *WlstRtu_70D0_ElectricEnergy) XXX_Unmarshal(b []byte) error

type WlstRtu_70D0_PowerTemperature

type WlstRtu_70D0_PowerTemperature struct {
	// 电源温度,单位0.1摄氏度
	PsT11E int32 `protobuf:"varint,1,opt,name=ps_t11e,json=psT11e,proto3" json:"ps_t11e,omitempty"`
	// 电源风扇状态,0-关闭,1-开启
	PsFan int32 `protobuf:"varint,2,opt,name=ps_fan,json=psFan,proto3" json:"ps_fan,omitempty"`
}

电源温度以及状态

func (*WlstRtu_70D0_PowerTemperature) Descriptor

func (*WlstRtu_70D0_PowerTemperature) Descriptor() ([]byte, []int)

func (*WlstRtu_70D0_PowerTemperature) GetPsFan

func (m *WlstRtu_70D0_PowerTemperature) GetPsFan() int32

func (*WlstRtu_70D0_PowerTemperature) GetPsT11E

func (m *WlstRtu_70D0_PowerTemperature) GetPsT11E() int32

func (*WlstRtu_70D0_PowerTemperature) Marshal

func (m *WlstRtu_70D0_PowerTemperature) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70D0_PowerTemperature) MarshalTo

func (m *WlstRtu_70D0_PowerTemperature) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70D0_PowerTemperature) MarshalToSizedBuffer

func (m *WlstRtu_70D0_PowerTemperature) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70D0_PowerTemperature) ProtoMessage

func (*WlstRtu_70D0_PowerTemperature) ProtoMessage()

func (*WlstRtu_70D0_PowerTemperature) Reset

func (m *WlstRtu_70D0_PowerTemperature) Reset()

func (*WlstRtu_70D0_PowerTemperature) Size

func (m *WlstRtu_70D0_PowerTemperature) Size() (n int)

func (*WlstRtu_70D0_PowerTemperature) String

func (*WlstRtu_70D0_PowerTemperature) Unmarshal

func (m *WlstRtu_70D0_PowerTemperature) Unmarshal(dAtA []byte) error

func (*WlstRtu_70D0_PowerTemperature) XXX_DiscardUnknown

func (m *WlstRtu_70D0_PowerTemperature) XXX_DiscardUnknown()

func (*WlstRtu_70D0_PowerTemperature) XXX_Marshal

func (m *WlstRtu_70D0_PowerTemperature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70D0_PowerTemperature) XXX_Merge

func (m *WlstRtu_70D0_PowerTemperature) XXX_Merge(src proto.Message)

func (*WlstRtu_70D0_PowerTemperature) XXX_Size

func (m *WlstRtu_70D0_PowerTemperature) XXX_Size() int

func (*WlstRtu_70D0_PowerTemperature) XXX_Unmarshal

func (m *WlstRtu_70D0_PowerTemperature) XXX_Unmarshal(b []byte) error

type WlstRtu_70D0_ProtectStatus

type WlstRtu_70D0_ProtectStatus struct {
	// 交流输入过压保护
	AcOverv int32 `protobuf:"varint,1,opt,name=ac_overv,json=acOverv,proto3" json:"ac_overv,omitempty"`
	// 交流输入缺相保护
	AcLosep int32 `protobuf:"varint,2,opt,name=ac_losep,json=acLosep,proto3" json:"ac_losep,omitempty"`
	// 直流输出过压保护
	DcOverv int32 `protobuf:"varint,3,opt,name=dc_overv,json=dcOverv,proto3" json:"dc_overv,omitempty"`
	// 直流输出欠压保护
	DcUnderv int32 `protobuf:"varint,4,opt,name=dc_underv,json=dcUnderv,proto3" json:"dc_underv,omitempty"`
	// 直流电源过热保护
	DcOverh int32 `protobuf:"varint,5,opt,name=dc_overh,json=dcOverh,proto3" json:"dc_overh,omitempty"`
}

设备保护状态

func (*WlstRtu_70D0_ProtectStatus) Descriptor

func (*WlstRtu_70D0_ProtectStatus) Descriptor() ([]byte, []int)

func (*WlstRtu_70D0_ProtectStatus) GetAcLosep

func (m *WlstRtu_70D0_ProtectStatus) GetAcLosep() int32

func (*WlstRtu_70D0_ProtectStatus) GetAcOverv

func (m *WlstRtu_70D0_ProtectStatus) GetAcOverv() int32

func (*WlstRtu_70D0_ProtectStatus) GetDcOverh

func (m *WlstRtu_70D0_ProtectStatus) GetDcOverh() int32

func (*WlstRtu_70D0_ProtectStatus) GetDcOverv

func (m *WlstRtu_70D0_ProtectStatus) GetDcOverv() int32

func (*WlstRtu_70D0_ProtectStatus) GetDcUnderv

func (m *WlstRtu_70D0_ProtectStatus) GetDcUnderv() int32

func (*WlstRtu_70D0_ProtectStatus) Marshal

func (m *WlstRtu_70D0_ProtectStatus) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70D0_ProtectStatus) MarshalTo

func (m *WlstRtu_70D0_ProtectStatus) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70D0_ProtectStatus) MarshalToSizedBuffer

func (m *WlstRtu_70D0_ProtectStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70D0_ProtectStatus) ProtoMessage

func (*WlstRtu_70D0_ProtectStatus) ProtoMessage()

func (*WlstRtu_70D0_ProtectStatus) Reset

func (m *WlstRtu_70D0_ProtectStatus) Reset()

func (*WlstRtu_70D0_ProtectStatus) Size

func (m *WlstRtu_70D0_ProtectStatus) Size() (n int)

func (*WlstRtu_70D0_ProtectStatus) String

func (m *WlstRtu_70D0_ProtectStatus) String() string

func (*WlstRtu_70D0_ProtectStatus) Unmarshal

func (m *WlstRtu_70D0_ProtectStatus) Unmarshal(dAtA []byte) error

func (*WlstRtu_70D0_ProtectStatus) XXX_DiscardUnknown

func (m *WlstRtu_70D0_ProtectStatus) XXX_DiscardUnknown()

func (*WlstRtu_70D0_ProtectStatus) XXX_Marshal

func (m *WlstRtu_70D0_ProtectStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70D0_ProtectStatus) XXX_Merge

func (m *WlstRtu_70D0_ProtectStatus) XXX_Merge(src proto.Message)

func (*WlstRtu_70D0_ProtectStatus) XXX_Size

func (m *WlstRtu_70D0_ProtectStatus) XXX_Size() int

func (*WlstRtu_70D0_ProtectStatus) XXX_Unmarshal

func (m *WlstRtu_70D0_ProtectStatus) XXX_Unmarshal(b []byte) error

type WlstRtu_70D0_SamplingVoltage

type WlstRtu_70D0_SamplingVoltage struct {
	VolA float64 `protobuf:"fixed64,1,opt,name=vol_a,json=volA,proto3" json:"vol_a,omitempty"`
	VolB float64 `protobuf:"fixed64,2,opt,name=vol_b,json=volB,proto3" json:"vol_b,omitempty"`
	VolC float64 `protobuf:"fixed64,3,opt,name=vol_c,json=volC,proto3" json:"vol_c,omitempty"`
}

采样板电压(直流设备忽略)

func (*WlstRtu_70D0_SamplingVoltage) Descriptor

func (*WlstRtu_70D0_SamplingVoltage) Descriptor() ([]byte, []int)

func (*WlstRtu_70D0_SamplingVoltage) GetVolA

func (*WlstRtu_70D0_SamplingVoltage) GetVolB

func (*WlstRtu_70D0_SamplingVoltage) GetVolC

func (*WlstRtu_70D0_SamplingVoltage) Marshal

func (m *WlstRtu_70D0_SamplingVoltage) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70D0_SamplingVoltage) MarshalTo

func (m *WlstRtu_70D0_SamplingVoltage) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70D0_SamplingVoltage) MarshalToSizedBuffer

func (m *WlstRtu_70D0_SamplingVoltage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70D0_SamplingVoltage) ProtoMessage

func (*WlstRtu_70D0_SamplingVoltage) ProtoMessage()

func (*WlstRtu_70D0_SamplingVoltage) Reset

func (m *WlstRtu_70D0_SamplingVoltage) Reset()

func (*WlstRtu_70D0_SamplingVoltage) Size

func (m *WlstRtu_70D0_SamplingVoltage) Size() (n int)

func (*WlstRtu_70D0_SamplingVoltage) String

func (*WlstRtu_70D0_SamplingVoltage) Unmarshal

func (m *WlstRtu_70D0_SamplingVoltage) Unmarshal(dAtA []byte) error

func (*WlstRtu_70D0_SamplingVoltage) XXX_DiscardUnknown

func (m *WlstRtu_70D0_SamplingVoltage) XXX_DiscardUnknown()

func (*WlstRtu_70D0_SamplingVoltage) XXX_Marshal

func (m *WlstRtu_70D0_SamplingVoltage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70D0_SamplingVoltage) XXX_Merge

func (m *WlstRtu_70D0_SamplingVoltage) XXX_Merge(src proto.Message)

func (*WlstRtu_70D0_SamplingVoltage) XXX_Size

func (m *WlstRtu_70D0_SamplingVoltage) XXX_Size() int

func (*WlstRtu_70D0_SamplingVoltage) XXX_Unmarshal

func (m *WlstRtu_70D0_SamplingVoltage) XXX_Unmarshal(b []byte) error

type WlstRtu_70D3

type WlstRtu_70D3 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 总包数
	RecordTotal int32 `protobuf:"varint,2,opt,name=record_total,json=recordTotal,proto3" json:"record_total,omitempty"`
	// 当前序号
	RecordIdx int32 `protobuf:"varint,3,opt,name=record_idx,json=recordIdx,proto3" json:"record_idx,omitempty"`
	// 当前数据包错误标志,0:正常,1-6:sd功能错误,7:无sd卡,8:记录时间错误,9:查询开始时间错误,10:查询截止时间错误,11:时间间隔错误,12:记录类型错误,13:记录数据错误
	RecordStatus int32 `protobuf:"varint,4,opt,name=record_status,json=recordStatus,proto3" json:"record_status,omitempty"`
	// 记录类型 1-2s一条的普通选测数据,2-每天一条的最大电压电流数据
	RecordType int32 `protobuf:"varint,5,opt,name=record_type,json=recordType,proto3" json:"record_type,omitempty"`
	// 查询开始时间
	DtStart int64 `protobuf:"varint,6,opt,name=dt_start,json=dtStart,proto3" json:"dt_start,omitempty"`
	// 查询数据条数
	RecordCount int32 `protobuf:"varint,7,opt,name=record_count,json=recordCount,proto3" json:"record_count,omitempty"`
	// 查询时间间隔(单位秒)
	RecordDistance int64 `protobuf:"varint,8,opt,name=record_distance,json=recordDistance,proto3" json:"record_distance,omitempty"`
	// 数据类型1
	Data_70D0 []*WlstRtu_70D0 `protobuf:"bytes,9,rep,name=data_70d0,json=data70d0,proto3" json:"data_70d0,omitempty"`
	// 数据类型2
	Data_70D0Max []*WlstRtu_70D0Max `protobuf:"bytes,10,rep,name=data_70d0_max,json=data70d0Max,proto3" json:"data_70d0_max,omitempty"`
}

sd卡数据招测应答

func (*WlstRtu_70D3) Descriptor

func (*WlstRtu_70D3) Descriptor() ([]byte, []int)

func (*WlstRtu_70D3) GetCmdIdx

func (m *WlstRtu_70D3) GetCmdIdx() int32

func (*WlstRtu_70D3) GetData_70D0

func (m *WlstRtu_70D3) GetData_70D0() []*WlstRtu_70D0

func (*WlstRtu_70D3) GetData_70D0Max

func (m *WlstRtu_70D3) GetData_70D0Max() []*WlstRtu_70D0Max

func (*WlstRtu_70D3) GetDtStart

func (m *WlstRtu_70D3) GetDtStart() int64

func (*WlstRtu_70D3) GetRecordCount

func (m *WlstRtu_70D3) GetRecordCount() int32

func (*WlstRtu_70D3) GetRecordDistance

func (m *WlstRtu_70D3) GetRecordDistance() int64

func (*WlstRtu_70D3) GetRecordIdx

func (m *WlstRtu_70D3) GetRecordIdx() int32

func (*WlstRtu_70D3) GetRecordStatus

func (m *WlstRtu_70D3) GetRecordStatus() int32

func (*WlstRtu_70D3) GetRecordTotal

func (m *WlstRtu_70D3) GetRecordTotal() int32

func (*WlstRtu_70D3) GetRecordType

func (m *WlstRtu_70D3) GetRecordType() int32

func (*WlstRtu_70D3) Marshal

func (m *WlstRtu_70D3) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70D3) MarshalTo

func (m *WlstRtu_70D3) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70D3) MarshalToSizedBuffer

func (m *WlstRtu_70D3) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70D3) ProtoMessage

func (*WlstRtu_70D3) ProtoMessage()

func (*WlstRtu_70D3) Reset

func (m *WlstRtu_70D3) Reset()

func (*WlstRtu_70D3) Size

func (m *WlstRtu_70D3) Size() (n int)

func (*WlstRtu_70D3) String

func (m *WlstRtu_70D3) String() string

func (*WlstRtu_70D3) Unmarshal

func (m *WlstRtu_70D3) Unmarshal(dAtA []byte) error

func (*WlstRtu_70D3) XXX_DiscardUnknown

func (m *WlstRtu_70D3) XXX_DiscardUnknown()

func (*WlstRtu_70D3) XXX_Marshal

func (m *WlstRtu_70D3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70D3) XXX_Merge

func (m *WlstRtu_70D3) XXX_Merge(src proto.Message)

func (*WlstRtu_70D3) XXX_Size

func (m *WlstRtu_70D3) XXX_Size() int

func (*WlstRtu_70D3) XXX_Unmarshal

func (m *WlstRtu_70D3) XXX_Unmarshal(b []byte) error

type WlstRtu_70Da

type WlstRtu_70Da struct {
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	//心跳周期
	KeepAlive int32 `protobuf:"varint,2,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"`
	//主报周期
	AlarmCycle int32 `protobuf:"varint,3,opt,name=alarm_cycle,json=alarmCycle,proto3" json:"alarm_cycle,omitempty"`
	//报警延时
	AlarmDelay int32 `protobuf:"varint,4,opt,name=alarm_delay,json=alarmDelay,proto3" json:"alarm_delay,omitempty"`
	//开关量输出路数
	SwitchOutSum int32 `protobuf:"varint,5,opt,name=switch_out_sum,json=switchOutSum,proto3" json:"switch_out_sum,omitempty"`
	//开关量输入路数
	SwitchInSum int32 `protobuf:"varint,6,opt,name=switch_in_sum,json=switchInSum,proto3" json:"switch_in_sum,omitempty"`
	//模拟量输入路数
	AnalogSum int32 `protobuf:"varint,7,opt,name=analog_sum,json=analogSum,proto3" json:"analog_sum,omitempty"`
	//开关量输出开关时间 hhmm-hhmm
	XSwitchingTime []string `protobuf:"bytes,8,rep,name=x_switching_time,json=xSwitchingTime,proto3" json:"x_switching_time,omitempty"`
	//市付费启用时分,hhmm
	CityPayTime string `protobuf:"bytes,9,opt,name=city_pay_time,json=cityPayTime,proto3" json:"city_pay_time,omitempty"`
	//自付费启用时分,hhmm
	SelfPayTime string `protobuf:"bytes,10,opt,name=self_pay_time,json=selfPayTime,proto3" json:"self_pay_time,omitempty"`
	//各个开关量输出路数
	XSwitchOutCount []int32 `protobuf:"varint,11,rep,packed,name=x_switch_out_count,json=xSwitchOutCount,proto3" json:"x_switch_out_count,omitempty"`
	//开关量输入1-16跳变
	SwitchInHopping []int32 `protobuf:"varint,12,rep,packed,name=switch_in_hopping,json=switchInHopping,proto3" json:"switch_in_hopping,omitempty"`
	//电压量程
	VoltageRange int32 `protobuf:"varint,13,opt,name=voltage_range,json=voltageRange,proto3" json:"voltage_range,omitempty"`
	//模拟量回路x电流量程
	XCurrentRange []int32 `protobuf:"varint,14,rep,packed,name=x_current_range,json=xCurrentRange,proto3" json:"x_current_range,omitempty"`
	//开关量输出x矢量
	XSwitchOutVector []int32 `protobuf:"varint,15,rep,packed,name=x_switch_out_vector,json=xSwitchOutVector,proto3" json:"x_switch_out_vector,omitempty"`
	//开关量输入x矢量
	XSwitchInVector []int32 `protobuf:"varint,16,rep,packed,name=x_switch_in_vector,json=xSwitchInVector,proto3" json:"x_switch_in_vector,omitempty"`
	//模拟量x失量
	XAnalogVector []int32 `protobuf:"varint,17,rep,packed,name=x_analog_vector,json=xAnalogVector,proto3" json:"x_analog_vector,omitempty"`
	//电压上限
	UpperVoltageLimit int32 `protobuf:"varint,18,opt,name=upper_voltage_limit,json=upperVoltageLimit,proto3" json:"upper_voltage_limit,omitempty"`
	//电压下限
	LowerVoltageLimit int32 `protobuf:"varint,19,opt,name=lower_voltage_limit,json=lowerVoltageLimit,proto3" json:"lower_voltage_limit,omitempty"`
	//模拟量回路x电流上限
	XUpperCurrentLimit []int32 `` /* 128-byte string literal not displayed */
	//模拟量回路x电流下限
	XLowerCurrentLimit []int32 `` /* 128-byte string literal not displayed */
	//优先组地址
	GroupId int32 `protobuf:"varint,22,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// 指令类型,1-招测基础参数,2-招测互感比值
	CmdType int32 `protobuf:"varint,23,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"`
	// ABC三项电能板互感比
	Transformers []int32 `protobuf:"varint,24,rep,packed,name=transformers,proto3" json:"transformers,omitempty"`
}

func (*WlstRtu_70Da) Descriptor

func (*WlstRtu_70Da) Descriptor() ([]byte, []int)

func (*WlstRtu_70Da) GetAlarmCycle

func (m *WlstRtu_70Da) GetAlarmCycle() int32

func (*WlstRtu_70Da) GetAlarmDelay

func (m *WlstRtu_70Da) GetAlarmDelay() int32

func (*WlstRtu_70Da) GetAnalogSum

func (m *WlstRtu_70Da) GetAnalogSum() int32

func (*WlstRtu_70Da) GetCityPayTime

func (m *WlstRtu_70Da) GetCityPayTime() string

func (*WlstRtu_70Da) GetCmdIdx

func (m *WlstRtu_70Da) GetCmdIdx() int32

func (*WlstRtu_70Da) GetCmdType

func (m *WlstRtu_70Da) GetCmdType() int32

func (*WlstRtu_70Da) GetGroupId

func (m *WlstRtu_70Da) GetGroupId() int32

func (*WlstRtu_70Da) GetKeepAlive

func (m *WlstRtu_70Da) GetKeepAlive() int32

func (*WlstRtu_70Da) GetLowerVoltageLimit

func (m *WlstRtu_70Da) GetLowerVoltageLimit() int32

func (*WlstRtu_70Da) GetSelfPayTime

func (m *WlstRtu_70Da) GetSelfPayTime() string

func (*WlstRtu_70Da) GetSwitchInHopping

func (m *WlstRtu_70Da) GetSwitchInHopping() []int32

func (*WlstRtu_70Da) GetSwitchInSum

func (m *WlstRtu_70Da) GetSwitchInSum() int32

func (*WlstRtu_70Da) GetSwitchOutSum

func (m *WlstRtu_70Da) GetSwitchOutSum() int32

func (*WlstRtu_70Da) GetTransformers

func (m *WlstRtu_70Da) GetTransformers() []int32

func (*WlstRtu_70Da) GetUpperVoltageLimit

func (m *WlstRtu_70Da) GetUpperVoltageLimit() int32

func (*WlstRtu_70Da) GetVoltageRange

func (m *WlstRtu_70Da) GetVoltageRange() int32

func (*WlstRtu_70Da) GetXAnalogVector

func (m *WlstRtu_70Da) GetXAnalogVector() []int32

func (*WlstRtu_70Da) GetXCurrentRange

func (m *WlstRtu_70Da) GetXCurrentRange() []int32

func (*WlstRtu_70Da) GetXLowerCurrentLimit

func (m *WlstRtu_70Da) GetXLowerCurrentLimit() []int32

func (*WlstRtu_70Da) GetXSwitchInVector

func (m *WlstRtu_70Da) GetXSwitchInVector() []int32

func (*WlstRtu_70Da) GetXSwitchOutCount

func (m *WlstRtu_70Da) GetXSwitchOutCount() []int32

func (*WlstRtu_70Da) GetXSwitchOutVector

func (m *WlstRtu_70Da) GetXSwitchOutVector() []int32

func (*WlstRtu_70Da) GetXSwitchingTime

func (m *WlstRtu_70Da) GetXSwitchingTime() []string

func (*WlstRtu_70Da) GetXUpperCurrentLimit

func (m *WlstRtu_70Da) GetXUpperCurrentLimit() []int32

func (*WlstRtu_70Da) Marshal

func (m *WlstRtu_70Da) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70Da) MarshalTo

func (m *WlstRtu_70Da) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70Da) MarshalToSizedBuffer

func (m *WlstRtu_70Da) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70Da) ProtoMessage

func (*WlstRtu_70Da) ProtoMessage()

func (*WlstRtu_70Da) Reset

func (m *WlstRtu_70Da) Reset()

func (*WlstRtu_70Da) Size

func (m *WlstRtu_70Da) Size() (n int)

func (*WlstRtu_70Da) String

func (m *WlstRtu_70Da) String() string

func (*WlstRtu_70Da) Unmarshal

func (m *WlstRtu_70Da) Unmarshal(dAtA []byte) error

func (*WlstRtu_70Da) XXX_DiscardUnknown

func (m *WlstRtu_70Da) XXX_DiscardUnknown()

func (*WlstRtu_70Da) XXX_Marshal

func (m *WlstRtu_70Da) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70Da) XXX_Merge

func (m *WlstRtu_70Da) XXX_Merge(src proto.Message)

func (*WlstRtu_70Da) XXX_Size

func (m *WlstRtu_70Da) XXX_Size() int

func (*WlstRtu_70Da) XXX_Unmarshal

func (m *WlstRtu_70Da) XXX_Unmarshal(b []byte) error

type WlstRtu_70E0

type WlstRtu_70E0 struct {
	//序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	//状态
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WlstRtu_70E0) Descriptor

func (*WlstRtu_70E0) Descriptor() ([]byte, []int)

func (*WlstRtu_70E0) GetCmdIdx

func (m *WlstRtu_70E0) GetCmdIdx() int32

func (*WlstRtu_70E0) GetStatus

func (m *WlstRtu_70E0) GetStatus() int32

func (*WlstRtu_70E0) Marshal

func (m *WlstRtu_70E0) Marshal() (dAtA []byte, err error)

func (*WlstRtu_70E0) MarshalTo

func (m *WlstRtu_70E0) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_70E0) MarshalToSizedBuffer

func (m *WlstRtu_70E0) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_70E0) ProtoMessage

func (*WlstRtu_70E0) ProtoMessage()

func (*WlstRtu_70E0) Reset

func (m *WlstRtu_70E0) Reset()

func (*WlstRtu_70E0) Size

func (m *WlstRtu_70E0) Size() (n int)

func (*WlstRtu_70E0) String

func (m *WlstRtu_70E0) String() string

func (*WlstRtu_70E0) Unmarshal

func (m *WlstRtu_70E0) Unmarshal(dAtA []byte) error

func (*WlstRtu_70E0) XXX_DiscardUnknown

func (m *WlstRtu_70E0) XXX_DiscardUnknown()

func (*WlstRtu_70E0) XXX_Marshal

func (m *WlstRtu_70E0) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_70E0) XXX_Merge

func (m *WlstRtu_70E0) XXX_Merge(src proto.Message)

func (*WlstRtu_70E0) XXX_Size

func (m *WlstRtu_70E0) XXX_Size() int

func (*WlstRtu_70E0) XXX_Unmarshal

func (m *WlstRtu_70E0) XXX_Unmarshal(b []byte) error

type WlstRtu_7800

type WlstRtu_7800 struct {
	// 事件类型(上下行)
	EventType int32 `protobuf:"varint,1,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`
	// 分类标识(上下行)
	EventClass int32 `protobuf:"varint,2,opt,name=event_class,json=eventClass,proto3" json:"event_class,omitempty"`
	// 记录条数(上下行)
	DataNum int32 `protobuf:"varint,3,opt,name=data_num,json=dataNum,proto3" json:"data_num,omitempty"`
	// 开始时间(下行)
	DtStart int64 `protobuf:"varint,4,opt,name=dt_start,json=dtStart,proto3" json:"dt_start,omitempty"`
	// 结束时间(下行)
	DtEnd int64 `protobuf:"varint,5,opt,name=dt_end,json=dtEnd,proto3" json:"dt_end,omitempty"`
	// 总包数(上行)
	AllNum int32 `protobuf:"varint,6,opt,name=all_num,json=allNum,proto3" json:"all_num,omitempty"`
	// 当前包(上行)
	CurNum int32 `protobuf:"varint,7,opt,name=cur_num,json=curNum,proto3" json:"cur_num,omitempty"`
	// 原始数据(上行)
	RawData string `protobuf:"bytes,8,opt,name=raw_data,json=rawData,proto3" json:"raw_data,omitempty"`
}

事件招测

func (*WlstRtu_7800) Descriptor

func (*WlstRtu_7800) Descriptor() ([]byte, []int)

func (*WlstRtu_7800) GetAllNum

func (m *WlstRtu_7800) GetAllNum() int32

func (*WlstRtu_7800) GetCurNum

func (m *WlstRtu_7800) GetCurNum() int32

func (*WlstRtu_7800) GetDataNum

func (m *WlstRtu_7800) GetDataNum() int32

func (*WlstRtu_7800) GetDtEnd

func (m *WlstRtu_7800) GetDtEnd() int64

func (*WlstRtu_7800) GetDtStart

func (m *WlstRtu_7800) GetDtStart() int64

func (*WlstRtu_7800) GetEventClass

func (m *WlstRtu_7800) GetEventClass() int32

func (*WlstRtu_7800) GetEventType

func (m *WlstRtu_7800) GetEventType() int32

func (*WlstRtu_7800) GetRawData

func (m *WlstRtu_7800) GetRawData() string

func (*WlstRtu_7800) Marshal

func (m *WlstRtu_7800) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7800) MarshalTo

func (m *WlstRtu_7800) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7800) MarshalToSizedBuffer

func (m *WlstRtu_7800) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7800) ProtoMessage

func (*WlstRtu_7800) ProtoMessage()

func (*WlstRtu_7800) Reset

func (m *WlstRtu_7800) Reset()

func (*WlstRtu_7800) Size

func (m *WlstRtu_7800) Size() (n int)

func (*WlstRtu_7800) String

func (m *WlstRtu_7800) String() string

func (*WlstRtu_7800) Unmarshal

func (m *WlstRtu_7800) Unmarshal(dAtA []byte) error

func (*WlstRtu_7800) XXX_DiscardUnknown

func (m *WlstRtu_7800) XXX_DiscardUnknown()

func (*WlstRtu_7800) XXX_Marshal

func (m *WlstRtu_7800) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7800) XXX_Merge

func (m *WlstRtu_7800) XXX_Merge(src proto.Message)

func (*WlstRtu_7800) XXX_Size

func (m *WlstRtu_7800) XXX_Size() int

func (*WlstRtu_7800) XXX_Unmarshal

func (m *WlstRtu_7800) XXX_Unmarshal(b []byte) error

type WlstRtu_7B00

type WlstRtu_7B00 struct {
	// sim卡号码
	Sim string `protobuf:"bytes,1,opt,name=sim,proto3" json:"sim,omitempty"`
	//信号强度
	Signal int32 `protobuf:"varint,2,opt,name=signal,proto3" json:"signal,omitempty"`
}

func (*WlstRtu_7B00) Descriptor

func (*WlstRtu_7B00) Descriptor() ([]byte, []int)

func (*WlstRtu_7B00) GetSignal

func (m *WlstRtu_7B00) GetSignal() int32

func (*WlstRtu_7B00) GetSim

func (m *WlstRtu_7B00) GetSim() string

func (*WlstRtu_7B00) Marshal

func (m *WlstRtu_7B00) Marshal() (dAtA []byte, err error)

func (*WlstRtu_7B00) MarshalTo

func (m *WlstRtu_7B00) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_7B00) MarshalToSizedBuffer

func (m *WlstRtu_7B00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_7B00) ProtoMessage

func (*WlstRtu_7B00) ProtoMessage()

func (*WlstRtu_7B00) Reset

func (m *WlstRtu_7B00) Reset()

func (*WlstRtu_7B00) Size

func (m *WlstRtu_7B00) Size() (n int)

func (*WlstRtu_7B00) String

func (m *WlstRtu_7B00) String() string

func (*WlstRtu_7B00) Unmarshal

func (m *WlstRtu_7B00) Unmarshal(dAtA []byte) error

func (*WlstRtu_7B00) XXX_DiscardUnknown

func (m *WlstRtu_7B00) XXX_DiscardUnknown()

func (*WlstRtu_7B00) XXX_Marshal

func (m *WlstRtu_7B00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_7B00) XXX_Merge

func (m *WlstRtu_7B00) XXX_Merge(src proto.Message)

func (*WlstRtu_7B00) XXX_Size

func (m *WlstRtu_7B00) XXX_Size() int

func (*WlstRtu_7B00) XXX_Unmarshal

func (m *WlstRtu_7B00) XXX_Unmarshal(b []byte) error

type WlstRtu_9300

type WlstRtu_9300 struct {
	// yyyy-mm-dd hh:mm:ss w 格式
	TmlDate string `protobuf:"bytes,1,opt,name=tml_date,json=tmlDate,proto3" json:"tml_date,omitempty"`
}

Wlst_rtu_1200

func (*WlstRtu_9300) Descriptor

func (*WlstRtu_9300) Descriptor() ([]byte, []int)

func (*WlstRtu_9300) GetTmlDate

func (m *WlstRtu_9300) GetTmlDate() string

func (*WlstRtu_9300) Marshal

func (m *WlstRtu_9300) Marshal() (dAtA []byte, err error)

func (*WlstRtu_9300) MarshalTo

func (m *WlstRtu_9300) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_9300) MarshalToSizedBuffer

func (m *WlstRtu_9300) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_9300) ProtoMessage

func (*WlstRtu_9300) ProtoMessage()

func (*WlstRtu_9300) Reset

func (m *WlstRtu_9300) Reset()

func (*WlstRtu_9300) Size

func (m *WlstRtu_9300) Size() (n int)

func (*WlstRtu_9300) String

func (m *WlstRtu_9300) String() string

func (*WlstRtu_9300) Unmarshal

func (m *WlstRtu_9300) Unmarshal(dAtA []byte) error

func (*WlstRtu_9300) XXX_DiscardUnknown

func (m *WlstRtu_9300) XXX_DiscardUnknown()

func (*WlstRtu_9300) XXX_Marshal

func (m *WlstRtu_9300) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_9300) XXX_Merge

func (m *WlstRtu_9300) XXX_Merge(src proto.Message)

func (*WlstRtu_9300) XXX_Size

func (m *WlstRtu_9300) XXX_Size() int

func (*WlstRtu_9300) XXX_Unmarshal

func (m *WlstRtu_9300) XXX_Unmarshal(b []byte) error

type WlstRtu_9800

type WlstRtu_9800 struct {
	// 4c00和cc00时表示:设置档位,1-1档,2-2档,3-3档,4-旁路,5-返回状态。9800时表示:终端开机申请状态1-参数正常,0-参数错误,2-时钟错误
	Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
}

Wlst_rtu_4c00_cc00

func (*WlstRtu_9800) Descriptor

func (*WlstRtu_9800) Descriptor() ([]byte, []int)

func (*WlstRtu_9800) GetStatus

func (m *WlstRtu_9800) GetStatus() int32

func (*WlstRtu_9800) Marshal

func (m *WlstRtu_9800) Marshal() (dAtA []byte, err error)

func (*WlstRtu_9800) MarshalTo

func (m *WlstRtu_9800) MarshalTo(dAtA []byte) (int, error)

func (*WlstRtu_9800) MarshalToSizedBuffer

func (m *WlstRtu_9800) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstRtu_9800) ProtoMessage

func (*WlstRtu_9800) ProtoMessage()

func (*WlstRtu_9800) Reset

func (m *WlstRtu_9800) Reset()

func (*WlstRtu_9800) Size

func (m *WlstRtu_9800) Size() (n int)

func (*WlstRtu_9800) String

func (m *WlstRtu_9800) String() string

func (*WlstRtu_9800) Unmarshal

func (m *WlstRtu_9800) Unmarshal(dAtA []byte) error

func (*WlstRtu_9800) XXX_DiscardUnknown

func (m *WlstRtu_9800) XXX_DiscardUnknown()

func (*WlstRtu_9800) XXX_Marshal

func (m *WlstRtu_9800) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstRtu_9800) XXX_Merge

func (m *WlstRtu_9800) XXX_Merge(src proto.Message)

func (*WlstRtu_9800) XXX_Size

func (m *WlstRtu_9800) XXX_Size() int

func (*WlstRtu_9800) XXX_Unmarshal

func (m *WlstRtu_9800) XXX_Unmarshal(b []byte) error

type WlstSluCd00

type WlstSluCd00 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,13,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 通讯失败次数
	CommunicationFailures int32 `protobuf:"varint,1,opt,name=communication_failures,json=communicationFailures,proto3" json:"communication_failures,omitempty"`
	// 功率因数
	PowerFactor int32 `protobuf:"varint,2,opt,name=power_factor,json=powerFactor,proto3" json:"power_factor,omitempty"`
	// 通信信道(仅包含启用的通道)
	CommunicationChannel int32 `protobuf:"varint,3,opt,name=communication_channel,json=communicationChannel,proto3" json:"communication_channel,omitempty"`
	// 电流最大量程
	CurrentRange float64 `protobuf:"fixed64,4,opt,name=current_range,json=currentRange,proto3" json:"current_range,omitempty"`
	// 有功最大量程
	PowerRange int32 `protobuf:"varint,5,opt,name=power_range,json=powerRange,proto3" json:"power_range,omitempty"`
	// 集中器自动控制功能 1-自动补发,0-不补发
	AutoMode int32 `protobuf:"varint,6,opt,name=auto_mode,json=autoMode,proto3" json:"auto_mode,omitempty"`
	// 经度
	Longitude float64 `protobuf:"fixed64,7,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// 纬度
	Latitude float64 `protobuf:"fixed64,8,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// 载波路由模式 1-标准,2-扩展,3-III代,4-IV代,5-自适应
	CarrierRoutingMode int32 `protobuf:"varint,9,opt,name=carrier_routing_mode,json=carrierRoutingMode,proto3" json:"carrier_routing_mode,omitempty"`
	// 蓝牙模块pin码,默认62547600
	BluetoothPin int32 `protobuf:"varint,10,opt,name=bluetooth_pin,json=bluetoothPin,proto3" json:"bluetooth_pin,omitempty"`
	// 蓝牙安全模式 0-无,1-安全模式1,2-安全模式2
	BluetoothMode int32 `protobuf:"varint,11,opt,name=bluetooth_mode,json=bluetoothMode,proto3" json:"bluetooth_mode,omitempty"`
	// 集中器通讯类型,concentrator communication type 0-gprs,1-485
	Cct int32 `protobuf:"varint,12,opt,name=cct,proto3" json:"cct,omitempty"`
	// 控制器24小时带电,0-不带电(集中器不转发时间),1-带电(集中器转发时间)
	AlwaysOnline int32 `protobuf:"varint,14,opt,name=always_online,json=alwaysOnline,proto3" json:"always_online,omitempty"`
}

Wlst_slu_7600

func (*WlstSluCd00) Descriptor

func (*WlstSluCd00) Descriptor() ([]byte, []int)

func (*WlstSluCd00) GetAlwaysOnline

func (m *WlstSluCd00) GetAlwaysOnline() int32

func (*WlstSluCd00) GetAutoMode

func (m *WlstSluCd00) GetAutoMode() int32

func (*WlstSluCd00) GetBluetoothMode

func (m *WlstSluCd00) GetBluetoothMode() int32

func (*WlstSluCd00) GetBluetoothPin

func (m *WlstSluCd00) GetBluetoothPin() int32

func (*WlstSluCd00) GetCarrierRoutingMode

func (m *WlstSluCd00) GetCarrierRoutingMode() int32

func (*WlstSluCd00) GetCct

func (m *WlstSluCd00) GetCct() int32

func (*WlstSluCd00) GetCmdIdx

func (m *WlstSluCd00) GetCmdIdx() int32

func (*WlstSluCd00) GetCommunicationChannel

func (m *WlstSluCd00) GetCommunicationChannel() int32

func (*WlstSluCd00) GetCommunicationFailures

func (m *WlstSluCd00) GetCommunicationFailures() int32

func (*WlstSluCd00) GetCurrentRange

func (m *WlstSluCd00) GetCurrentRange() float64

func (*WlstSluCd00) GetLatitude

func (m *WlstSluCd00) GetLatitude() float64

func (*WlstSluCd00) GetLongitude

func (m *WlstSluCd00) GetLongitude() float64

func (*WlstSluCd00) GetPowerFactor

func (m *WlstSluCd00) GetPowerFactor() int32

func (*WlstSluCd00) GetPowerRange

func (m *WlstSluCd00) GetPowerRange() int32

func (*WlstSluCd00) Marshal

func (m *WlstSluCd00) Marshal() (dAtA []byte, err error)

func (*WlstSluCd00) MarshalTo

func (m *WlstSluCd00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluCd00) MarshalToSizedBuffer

func (m *WlstSluCd00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluCd00) ProtoMessage

func (*WlstSluCd00) ProtoMessage()

func (*WlstSluCd00) Reset

func (m *WlstSluCd00) Reset()

func (*WlstSluCd00) Size

func (m *WlstSluCd00) Size() (n int)

func (*WlstSluCd00) String

func (m *WlstSluCd00) String() string

func (*WlstSluCd00) Unmarshal

func (m *WlstSluCd00) Unmarshal(dAtA []byte) error

func (*WlstSluCd00) XXX_DiscardUnknown

func (m *WlstSluCd00) XXX_DiscardUnknown()

func (*WlstSluCd00) XXX_Marshal

func (m *WlstSluCd00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluCd00) XXX_Merge

func (m *WlstSluCd00) XXX_Merge(src proto.Message)

func (*WlstSluCd00) XXX_Size

func (m *WlstSluCd00) XXX_Size() int

func (*WlstSluCd00) XXX_Unmarshal

func (m *WlstSluCd00) XXX_Unmarshal(b []byte) error

type WlstSluD000

type WlstSluD000 struct {
	// 集中器版本
	Ver string `protobuf:"bytes,1,opt,name=ver,proto3" json:"ver,omitempty"`
}

func (*WlstSluD000) Descriptor

func (*WlstSluD000) Descriptor() ([]byte, []int)

func (*WlstSluD000) GetVer

func (m *WlstSluD000) GetVer() string

func (*WlstSluD000) Marshal

func (m *WlstSluD000) Marshal() (dAtA []byte, err error)

func (*WlstSluD000) MarshalTo

func (m *WlstSluD000) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluD000) MarshalToSizedBuffer

func (m *WlstSluD000) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluD000) ProtoMessage

func (*WlstSluD000) ProtoMessage()

func (*WlstSluD000) Reset

func (m *WlstSluD000) Reset()

func (*WlstSluD000) Size

func (m *WlstSluD000) Size() (n int)

func (*WlstSluD000) String

func (m *WlstSluD000) String() string

func (*WlstSluD000) Unmarshal

func (m *WlstSluD000) Unmarshal(dAtA []byte) error

func (*WlstSluD000) XXX_DiscardUnknown

func (m *WlstSluD000) XXX_DiscardUnknown()

func (*WlstSluD000) XXX_Marshal

func (m *WlstSluD000) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluD000) XXX_Merge

func (m *WlstSluD000) XXX_Merge(src proto.Message)

func (*WlstSluD000) XXX_Size

func (m *WlstSluD000) XXX_Size() int

func (*WlstSluD000) XXX_Unmarshal

func (m *WlstSluD000) XXX_Unmarshal(b []byte) error

type WlstSluEc00

type WlstSluEc00 struct {
	// 命令序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 读取参数开始序号
	StartIdx int32 `protobuf:"varint,2,opt,name=start_idx,json=startIdx,proto3" json:"start_idx,omitempty"`
	// 读取条数
	ReadCount    int32           `protobuf:"varint,3,opt,name=read_count,json=readCount,proto3" json:"read_count,omitempty"`
	WlstSlu_6B00 []*WlstSlu_6B00 `protobuf:"bytes,4,rep,name=wlst_slu_6b00,json=wlstSlu6b00,proto3" json:"wlst_slu_6b00,omitempty"`
}

func (*WlstSluEc00) Descriptor

func (*WlstSluEc00) Descriptor() ([]byte, []int)

func (*WlstSluEc00) GetCmdIdx

func (m *WlstSluEc00) GetCmdIdx() int32

func (*WlstSluEc00) GetReadCount

func (m *WlstSluEc00) GetReadCount() int32

func (*WlstSluEc00) GetStartIdx

func (m *WlstSluEc00) GetStartIdx() int32

func (*WlstSluEc00) GetWlstSlu_6B00

func (m *WlstSluEc00) GetWlstSlu_6B00() []*WlstSlu_6B00

func (*WlstSluEc00) Marshal

func (m *WlstSluEc00) Marshal() (dAtA []byte, err error)

func (*WlstSluEc00) MarshalTo

func (m *WlstSluEc00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluEc00) MarshalToSizedBuffer

func (m *WlstSluEc00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluEc00) ProtoMessage

func (*WlstSluEc00) ProtoMessage()

func (*WlstSluEc00) Reset

func (m *WlstSluEc00) Reset()

func (*WlstSluEc00) Size

func (m *WlstSluEc00) Size() (n int)

func (*WlstSluEc00) String

func (m *WlstSluEc00) String() string

func (*WlstSluEc00) Unmarshal

func (m *WlstSluEc00) Unmarshal(dAtA []byte) error

func (*WlstSluEc00) XXX_DiscardUnknown

func (m *WlstSluEc00) XXX_DiscardUnknown()

func (*WlstSluEc00) XXX_Marshal

func (m *WlstSluEc00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluEc00) XXX_Merge

func (m *WlstSluEc00) XXX_Merge(src proto.Message)

func (*WlstSluEc00) XXX_Size

func (m *WlstSluEc00) XXX_Size() int

func (*WlstSluEc00) XXX_Unmarshal

func (m *WlstSluEc00) XXX_Unmarshal(b []byte) error

type WlstSluF000

type WlstSluF000 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 复位标识
	ResetMark *WlstSluF000_ResetMark `protobuf:"bytes,2,opt,name=reset_mark,json=resetMark,proto3" json:"reset_mark,omitempty"`
}

Wlst_slu_7000

func (*WlstSluF000) Descriptor

func (*WlstSluF000) Descriptor() ([]byte, []int)

func (*WlstSluF000) GetCmdIdx

func (m *WlstSluF000) GetCmdIdx() int32

func (*WlstSluF000) GetResetMark

func (m *WlstSluF000) GetResetMark() *WlstSluF000_ResetMark

func (*WlstSluF000) Marshal

func (m *WlstSluF000) Marshal() (dAtA []byte, err error)

func (*WlstSluF000) MarshalTo

func (m *WlstSluF000) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF000) MarshalToSizedBuffer

func (m *WlstSluF000) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF000) ProtoMessage

func (*WlstSluF000) ProtoMessage()

func (*WlstSluF000) Reset

func (m *WlstSluF000) Reset()

func (*WlstSluF000) Size

func (m *WlstSluF000) Size() (n int)

func (*WlstSluF000) String

func (m *WlstSluF000) String() string

func (*WlstSluF000) Unmarshal

func (m *WlstSluF000) Unmarshal(dAtA []byte) error

func (*WlstSluF000) XXX_DiscardUnknown

func (m *WlstSluF000) XXX_DiscardUnknown()

func (*WlstSluF000) XXX_Marshal

func (m *WlstSluF000) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF000) XXX_Merge

func (m *WlstSluF000) XXX_Merge(src proto.Message)

func (*WlstSluF000) XXX_Size

func (m *WlstSluF000) XXX_Size() int

func (*WlstSluF000) XXX_Unmarshal

func (m *WlstSluF000) XXX_Unmarshal(b []byte) error

type WlstSluF000_ResetMark

type WlstSluF000_ResetMark struct {
	// 清除任务
	ClearTask int32 `protobuf:"varint,1,opt,name=clear_task,json=clearTask,proto3" json:"clear_task,omitempty"`
	// 复位集中器
	ResetConcentrator int32 `protobuf:"varint,2,opt,name=reset_concentrator,json=resetConcentrator,proto3" json:"reset_concentrator,omitempty"`
	// 硬件复位zigbee
	HardResetZigbee int32 `protobuf:"varint,3,opt,name=hard_reset_zigbee,json=hardResetZigbee,proto3" json:"hard_reset_zigbee,omitempty"`
	// 软件复位zigbee
	SoftResetZigbee int32 `protobuf:"varint,4,opt,name=soft_reset_zigbee,json=softResetZigbee,proto3" json:"soft_reset_zigbee,omitempty"`
	// 复位电力载波
	ResetCarrier int32 `protobuf:"varint,5,opt,name=reset_carrier,json=resetCarrier,proto3" json:"reset_carrier,omitempty"`
	// 初始化所有
	InitAll int32 `protobuf:"varint,6,opt,name=init_all,json=initAll,proto3" json:"init_all,omitempty"`
	// 清除数据
	ClearData int32 `protobuf:"varint,7,opt,name=clear_data,json=clearData,proto3" json:"clear_data,omitempty"`
	// 清除参数
	ClearArgs int32 `protobuf:"varint,8,opt,name=clear_args,json=clearArgs,proto3" json:"clear_args,omitempty"`
}

func (*WlstSluF000_ResetMark) Descriptor

func (*WlstSluF000_ResetMark) Descriptor() ([]byte, []int)

func (*WlstSluF000_ResetMark) GetClearArgs

func (m *WlstSluF000_ResetMark) GetClearArgs() int32

func (*WlstSluF000_ResetMark) GetClearData

func (m *WlstSluF000_ResetMark) GetClearData() int32

func (*WlstSluF000_ResetMark) GetClearTask

func (m *WlstSluF000_ResetMark) GetClearTask() int32

func (*WlstSluF000_ResetMark) GetHardResetZigbee

func (m *WlstSluF000_ResetMark) GetHardResetZigbee() int32

func (*WlstSluF000_ResetMark) GetInitAll

func (m *WlstSluF000_ResetMark) GetInitAll() int32

func (*WlstSluF000_ResetMark) GetResetCarrier

func (m *WlstSluF000_ResetMark) GetResetCarrier() int32

func (*WlstSluF000_ResetMark) GetResetConcentrator

func (m *WlstSluF000_ResetMark) GetResetConcentrator() int32

func (*WlstSluF000_ResetMark) GetSoftResetZigbee

func (m *WlstSluF000_ResetMark) GetSoftResetZigbee() int32

func (*WlstSluF000_ResetMark) Marshal

func (m *WlstSluF000_ResetMark) Marshal() (dAtA []byte, err error)

func (*WlstSluF000_ResetMark) MarshalTo

func (m *WlstSluF000_ResetMark) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF000_ResetMark) MarshalToSizedBuffer

func (m *WlstSluF000_ResetMark) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF000_ResetMark) ProtoMessage

func (*WlstSluF000_ResetMark) ProtoMessage()

func (*WlstSluF000_ResetMark) Reset

func (m *WlstSluF000_ResetMark) Reset()

func (*WlstSluF000_ResetMark) Size

func (m *WlstSluF000_ResetMark) Size() (n int)

func (*WlstSluF000_ResetMark) String

func (m *WlstSluF000_ResetMark) String() string

func (*WlstSluF000_ResetMark) Unmarshal

func (m *WlstSluF000_ResetMark) Unmarshal(dAtA []byte) error

func (*WlstSluF000_ResetMark) XXX_DiscardUnknown

func (m *WlstSluF000_ResetMark) XXX_DiscardUnknown()

func (*WlstSluF000_ResetMark) XXX_Marshal

func (m *WlstSluF000_ResetMark) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF000_ResetMark) XXX_Merge

func (m *WlstSluF000_ResetMark) XXX_Merge(src proto.Message)

func (*WlstSluF000_ResetMark) XXX_Size

func (m *WlstSluF000_ResetMark) XXX_Size() int

func (*WlstSluF000_ResetMark) XXX_Unmarshal

func (m *WlstSluF000_ResetMark) XXX_Unmarshal(b []byte) error

type WlstSluF100

type WlstSluF100 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 操作标识0-设置时钟,1-读取时钟
	OptMark int32 `protobuf:"varint,2,opt,name=opt_mark,json=optMark,proto3" json:"opt_mark,omitempty"`
	// 时间(c#需加1970-1-1)
	DateTime int64 `protobuf:"varint,3,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"`
	// 强制对时
	ForceTimer int32 `protobuf:"varint,4,opt,name=force_timer,json=forceTimer,proto3" json:"force_timer,omitempty"`
	// 错误标识
	TimerStatus *WlstSluF100_TimerStatus `protobuf:"bytes,5,opt,name=timer_status,json=timerStatus,proto3" json:"timer_status,omitempty"`
}

Wlst_slu_7100

func (*WlstSluF100) Descriptor

func (*WlstSluF100) Descriptor() ([]byte, []int)

func (*WlstSluF100) GetCmdIdx

func (m *WlstSluF100) GetCmdIdx() int32

func (*WlstSluF100) GetDateTime

func (m *WlstSluF100) GetDateTime() int64

func (*WlstSluF100) GetForceTimer

func (m *WlstSluF100) GetForceTimer() int32

func (*WlstSluF100) GetOptMark

func (m *WlstSluF100) GetOptMark() int32

func (*WlstSluF100) GetTimerStatus

func (m *WlstSluF100) GetTimerStatus() *WlstSluF100_TimerStatus

func (*WlstSluF100) Marshal

func (m *WlstSluF100) Marshal() (dAtA []byte, err error)

func (*WlstSluF100) MarshalTo

func (m *WlstSluF100) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF100) MarshalToSizedBuffer

func (m *WlstSluF100) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF100) ProtoMessage

func (*WlstSluF100) ProtoMessage()

func (*WlstSluF100) Reset

func (m *WlstSluF100) Reset()

func (*WlstSluF100) Size

func (m *WlstSluF100) Size() (n int)

func (*WlstSluF100) String

func (m *WlstSluF100) String() string

func (*WlstSluF100) Unmarshal

func (m *WlstSluF100) Unmarshal(dAtA []byte) error

func (*WlstSluF100) XXX_DiscardUnknown

func (m *WlstSluF100) XXX_DiscardUnknown()

func (*WlstSluF100) XXX_Marshal

func (m *WlstSluF100) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF100) XXX_Merge

func (m *WlstSluF100) XXX_Merge(src proto.Message)

func (*WlstSluF100) XXX_Size

func (m *WlstSluF100) XXX_Size() int

func (*WlstSluF100) XXX_Unmarshal

func (m *WlstSluF100) XXX_Unmarshal(b []byte) error

type WlstSluF100_TimerStatus

type WlstSluF100_TimerStatus struct {
	// 时间数据错误
	DtformatError int32 `protobuf:"varint,1,opt,name=dtformat_error,json=dtformatError,proto3" json:"dtformat_error,omitempty"`
	// 时钟超差
	TimerError int32 `protobuf:"varint,2,opt,name=timer_error,json=timerError,proto3" json:"timer_error,omitempty"`
	// 对时失败
	TimeFault int32 `protobuf:"varint,3,opt,name=time_fault,json=timeFault,proto3" json:"time_fault,omitempty"`
}

func (*WlstSluF100_TimerStatus) Descriptor

func (*WlstSluF100_TimerStatus) Descriptor() ([]byte, []int)

func (*WlstSluF100_TimerStatus) GetDtformatError

func (m *WlstSluF100_TimerStatus) GetDtformatError() int32

func (*WlstSluF100_TimerStatus) GetTimeFault

func (m *WlstSluF100_TimerStatus) GetTimeFault() int32

func (*WlstSluF100_TimerStatus) GetTimerError

func (m *WlstSluF100_TimerStatus) GetTimerError() int32

func (*WlstSluF100_TimerStatus) Marshal

func (m *WlstSluF100_TimerStatus) Marshal() (dAtA []byte, err error)

func (*WlstSluF100_TimerStatus) MarshalTo

func (m *WlstSluF100_TimerStatus) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF100_TimerStatus) MarshalToSizedBuffer

func (m *WlstSluF100_TimerStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF100_TimerStatus) ProtoMessage

func (*WlstSluF100_TimerStatus) ProtoMessage()

func (*WlstSluF100_TimerStatus) Reset

func (m *WlstSluF100_TimerStatus) Reset()

func (*WlstSluF100_TimerStatus) Size

func (m *WlstSluF100_TimerStatus) Size() (n int)

func (*WlstSluF100_TimerStatus) String

func (m *WlstSluF100_TimerStatus) String() string

func (*WlstSluF100_TimerStatus) Unmarshal

func (m *WlstSluF100_TimerStatus) Unmarshal(dAtA []byte) error

func (*WlstSluF100_TimerStatus) XXX_DiscardUnknown

func (m *WlstSluF100_TimerStatus) XXX_DiscardUnknown()

func (*WlstSluF100_TimerStatus) XXX_Marshal

func (m *WlstSluF100_TimerStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF100_TimerStatus) XXX_Merge

func (m *WlstSluF100_TimerStatus) XXX_Merge(src proto.Message)

func (*WlstSluF100_TimerStatus) XXX_Size

func (m *WlstSluF100_TimerStatus) XXX_Size() int

func (*WlstSluF100_TimerStatus) XXX_Unmarshal

func (m *WlstSluF100_TimerStatus) XXX_Unmarshal(b []byte) error

type WlstSluF200

type WlstSluF200 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 起始控制器地址
	SluitemIdx int32 `protobuf:"varint,2,opt,name=sluitem_idx,json=sluitemIdx,proto3" json:"sluitem_idx,omitempty"`
	// 控制器数量
	SluitemCount int32 `protobuf:"varint,3,opt,name=sluitem_count,json=sluitemCount,proto3" json:"sluitem_count,omitempty"`
	// 数据类型
	DataMark *WlstSluF200_DataMark `protobuf:"bytes,4,opt,name=data_mark,json=dataMark,proto3" json:"data_mark,omitempty"`
	// 控制器数据
	SluitemData []*WlstSluF200_ControllerData `protobuf:"bytes,5,rep,name=sluitem_data,json=sluitemData,proto3" json:"sluitem_data,omitempty"`
	// 操作结果0-失败,1-成功
	Status int32 `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"`
}

Wlst_slu_7200

func (*WlstSluF200) Descriptor

func (*WlstSluF200) Descriptor() ([]byte, []int)

func (*WlstSluF200) GetCmdIdx

func (m *WlstSluF200) GetCmdIdx() int32

func (*WlstSluF200) GetDataMark

func (m *WlstSluF200) GetDataMark() *WlstSluF200_DataMark

func (*WlstSluF200) GetSluitemCount

func (m *WlstSluF200) GetSluitemCount() int32

func (*WlstSluF200) GetSluitemData

func (m *WlstSluF200) GetSluitemData() []*WlstSluF200_ControllerData

func (*WlstSluF200) GetSluitemIdx

func (m *WlstSluF200) GetSluitemIdx() int32

func (*WlstSluF200) GetStatus

func (m *WlstSluF200) GetStatus() int32

func (*WlstSluF200) Marshal

func (m *WlstSluF200) Marshal() (dAtA []byte, err error)

func (*WlstSluF200) MarshalTo

func (m *WlstSluF200) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF200) MarshalToSizedBuffer

func (m *WlstSluF200) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF200) ProtoMessage

func (*WlstSluF200) ProtoMessage()

func (*WlstSluF200) Reset

func (m *WlstSluF200) Reset()

func (*WlstSluF200) Size

func (m *WlstSluF200) Size() (n int)

func (*WlstSluF200) String

func (m *WlstSluF200) String() string

func (*WlstSluF200) Unmarshal

func (m *WlstSluF200) Unmarshal(dAtA []byte) error

func (*WlstSluF200) XXX_DiscardUnknown

func (m *WlstSluF200) XXX_DiscardUnknown()

func (*WlstSluF200) XXX_Marshal

func (m *WlstSluF200) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF200) XXX_Merge

func (m *WlstSluF200) XXX_Merge(src proto.Message)

func (*WlstSluF200) XXX_Size

func (m *WlstSluF200) XXX_Size() int

func (*WlstSluF200) XXX_Unmarshal

func (m *WlstSluF200) XXX_Unmarshal(b []byte) error

type WlstSluF200_ControllerData

type WlstSluF200_ControllerData struct {
	// 控制器所属组(5个)
	SluitemGroup []int32 `protobuf:"varint,1,rep,packed,name=sluitem_group,json=sluitemGroup,proto3" json:"sluitem_group,omitempty"`
	// 控制器条码
	SluitemIdx int64 `protobuf:"varint,2,opt,name=sluitem_idx,json=sluitemIdx,proto3" json:"sluitem_idx,omitempty"`
	// 控制器路由(前4级通信控制器编号1,2,3...)
	SluitemRoute []int32 `protobuf:"varint,3,rep,packed,name=sluitem_route,json=sluitemRoute,proto3" json:"sluitem_route,omitempty"`
	// 开灯序号
	SluitemOrder int32 `protobuf:"varint,4,opt,name=sluitem_order,json=sluitemOrder,proto3" json:"sluitem_order,omitempty"`
	// 功率上限
	UpperPowerLimit int32 `protobuf:"varint,5,opt,name=upper_power_limit,json=upperPowerLimit,proto3" json:"upper_power_limit,omitempty"`
	// 功率下限
	LowerPowerLimit int32 `protobuf:"varint,6,opt,name=lower_power_limit,json=lowerPowerLimit,proto3" json:"lower_power_limit,omitempty"`
	// 控制器上电开灯 true-开灯,false-关灯
	SluitemPowerTurnon []int32 `protobuf:"varint,7,rep,packed,name=sluitem_power_turnon,json=sluitemPowerTurnon,proto3" json:"sluitem_power_turnon,omitempty"`
	// 控制器状态 false-停运,true-投运
	SluitemStatus int32 `protobuf:"varint,8,opt,name=sluitem_status,json=sluitemStatus,proto3" json:"sluitem_status,omitempty"`
	// 控制器主报 false-禁止主报,true-允许主报
	SluitemEnableAlarm int32 `protobuf:"varint,9,opt,name=sluitem_enable_alarm,json=sluitemEnableAlarm,proto3" json:"sluitem_enable_alarm,omitempty"`
	// 控制器物理矢量
	SluitemVector []int32 `protobuf:"varint,10,rep,packed,name=sluitem_vector,json=sluitemVector,proto3" json:"sluitem_vector,omitempty"`
	// 额定功率
	RatedPower []int32 `protobuf:"varint,11,rep,packed,name=rated_power,json=ratedPower,proto3" json:"rated_power,omitempty"`
	// 回路数量
	LoopCount int32 `protobuf:"varint,12,opt,name=loop_count,json=loopCount,proto3" json:"loop_count,omitempty"`
	// 经度
	Longitude float64 `protobuf:"fixed64,13,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// 纬度
	Latitude float64 `protobuf:"fixed64,14,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// nb主报间隔,(0~127)*5
	UplinkTimer int32 `protobuf:"varint,15,opt,name=uplink_timer,json=uplinkTimer,proto3" json:"uplink_timer,omitempty"`
	// nb主报需要主站应答,0-不需要,1-需要
	UplinkReply int32 `protobuf:"varint,16,opt,name=uplink_reply,json=uplinkReply,proto3" json:"uplink_reply,omitempty"`
}

func (*WlstSluF200_ControllerData) Descriptor

func (*WlstSluF200_ControllerData) Descriptor() ([]byte, []int)

func (*WlstSluF200_ControllerData) GetLatitude

func (m *WlstSluF200_ControllerData) GetLatitude() float64

func (*WlstSluF200_ControllerData) GetLongitude

func (m *WlstSluF200_ControllerData) GetLongitude() float64

func (*WlstSluF200_ControllerData) GetLoopCount

func (m *WlstSluF200_ControllerData) GetLoopCount() int32

func (*WlstSluF200_ControllerData) GetLowerPowerLimit

func (m *WlstSluF200_ControllerData) GetLowerPowerLimit() int32

func (*WlstSluF200_ControllerData) GetRatedPower

func (m *WlstSluF200_ControllerData) GetRatedPower() []int32

func (*WlstSluF200_ControllerData) GetSluitemEnableAlarm

func (m *WlstSluF200_ControllerData) GetSluitemEnableAlarm() int32

func (*WlstSluF200_ControllerData) GetSluitemGroup

func (m *WlstSluF200_ControllerData) GetSluitemGroup() []int32

func (*WlstSluF200_ControllerData) GetSluitemIdx

func (m *WlstSluF200_ControllerData) GetSluitemIdx() int64

func (*WlstSluF200_ControllerData) GetSluitemOrder

func (m *WlstSluF200_ControllerData) GetSluitemOrder() int32

func (*WlstSluF200_ControllerData) GetSluitemPowerTurnon

func (m *WlstSluF200_ControllerData) GetSluitemPowerTurnon() []int32

func (*WlstSluF200_ControllerData) GetSluitemRoute

func (m *WlstSluF200_ControllerData) GetSluitemRoute() []int32

func (*WlstSluF200_ControllerData) GetSluitemStatus

func (m *WlstSluF200_ControllerData) GetSluitemStatus() int32

func (*WlstSluF200_ControllerData) GetSluitemVector

func (m *WlstSluF200_ControllerData) GetSluitemVector() []int32

func (*WlstSluF200_ControllerData) GetUplinkReply

func (m *WlstSluF200_ControllerData) GetUplinkReply() int32

func (*WlstSluF200_ControllerData) GetUplinkTimer

func (m *WlstSluF200_ControllerData) GetUplinkTimer() int32

func (*WlstSluF200_ControllerData) GetUpperPowerLimit

func (m *WlstSluF200_ControllerData) GetUpperPowerLimit() int32

func (*WlstSluF200_ControllerData) Marshal

func (m *WlstSluF200_ControllerData) Marshal() (dAtA []byte, err error)

func (*WlstSluF200_ControllerData) MarshalTo

func (m *WlstSluF200_ControllerData) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF200_ControllerData) MarshalToSizedBuffer

func (m *WlstSluF200_ControllerData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF200_ControllerData) ProtoMessage

func (*WlstSluF200_ControllerData) ProtoMessage()

func (*WlstSluF200_ControllerData) Reset

func (m *WlstSluF200_ControllerData) Reset()

func (*WlstSluF200_ControllerData) Size

func (m *WlstSluF200_ControllerData) Size() (n int)

func (*WlstSluF200_ControllerData) String

func (m *WlstSluF200_ControllerData) String() string

func (*WlstSluF200_ControllerData) Unmarshal

func (m *WlstSluF200_ControllerData) Unmarshal(dAtA []byte) error

func (*WlstSluF200_ControllerData) XXX_DiscardUnknown

func (m *WlstSluF200_ControllerData) XXX_DiscardUnknown()

func (*WlstSluF200_ControllerData) XXX_Marshal

func (m *WlstSluF200_ControllerData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF200_ControllerData) XXX_Merge

func (m *WlstSluF200_ControllerData) XXX_Merge(src proto.Message)

func (*WlstSluF200_ControllerData) XXX_Size

func (m *WlstSluF200_ControllerData) XXX_Size() int

func (*WlstSluF200_ControllerData) XXX_Unmarshal

func (m *WlstSluF200_ControllerData) XXX_Unmarshal(b []byte) error

type WlstSluF200_DataMark

type WlstSluF200_DataMark struct {
	// 指令类型 0-读取数据,1-设置数据
	SetData int32 `protobuf:"varint,20,opt,name=set_data,json=setData,proto3" json:"set_data,omitempty"`
	// 控制器所属组(5个)
	Group int32 `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	// 控制器条码
	Barcode int32 `protobuf:"varint,2,opt,name=barcode,proto3" json:"barcode,omitempty"`
	// 控制器路由(前4级通信控制器编号1,2,3...)
	Route int32 `protobuf:"varint,3,opt,name=route,proto3" json:"route,omitempty"`
	// 开灯序号
	Order int32 `protobuf:"varint,4,opt,name=order,proto3" json:"order,omitempty"`
	// 功率上限/下限
	Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"`
	// 上电控制状态
	PowerOnStatus int32 `protobuf:"varint,6,opt,name=power_on_status,json=powerOnStatus,proto3" json:"power_on_status,omitempty"`
	// 2-投运,1-停运
	RunStatus int32 `protobuf:"varint,7,opt,name=run_status,json=runStatus,proto3" json:"run_status,omitempty"`
	// 控制器物理矢量
	Vector int32 `protobuf:"varint,8,opt,name=vector,proto3" json:"vector,omitempty"`
	// 额定功率
	RatedPower int32 `protobuf:"varint,9,opt,name=rated_power,json=ratedPower,proto3" json:"rated_power,omitempty"`
	// 回路数量
	LoopCount int32 `protobuf:"varint,10,opt,name=loop_count,json=loopCount,proto3" json:"loop_count,omitempty"`
}

func (*WlstSluF200_DataMark) Descriptor

func (*WlstSluF200_DataMark) Descriptor() ([]byte, []int)

func (*WlstSluF200_DataMark) GetBarcode

func (m *WlstSluF200_DataMark) GetBarcode() int32

func (*WlstSluF200_DataMark) GetGroup

func (m *WlstSluF200_DataMark) GetGroup() int32

func (*WlstSluF200_DataMark) GetLimit

func (m *WlstSluF200_DataMark) GetLimit() int32

func (*WlstSluF200_DataMark) GetLoopCount

func (m *WlstSluF200_DataMark) GetLoopCount() int32

func (*WlstSluF200_DataMark) GetOrder

func (m *WlstSluF200_DataMark) GetOrder() int32

func (*WlstSluF200_DataMark) GetPowerOnStatus

func (m *WlstSluF200_DataMark) GetPowerOnStatus() int32

func (*WlstSluF200_DataMark) GetRatedPower

func (m *WlstSluF200_DataMark) GetRatedPower() int32

func (*WlstSluF200_DataMark) GetRoute

func (m *WlstSluF200_DataMark) GetRoute() int32

func (*WlstSluF200_DataMark) GetRunStatus

func (m *WlstSluF200_DataMark) GetRunStatus() int32

func (*WlstSluF200_DataMark) GetSetData

func (m *WlstSluF200_DataMark) GetSetData() int32

func (*WlstSluF200_DataMark) GetVector

func (m *WlstSluF200_DataMark) GetVector() int32

func (*WlstSluF200_DataMark) Marshal

func (m *WlstSluF200_DataMark) Marshal() (dAtA []byte, err error)

func (*WlstSluF200_DataMark) MarshalTo

func (m *WlstSluF200_DataMark) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF200_DataMark) MarshalToSizedBuffer

func (m *WlstSluF200_DataMark) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF200_DataMark) ProtoMessage

func (*WlstSluF200_DataMark) ProtoMessage()

func (*WlstSluF200_DataMark) Reset

func (m *WlstSluF200_DataMark) Reset()

func (*WlstSluF200_DataMark) Size

func (m *WlstSluF200_DataMark) Size() (n int)

func (*WlstSluF200_DataMark) String

func (m *WlstSluF200_DataMark) String() string

func (*WlstSluF200_DataMark) Unmarshal

func (m *WlstSluF200_DataMark) Unmarshal(dAtA []byte) error

func (*WlstSluF200_DataMark) XXX_DiscardUnknown

func (m *WlstSluF200_DataMark) XXX_DiscardUnknown()

func (*WlstSluF200_DataMark) XXX_Marshal

func (m *WlstSluF200_DataMark) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF200_DataMark) XXX_Merge

func (m *WlstSluF200_DataMark) XXX_Merge(src proto.Message)

func (*WlstSluF200_DataMark) XXX_Size

func (m *WlstSluF200_DataMark) XXX_Size() int

func (*WlstSluF200_DataMark) XXX_Unmarshal

func (m *WlstSluF200_DataMark) XXX_Unmarshal(b []byte) error

type WlstSluF400

type WlstSluF400 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 操作结果
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// 等待队列 status == 0x62时有效
	Remark int32 `protobuf:"varint,3,opt,name=remark,proto3" json:"remark,omitempty"`
	// 操作地址
	SluitemAddr int32 `protobuf:"varint,4,opt,name=sluitem_addr,json=sluitemAddr,proto3" json:"sluitem_addr,omitempty"`
}

Wlst_slu_fd00_a800_a400_b000_9c00_b000_f600_fc00_eb00

func (*WlstSluF400) Descriptor

func (*WlstSluF400) Descriptor() ([]byte, []int)

func (*WlstSluF400) GetCmdIdx

func (m *WlstSluF400) GetCmdIdx() int32

func (*WlstSluF400) GetRemark

func (m *WlstSluF400) GetRemark() int32

func (*WlstSluF400) GetSluitemAddr

func (m *WlstSluF400) GetSluitemAddr() int32

func (*WlstSluF400) GetStatus

func (m *WlstSluF400) GetStatus() int32

func (*WlstSluF400) Marshal

func (m *WlstSluF400) Marshal() (dAtA []byte, err error)

func (*WlstSluF400) MarshalTo

func (m *WlstSluF400) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF400) MarshalToSizedBuffer

func (m *WlstSluF400) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF400) ProtoMessage

func (*WlstSluF400) ProtoMessage()

func (*WlstSluF400) Reset

func (m *WlstSluF400) Reset()

func (*WlstSluF400) Size

func (m *WlstSluF400) Size() (n int)

func (*WlstSluF400) String

func (m *WlstSluF400) String() string

func (*WlstSluF400) Unmarshal

func (m *WlstSluF400) Unmarshal(dAtA []byte) error

func (*WlstSluF400) XXX_DiscardUnknown

func (m *WlstSluF400) XXX_DiscardUnknown()

func (*WlstSluF400) XXX_Marshal

func (m *WlstSluF400) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF400) XXX_Merge

func (m *WlstSluF400) XXX_Merge(src proto.Message)

func (*WlstSluF400) XXX_Size

func (m *WlstSluF400) XXX_Size() int

func (*WlstSluF400) XXX_Unmarshal

func (m *WlstSluF400) XXX_Unmarshal(b []byte) error

type WlstSluF800

type WlstSluF800 struct {
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 事件类型,
	// 0-上电复位记录,1-开关灯操作记录,2-液晶操作记录,3-控制器告警记录,4-集中器告警记录,5-主站操作记录
	EventType int32 `protobuf:"varint,2,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`
	// 分类标记,默认0xff
	ClassType int32 `protobuf:"varint,3,opt,name=class_type,json=classType,proto3" json:"class_type,omitempty"`
	// 总包数
	DataTotal int32 `protobuf:"varint,4,opt,name=data_total,json=dataTotal,proto3" json:"data_total,omitempty"`
	// 当前包号
	DataIdx int32 `protobuf:"varint,5,opt,name=data_idx,json=dataIdx,proto3" json:"data_idx,omitempty"`
	// 该包记录数
	RecordCount int32                   `protobuf:"varint,6,opt,name=record_count,json=recordCount,proto3" json:"record_count,omitempty"`
	View_0X20   []*WlstSluF800_View0X20 `protobuf:"bytes,7,rep,name=view_0x20,json=view0x20,proto3" json:"view_0x20,omitempty"`
	View_0X21   []*WlstSluF800_View0X21 `protobuf:"bytes,8,rep,name=view_0x21,json=view0x21,proto3" json:"view_0x21,omitempty"`
	View_0X22   []*WlstSluF800_View0X20 `protobuf:"bytes,9,rep,name=view_0x22,json=view0x22,proto3" json:"view_0x22,omitempty"`
	View_0X23   []*WlstSluF800_View0X23 `protobuf:"bytes,10,rep,name=view_0x23,json=view0x23,proto3" json:"view_0x23,omitempty"`
	View_0X24   []*WlstSluF800_View0X20 `protobuf:"bytes,11,rep,name=view_0x24,json=view0x24,proto3" json:"view_0x24,omitempty"`
	View_0X25   []*WlstSluF800_View0X20 `protobuf:"bytes,12,rep,name=view_0x25,json=view0x25,proto3" json:"view_0x25,omitempty"`
}

单灯事件查询应答

func (*WlstSluF800) Descriptor

func (*WlstSluF800) Descriptor() ([]byte, []int)

func (*WlstSluF800) GetClassType

func (m *WlstSluF800) GetClassType() int32

func (*WlstSluF800) GetCmdIdx

func (m *WlstSluF800) GetCmdIdx() int32

func (*WlstSluF800) GetDataIdx

func (m *WlstSluF800) GetDataIdx() int32

func (*WlstSluF800) GetDataTotal

func (m *WlstSluF800) GetDataTotal() int32

func (*WlstSluF800) GetEventType

func (m *WlstSluF800) GetEventType() int32

func (*WlstSluF800) GetRecordCount

func (m *WlstSluF800) GetRecordCount() int32

func (*WlstSluF800) GetView_0X20

func (m *WlstSluF800) GetView_0X20() []*WlstSluF800_View0X20

func (*WlstSluF800) GetView_0X21

func (m *WlstSluF800) GetView_0X21() []*WlstSluF800_View0X21

func (*WlstSluF800) GetView_0X22

func (m *WlstSluF800) GetView_0X22() []*WlstSluF800_View0X20

func (*WlstSluF800) GetView_0X23

func (m *WlstSluF800) GetView_0X23() []*WlstSluF800_View0X23

func (*WlstSluF800) GetView_0X24

func (m *WlstSluF800) GetView_0X24() []*WlstSluF800_View0X20

func (*WlstSluF800) GetView_0X25

func (m *WlstSluF800) GetView_0X25() []*WlstSluF800_View0X20

func (*WlstSluF800) Marshal

func (m *WlstSluF800) Marshal() (dAtA []byte, err error)

func (*WlstSluF800) MarshalTo

func (m *WlstSluF800) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF800) MarshalToSizedBuffer

func (m *WlstSluF800) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF800) ProtoMessage

func (*WlstSluF800) ProtoMessage()

func (*WlstSluF800) Reset

func (m *WlstSluF800) Reset()

func (*WlstSluF800) Size

func (m *WlstSluF800) Size() (n int)

func (*WlstSluF800) String

func (m *WlstSluF800) String() string

func (*WlstSluF800) Unmarshal

func (m *WlstSluF800) Unmarshal(dAtA []byte) error

func (*WlstSluF800) XXX_DiscardUnknown

func (m *WlstSluF800) XXX_DiscardUnknown()

func (*WlstSluF800) XXX_Marshal

func (m *WlstSluF800) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF800) XXX_Merge

func (m *WlstSluF800) XXX_Merge(src proto.Message)

func (*WlstSluF800) XXX_Size

func (m *WlstSluF800) XXX_Size() int

func (*WlstSluF800) XXX_Unmarshal

func (m *WlstSluF800) XXX_Unmarshal(b []byte) error

type WlstSluF800_View0X20

type WlstSluF800_View0X20 struct {
	// 发生时间
	DtHappen int64 `protobuf:"varint,1,opt,name=dt_happen,json=dtHappen,proto3" json:"dt_happen,omitempty"`
	// 0x20->[复位类型],0-上电复位,1-外部复位,2-看门狗复位,3-欠压复位
	// 0x22,0x25->[命令字节]
	// 0x24->[集中器地址出错,
	// 控制器参数出错,
	// 集中器其他参数出错,
	// 集中器运行参数出错,
	// 集中器告警参数出错,
	// 时钟出错,
	// 时钟硬件出错,
	// fram出错,
	// 电力载波模块出错,
	// zigbee模块出错,
	// 蓝牙模块出错]
	Status []int32 `protobuf:"varint,2,rep,packed,name=status,proto3" json:"status,omitempty"`
}

func (*WlstSluF800_View0X20) Descriptor

func (*WlstSluF800_View0X20) Descriptor() ([]byte, []int)

func (*WlstSluF800_View0X20) GetDtHappen

func (m *WlstSluF800_View0X20) GetDtHappen() int64

func (*WlstSluF800_View0X20) GetStatus

func (m *WlstSluF800_View0X20) GetStatus() []int32

func (*WlstSluF800_View0X20) Marshal

func (m *WlstSluF800_View0X20) Marshal() (dAtA []byte, err error)

func (*WlstSluF800_View0X20) MarshalTo

func (m *WlstSluF800_View0X20) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF800_View0X20) MarshalToSizedBuffer

func (m *WlstSluF800_View0X20) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF800_View0X20) ProtoMessage

func (*WlstSluF800_View0X20) ProtoMessage()

func (*WlstSluF800_View0X20) Reset

func (m *WlstSluF800_View0X20) Reset()

func (*WlstSluF800_View0X20) Size

func (m *WlstSluF800_View0X20) Size() (n int)

func (*WlstSluF800_View0X20) String

func (m *WlstSluF800_View0X20) String() string

func (*WlstSluF800_View0X20) Unmarshal

func (m *WlstSluF800_View0X20) Unmarshal(dAtA []byte) error

func (*WlstSluF800_View0X20) XXX_DiscardUnknown

func (m *WlstSluF800_View0X20) XXX_DiscardUnknown()

func (*WlstSluF800_View0X20) XXX_Marshal

func (m *WlstSluF800_View0X20) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF800_View0X20) XXX_Merge

func (m *WlstSluF800_View0X20) XXX_Merge(src proto.Message)

func (*WlstSluF800_View0X20) XXX_Size

func (m *WlstSluF800_View0X20) XXX_Size() int

func (*WlstSluF800_View0X20) XXX_Unmarshal

func (m *WlstSluF800_View0X20) XXX_Unmarshal(b []byte) error

type WlstSluF800_View0X21

type WlstSluF800_View0X21 struct {
	// 发生时间
	DtHappen int64 `protobuf:"varint,1,opt,name=dt_happen,json=dtHappen,proto3" json:"dt_happen,omitempty"`
	// 指令类型 0-清除,1-定时,2-经纬度,3-即时
	OperationType int32 `protobuf:"varint,2,opt,name=operation_type,json=operationType,proto3" json:"operation_type,omitempty"`
	// 操作顺序 0-广播,1-依次
	OperationOrder int32 `protobuf:"varint,3,opt,name=operation_order,json=operationOrder,proto3" json:"operation_order,omitempty"`
	// 地址类型 0-全部,1-组,2-规则,3-单一,4-gprs
	AddrType int32 `protobuf:"varint,4,opt,name=addr_type,json=addrType,proto3" json:"addr_type,omitempty"`
	// 地址
	Addr int32 `protobuf:"varint,5,opt,name=addr,proto3" json:"addr,omitempty"`
	// 操作源,0~7-远程控制,8~15-短程控制,16~23-本地键盘操作,24~31-节假日控制
	OperationSource int32 `protobuf:"varint,6,opt,name=operation_source,json=operationSource,proto3" json:"operation_source,omitempty"`
}

func (*WlstSluF800_View0X21) Descriptor

func (*WlstSluF800_View0X21) Descriptor() ([]byte, []int)

func (*WlstSluF800_View0X21) GetAddr

func (m *WlstSluF800_View0X21) GetAddr() int32

func (*WlstSluF800_View0X21) GetAddrType

func (m *WlstSluF800_View0X21) GetAddrType() int32

func (*WlstSluF800_View0X21) GetDtHappen

func (m *WlstSluF800_View0X21) GetDtHappen() int64

func (*WlstSluF800_View0X21) GetOperationOrder

func (m *WlstSluF800_View0X21) GetOperationOrder() int32

func (*WlstSluF800_View0X21) GetOperationSource

func (m *WlstSluF800_View0X21) GetOperationSource() int32

func (*WlstSluF800_View0X21) GetOperationType

func (m *WlstSluF800_View0X21) GetOperationType() int32

func (*WlstSluF800_View0X21) Marshal

func (m *WlstSluF800_View0X21) Marshal() (dAtA []byte, err error)

func (*WlstSluF800_View0X21) MarshalTo

func (m *WlstSluF800_View0X21) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF800_View0X21) MarshalToSizedBuffer

func (m *WlstSluF800_View0X21) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF800_View0X21) ProtoMessage

func (*WlstSluF800_View0X21) ProtoMessage()

func (*WlstSluF800_View0X21) Reset

func (m *WlstSluF800_View0X21) Reset()

func (*WlstSluF800_View0X21) Size

func (m *WlstSluF800_View0X21) Size() (n int)

func (*WlstSluF800_View0X21) String

func (m *WlstSluF800_View0X21) String() string

func (*WlstSluF800_View0X21) Unmarshal

func (m *WlstSluF800_View0X21) Unmarshal(dAtA []byte) error

func (*WlstSluF800_View0X21) XXX_DiscardUnknown

func (m *WlstSluF800_View0X21) XXX_DiscardUnknown()

func (*WlstSluF800_View0X21) XXX_Marshal

func (m *WlstSluF800_View0X21) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF800_View0X21) XXX_Merge

func (m *WlstSluF800_View0X21) XXX_Merge(src proto.Message)

func (*WlstSluF800_View0X21) XXX_Size

func (m *WlstSluF800_View0X21) XXX_Size() int

func (*WlstSluF800_View0X21) XXX_Unmarshal

func (m *WlstSluF800_View0X21) XXX_Unmarshal(b []byte) error

type WlstSluF800_View0X23

type WlstSluF800_View0X23 struct {
	// 发生时间
	DtHappen int64 `protobuf:"varint,1,opt,name=dt_happen,json=dtHappen,proto3" json:"dt_happen,omitempty"`
	Addr     int32 `protobuf:"varint,2,opt,name=addr,proto3" json:"addr,omitempty"`
	// 告警类型,1-告警,0-消警,[意外灭灯,漏电告警,意外亮灯,光源故障,自熄灯故障,系统告警,通信故障,补偿电容故障,电压越限,电流越限,通信成功率过低,欠载,过载]
	AlarmType []int32 `protobuf:"varint,3,rep,packed,name=alarm_type,json=alarmType,proto3" json:"alarm_type,omitempty"`
	// 控制器状态0-false,1-true[继电器校准参数错误,eeprom故障,停运,禁止主动报警,工作参数设置,已校准,电压越上限,电压越下限,通信故障]
	SluitemStatus []int32 `protobuf:"varint,4,rep,packed,name=sluitem_status,json=sluitemStatus,proto3" json:"sluitem_status,omitempty"`
	// 控制器电压
	SluitemVoltage float64 `protobuf:"fixed64,5,opt,name=sluitem_voltage,json=sluitemVoltage,proto3" json:"sluitem_voltage,omitempty"`
	// 控制器电流,1-4路
	SluitemCurrent []float64 `protobuf:"fixed64,6,rep,packed,name=sluitem_current,json=sluitemCurrent,proto3" json:"sluitem_current,omitempty"`
	// 控制器有功,1-4路
	SluitemActivePower []float64 `` /* 126-byte string literal not displayed */
	// 控制器无功,1-4路
	SluitemReactivePower []float64 `` /* 132-byte string literal not displayed */
	// 控制器最大电压
	SluitemMaxVoltage float64 `protobuf:"fixed64,9,opt,name=sluitem_max_voltage,json=sluitemMaxVoltage,proto3" json:"sluitem_max_voltage,omitempty"`
	// 控制器最大电流1-4路
	SluitemMaxCurrent []float64 `protobuf:"fixed64,10,rep,packed,name=sluitem_max_current,json=sluitemMaxCurrent,proto3" json:"sluitem_max_current,omitempty"`
	// 控制器累计电量,1-4路
	SluitemElectricity []float64 `protobuf:"fixed64,11,rep,packed,name=sluitem_electricity,json=sluitemElectricity,proto3" json:"sluitem_electricity,omitempty"`
	// 控制器物理信息
	// [信号强度(0-15),
	// 路由级数(电力载波0-6,zigbee0-10),
	// 所在相位(0-无法确定,1-a,2-b,3-c),
	// 控制器回路数(0~3->1~4路),
	// 节能方式(0-无控制,1-只有开关灯,2-一档节能,3-二档节能,4-rs485节能,5-pwm节能),
	// 漏电流(0-无,1-有),
	// 温度采集(0-无,1-有),
	// 时钟(0-无,1-有),
	// 型号(0-无法确定,1-wj2090j,2-wj2090k,3-wj2080c,4-wj2080d,5-wj2090l,6-wj2090m,
	// 7-wj4090), 通信成功次数范围(0-16), 通信总次数范围(0-16)]
	SluitemPhyinfo []int32 `protobuf:"varint,12,rep,packed,name=sluitem_phyinfo,json=sluitemPhyinfo,proto3" json:"sluitem_phyinfo,omitempty"`
}

func (*WlstSluF800_View0X23) Descriptor

func (*WlstSluF800_View0X23) Descriptor() ([]byte, []int)

func (*WlstSluF800_View0X23) GetAddr

func (m *WlstSluF800_View0X23) GetAddr() int32

func (*WlstSluF800_View0X23) GetAlarmType

func (m *WlstSluF800_View0X23) GetAlarmType() []int32

func (*WlstSluF800_View0X23) GetDtHappen

func (m *WlstSluF800_View0X23) GetDtHappen() int64

func (*WlstSluF800_View0X23) GetSluitemActivePower

func (m *WlstSluF800_View0X23) GetSluitemActivePower() []float64

func (*WlstSluF800_View0X23) GetSluitemCurrent

func (m *WlstSluF800_View0X23) GetSluitemCurrent() []float64

func (*WlstSluF800_View0X23) GetSluitemElectricity

func (m *WlstSluF800_View0X23) GetSluitemElectricity() []float64

func (*WlstSluF800_View0X23) GetSluitemMaxCurrent

func (m *WlstSluF800_View0X23) GetSluitemMaxCurrent() []float64

func (*WlstSluF800_View0X23) GetSluitemMaxVoltage

func (m *WlstSluF800_View0X23) GetSluitemMaxVoltage() float64

func (*WlstSluF800_View0X23) GetSluitemPhyinfo

func (m *WlstSluF800_View0X23) GetSluitemPhyinfo() []int32

func (*WlstSluF800_View0X23) GetSluitemReactivePower

func (m *WlstSluF800_View0X23) GetSluitemReactivePower() []float64

func (*WlstSluF800_View0X23) GetSluitemStatus

func (m *WlstSluF800_View0X23) GetSluitemStatus() []int32

func (*WlstSluF800_View0X23) GetSluitemVoltage

func (m *WlstSluF800_View0X23) GetSluitemVoltage() float64

func (*WlstSluF800_View0X23) Marshal

func (m *WlstSluF800_View0X23) Marshal() (dAtA []byte, err error)

func (*WlstSluF800_View0X23) MarshalTo

func (m *WlstSluF800_View0X23) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF800_View0X23) MarshalToSizedBuffer

func (m *WlstSluF800_View0X23) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF800_View0X23) ProtoMessage

func (*WlstSluF800_View0X23) ProtoMessage()

func (*WlstSluF800_View0X23) Reset

func (m *WlstSluF800_View0X23) Reset()

func (*WlstSluF800_View0X23) Size

func (m *WlstSluF800_View0X23) Size() (n int)

func (*WlstSluF800_View0X23) String

func (m *WlstSluF800_View0X23) String() string

func (*WlstSluF800_View0X23) Unmarshal

func (m *WlstSluF800_View0X23) Unmarshal(dAtA []byte) error

func (*WlstSluF800_View0X23) XXX_DiscardUnknown

func (m *WlstSluF800_View0X23) XXX_DiscardUnknown()

func (*WlstSluF800_View0X23) XXX_Marshal

func (m *WlstSluF800_View0X23) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF800_View0X23) XXX_Merge

func (m *WlstSluF800_View0X23) XXX_Merge(src proto.Message)

func (*WlstSluF800_View0X23) XXX_Size

func (m *WlstSluF800_View0X23) XXX_Size() int

func (*WlstSluF800_View0X23) XXX_Unmarshal

func (m *WlstSluF800_View0X23) XXX_Unmarshal(b []byte) error

type WlstSluF900

type WlstSluF900 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 告警类型
	// 0-集中器告警,1-控制器通讯故障,2-控制器状态告警,3-主动上报巡测结束,4-蓝牙模块连接申请,5-设置新域名成功,
	// 6-控制器基本数据(双字节)
	AlarmType int32 `protobuf:"varint,2,opt,name=alarm_type,json=alarmType,proto3" json:"alarm_type,omitempty"`
	// 集中器数据
	ConcentratorData *WlstSlu_7300_ConcentratorData `protobuf:"bytes,3,opt,name=concentrator_data,json=concentratorData,proto3" json:"concentrator_data,omitempty"`
	// 通讯故障控制器编号
	ErrorCtrls []int32 `protobuf:"varint,4,rep,packed,name=error_ctrls,json=errorCtrls,proto3" json:"error_ctrls,omitempty"`
	// 控制器状态
	SluitemStatusAlarm []*WlstSluF900_SluitemStatusAlarm `protobuf:"bytes,5,rep,name=sluitem_status_alarm,json=sluitemStatusAlarm,proto3" json:"sluitem_status_alarm,omitempty"`
	// 蓝牙连接申请
	BluetoothApply *WlstSluF900_BluetoothApply `protobuf:"bytes,6,opt,name=bluetooth_apply,json=bluetoothApply,proto3" json:"bluetooth_apply,omitempty"`
	// 新域名设置状态
	SetDomainResult *WlstSluF900_SetDomainResult `protobuf:"bytes,7,opt,name=set_domain_result,json=setDomainResult,proto3" json:"set_domain_result,omitempty"`
}

func (*WlstSluF900) Descriptor

func (*WlstSluF900) Descriptor() ([]byte, []int)

func (*WlstSluF900) GetAlarmType

func (m *WlstSluF900) GetAlarmType() int32

func (*WlstSluF900) GetBluetoothApply

func (m *WlstSluF900) GetBluetoothApply() *WlstSluF900_BluetoothApply

func (*WlstSluF900) GetCmdIdx

func (m *WlstSluF900) GetCmdIdx() int32

func (*WlstSluF900) GetConcentratorData

func (m *WlstSluF900) GetConcentratorData() *WlstSlu_7300_ConcentratorData

func (*WlstSluF900) GetErrorCtrls

func (m *WlstSluF900) GetErrorCtrls() []int32

func (*WlstSluF900) GetSetDomainResult

func (m *WlstSluF900) GetSetDomainResult() *WlstSluF900_SetDomainResult

func (*WlstSluF900) GetSluitemStatusAlarm

func (m *WlstSluF900) GetSluitemStatusAlarm() []*WlstSluF900_SluitemStatusAlarm

func (*WlstSluF900) Marshal

func (m *WlstSluF900) Marshal() (dAtA []byte, err error)

func (*WlstSluF900) MarshalTo

func (m *WlstSluF900) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF900) MarshalToSizedBuffer

func (m *WlstSluF900) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF900) ProtoMessage

func (*WlstSluF900) ProtoMessage()

func (*WlstSluF900) Reset

func (m *WlstSluF900) Reset()

func (*WlstSluF900) Size

func (m *WlstSluF900) Size() (n int)

func (*WlstSluF900) String

func (m *WlstSluF900) String() string

func (*WlstSluF900) Unmarshal

func (m *WlstSluF900) Unmarshal(dAtA []byte) error

func (*WlstSluF900) XXX_DiscardUnknown

func (m *WlstSluF900) XXX_DiscardUnknown()

func (*WlstSluF900) XXX_Marshal

func (m *WlstSluF900) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF900) XXX_Merge

func (m *WlstSluF900) XXX_Merge(src proto.Message)

func (*WlstSluF900) XXX_Size

func (m *WlstSluF900) XXX_Size() int

func (*WlstSluF900) XXX_Unmarshal

func (m *WlstSluF900) XXX_Unmarshal(b []byte) error

type WlstSluF900_BluetoothApply

type WlstSluF900_BluetoothApply struct {
	// 设备标识码
	SimNumber int64 `protobuf:"varint,1,opt,name=sim_number,json=simNumber,proto3" json:"sim_number,omitempty"`
	// 动态码
	CheckCode string `protobuf:"bytes,2,opt,name=check_code,json=checkCode,proto3" json:"check_code,omitempty"`
}

func (*WlstSluF900_BluetoothApply) Descriptor

func (*WlstSluF900_BluetoothApply) Descriptor() ([]byte, []int)

func (*WlstSluF900_BluetoothApply) GetCheckCode

func (m *WlstSluF900_BluetoothApply) GetCheckCode() string

func (*WlstSluF900_BluetoothApply) GetSimNumber

func (m *WlstSluF900_BluetoothApply) GetSimNumber() int64

func (*WlstSluF900_BluetoothApply) Marshal

func (m *WlstSluF900_BluetoothApply) Marshal() (dAtA []byte, err error)

func (*WlstSluF900_BluetoothApply) MarshalTo

func (m *WlstSluF900_BluetoothApply) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF900_BluetoothApply) MarshalToSizedBuffer

func (m *WlstSluF900_BluetoothApply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF900_BluetoothApply) ProtoMessage

func (*WlstSluF900_BluetoothApply) ProtoMessage()

func (*WlstSluF900_BluetoothApply) Reset

func (m *WlstSluF900_BluetoothApply) Reset()

func (*WlstSluF900_BluetoothApply) Size

func (m *WlstSluF900_BluetoothApply) Size() (n int)

func (*WlstSluF900_BluetoothApply) String

func (m *WlstSluF900_BluetoothApply) String() string

func (*WlstSluF900_BluetoothApply) Unmarshal

func (m *WlstSluF900_BluetoothApply) Unmarshal(dAtA []byte) error

func (*WlstSluF900_BluetoothApply) XXX_DiscardUnknown

func (m *WlstSluF900_BluetoothApply) XXX_DiscardUnknown()

func (*WlstSluF900_BluetoothApply) XXX_Marshal

func (m *WlstSluF900_BluetoothApply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF900_BluetoothApply) XXX_Merge

func (m *WlstSluF900_BluetoothApply) XXX_Merge(src proto.Message)

func (*WlstSluF900_BluetoothApply) XXX_Size

func (m *WlstSluF900_BluetoothApply) XXX_Size() int

func (*WlstSluF900_BluetoothApply) XXX_Unmarshal

func (m *WlstSluF900_BluetoothApply) XXX_Unmarshal(b []byte) error

type WlstSluF900_SetDomainResult

type WlstSluF900_SetDomainResult struct {
	// 域名
	DomainName int32 `protobuf:"varint,1,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"`
	// 状态 设置成功
	SetSuccess []int32 `protobuf:"varint,2,rep,packed,name=set_success,json=setSuccess,proto3" json:"set_success,omitempty"`
}

func (*WlstSluF900_SetDomainResult) Descriptor

func (*WlstSluF900_SetDomainResult) Descriptor() ([]byte, []int)

func (*WlstSluF900_SetDomainResult) GetDomainName

func (m *WlstSluF900_SetDomainResult) GetDomainName() int32

func (*WlstSluF900_SetDomainResult) GetSetSuccess

func (m *WlstSluF900_SetDomainResult) GetSetSuccess() []int32

func (*WlstSluF900_SetDomainResult) Marshal

func (m *WlstSluF900_SetDomainResult) Marshal() (dAtA []byte, err error)

func (*WlstSluF900_SetDomainResult) MarshalTo

func (m *WlstSluF900_SetDomainResult) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF900_SetDomainResult) MarshalToSizedBuffer

func (m *WlstSluF900_SetDomainResult) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF900_SetDomainResult) ProtoMessage

func (*WlstSluF900_SetDomainResult) ProtoMessage()

func (*WlstSluF900_SetDomainResult) Reset

func (m *WlstSluF900_SetDomainResult) Reset()

func (*WlstSluF900_SetDomainResult) Size

func (m *WlstSluF900_SetDomainResult) Size() (n int)

func (*WlstSluF900_SetDomainResult) String

func (m *WlstSluF900_SetDomainResult) String() string

func (*WlstSluF900_SetDomainResult) Unmarshal

func (m *WlstSluF900_SetDomainResult) Unmarshal(dAtA []byte) error

func (*WlstSluF900_SetDomainResult) XXX_DiscardUnknown

func (m *WlstSluF900_SetDomainResult) XXX_DiscardUnknown()

func (*WlstSluF900_SetDomainResult) XXX_Marshal

func (m *WlstSluF900_SetDomainResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF900_SetDomainResult) XXX_Merge

func (m *WlstSluF900_SetDomainResult) XXX_Merge(src proto.Message)

func (*WlstSluF900_SetDomainResult) XXX_Size

func (m *WlstSluF900_SetDomainResult) XXX_Size() int

func (*WlstSluF900_SetDomainResult) XXX_Unmarshal

func (m *WlstSluF900_SetDomainResult) XXX_Unmarshal(b []byte) error

type WlstSluF900_SluitemStatusAlarm

type WlstSluF900_SluitemStatusAlarm struct {
	// 控制器地址
	SluitemIdx int32 `protobuf:"varint,1,opt,name=sluitem_idx,json=sluitemIdx,proto3" json:"sluitem_idx,omitempty"`
	// 控制器回路数量
	SluitemLoop int32 `protobuf:"varint,2,opt,name=sluitem_loop,json=sluitemLoop,proto3" json:"sluitem_loop,omitempty"`
	// 控制器状态
	SluitemStatus *WlstSlu_7300_BaseSluitemData_SluitemStatus `protobuf:"bytes,3,opt,name=sluitem_status,json=sluitemStatus,proto3" json:"sluitem_status,omitempty"`
	// 灯状态
	LightStatus []*WlstSlu_7300_BaseSluitemData_LightStatus `protobuf:"bytes,4,rep,name=light_status,json=lightStatus,proto3" json:"light_status,omitempty"`
}

func (*WlstSluF900_SluitemStatusAlarm) Descriptor

func (*WlstSluF900_SluitemStatusAlarm) Descriptor() ([]byte, []int)

func (*WlstSluF900_SluitemStatusAlarm) GetLightStatus

func (*WlstSluF900_SluitemStatusAlarm) GetSluitemIdx

func (m *WlstSluF900_SluitemStatusAlarm) GetSluitemIdx() int32

func (*WlstSluF900_SluitemStatusAlarm) GetSluitemLoop

func (m *WlstSluF900_SluitemStatusAlarm) GetSluitemLoop() int32

func (*WlstSluF900_SluitemStatusAlarm) GetSluitemStatus

func (*WlstSluF900_SluitemStatusAlarm) Marshal

func (m *WlstSluF900_SluitemStatusAlarm) Marshal() (dAtA []byte, err error)

func (*WlstSluF900_SluitemStatusAlarm) MarshalTo

func (m *WlstSluF900_SluitemStatusAlarm) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluF900_SluitemStatusAlarm) MarshalToSizedBuffer

func (m *WlstSluF900_SluitemStatusAlarm) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluF900_SluitemStatusAlarm) ProtoMessage

func (*WlstSluF900_SluitemStatusAlarm) ProtoMessage()

func (*WlstSluF900_SluitemStatusAlarm) Reset

func (m *WlstSluF900_SluitemStatusAlarm) Reset()

func (*WlstSluF900_SluitemStatusAlarm) Size

func (m *WlstSluF900_SluitemStatusAlarm) Size() (n int)

func (*WlstSluF900_SluitemStatusAlarm) String

func (*WlstSluF900_SluitemStatusAlarm) Unmarshal

func (m *WlstSluF900_SluitemStatusAlarm) Unmarshal(dAtA []byte) error

func (*WlstSluF900_SluitemStatusAlarm) XXX_DiscardUnknown

func (m *WlstSluF900_SluitemStatusAlarm) XXX_DiscardUnknown()

func (*WlstSluF900_SluitemStatusAlarm) XXX_Marshal

func (m *WlstSluF900_SluitemStatusAlarm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluF900_SluitemStatusAlarm) XXX_Merge

func (m *WlstSluF900_SluitemStatusAlarm) XXX_Merge(src proto.Message)

func (*WlstSluF900_SluitemStatusAlarm) XXX_Size

func (m *WlstSluF900_SluitemStatusAlarm) XXX_Size() int

func (*WlstSluF900_SluitemStatusAlarm) XXX_Unmarshal

func (m *WlstSluF900_SluitemStatusAlarm) XXX_Unmarshal(b []byte) error

type WlstSluFe00

type WlstSluFe00 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 操作命令
	OperationCmd int32 `protobuf:"varint,2,opt,name=operation_cmd,json=operationCmd,proto3" json:"operation_cmd,omitempty"`
	// 不成功数量
	FaultCount int32 `protobuf:"varint,3,opt,name=fault_count,json=faultCount,proto3" json:"fault_count,omitempty"`
	// 控制器地址
	SluitemIdx []int32 `protobuf:"varint,4,rep,packed,name=sluitem_idx,json=sluitemIdx,proto3" json:"sluitem_idx,omitempty"`
}

func (*WlstSluFe00) Descriptor

func (*WlstSluFe00) Descriptor() ([]byte, []int)

func (*WlstSluFe00) GetCmdIdx

func (m *WlstSluFe00) GetCmdIdx() int32

func (*WlstSluFe00) GetFaultCount

func (m *WlstSluFe00) GetFaultCount() int32

func (*WlstSluFe00) GetOperationCmd

func (m *WlstSluFe00) GetOperationCmd() int32

func (*WlstSluFe00) GetSluitemIdx

func (m *WlstSluFe00) GetSluitemIdx() []int32

func (*WlstSluFe00) Marshal

func (m *WlstSluFe00) Marshal() (dAtA []byte, err error)

func (*WlstSluFe00) MarshalTo

func (m *WlstSluFe00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSluFe00) MarshalToSizedBuffer

func (m *WlstSluFe00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSluFe00) ProtoMessage

func (*WlstSluFe00) ProtoMessage()

func (*WlstSluFe00) Reset

func (m *WlstSluFe00) Reset()

func (*WlstSluFe00) Size

func (m *WlstSluFe00) Size() (n int)

func (*WlstSluFe00) String

func (m *WlstSluFe00) String() string

func (*WlstSluFe00) Unmarshal

func (m *WlstSluFe00) Unmarshal(dAtA []byte) error

func (*WlstSluFe00) XXX_DiscardUnknown

func (m *WlstSluFe00) XXX_DiscardUnknown()

func (*WlstSluFe00) XXX_Marshal

func (m *WlstSluFe00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSluFe00) XXX_Merge

func (m *WlstSluFe00) XXX_Merge(src proto.Message)

func (*WlstSluFe00) XXX_Size

func (m *WlstSluFe00) XXX_Size() int

func (*WlstSluFe00) XXX_Unmarshal

func (m *WlstSluFe00) XXX_Unmarshal(b []byte) error

type WlstSlu_1C00

type WlstSlu_1C00 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 控制器条码
	SluitemIdx int64 `protobuf:"varint,2,opt,name=sluitem_idx,json=sluitemIdx,proto3" json:"sluitem_idx,omitempty"`
	// 域名
	DomainName int32 `protobuf:"varint,3,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"`
}

func (*WlstSlu_1C00) Descriptor

func (*WlstSlu_1C00) Descriptor() ([]byte, []int)

func (*WlstSlu_1C00) GetCmdIdx

func (m *WlstSlu_1C00) GetCmdIdx() int32

func (*WlstSlu_1C00) GetDomainName

func (m *WlstSlu_1C00) GetDomainName() int32

func (*WlstSlu_1C00) GetSluitemIdx

func (m *WlstSlu_1C00) GetSluitemIdx() int64

func (*WlstSlu_1C00) Marshal

func (m *WlstSlu_1C00) Marshal() (dAtA []byte, err error)

func (*WlstSlu_1C00) MarshalTo

func (m *WlstSlu_1C00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_1C00) MarshalToSizedBuffer

func (m *WlstSlu_1C00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_1C00) ProtoMessage

func (*WlstSlu_1C00) ProtoMessage()

func (*WlstSlu_1C00) Reset

func (m *WlstSlu_1C00) Reset()

func (*WlstSlu_1C00) Size

func (m *WlstSlu_1C00) Size() (n int)

func (*WlstSlu_1C00) String

func (m *WlstSlu_1C00) String() string

func (*WlstSlu_1C00) Unmarshal

func (m *WlstSlu_1C00) Unmarshal(dAtA []byte) error

func (*WlstSlu_1C00) XXX_DiscardUnknown

func (m *WlstSlu_1C00) XXX_DiscardUnknown()

func (*WlstSlu_1C00) XXX_Marshal

func (m *WlstSlu_1C00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_1C00) XXX_Merge

func (m *WlstSlu_1C00) XXX_Merge(src proto.Message)

func (*WlstSlu_1C00) XXX_Size

func (m *WlstSlu_1C00) XXX_Size() int

func (*WlstSlu_1C00) XXX_Unmarshal

func (m *WlstSlu_1C00) XXX_Unmarshal(b []byte) error

type WlstSlu_1D00

type WlstSlu_1D00 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 控制器条码(4字节)
	SluitemIdx int64 `protobuf:"varint,2,opt,name=sluitem_idx,json=sluitemIdx,proto3" json:"sluitem_idx,omitempty"`
	// 控制器地址(2字节)
	// int64 sluitem_idx = 3;
	// 选测数据标识
	DataMark *WlstSlu_1D00_DataMark `protobuf:"bytes,4,opt,name=data_mark,json=dataMark,proto3" json:"data_mark,omitempty"`
}

Wlst_slu_7a00

func (*WlstSlu_1D00) Descriptor

func (*WlstSlu_1D00) Descriptor() ([]byte, []int)

func (*WlstSlu_1D00) GetCmdIdx

func (m *WlstSlu_1D00) GetCmdIdx() int32

func (*WlstSlu_1D00) GetDataMark

func (m *WlstSlu_1D00) GetDataMark() *WlstSlu_1D00_DataMark

func (*WlstSlu_1D00) GetSluitemIdx

func (m *WlstSlu_1D00) GetSluitemIdx() int64

func (*WlstSlu_1D00) Marshal

func (m *WlstSlu_1D00) Marshal() (dAtA []byte, err error)

func (*WlstSlu_1D00) MarshalTo

func (m *WlstSlu_1D00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_1D00) MarshalToSizedBuffer

func (m *WlstSlu_1D00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_1D00) ProtoMessage

func (*WlstSlu_1D00) ProtoMessage()

func (*WlstSlu_1D00) Reset

func (m *WlstSlu_1D00) Reset()

func (*WlstSlu_1D00) Size

func (m *WlstSlu_1D00) Size() (n int)

func (*WlstSlu_1D00) String

func (m *WlstSlu_1D00) String() string

func (*WlstSlu_1D00) Unmarshal

func (m *WlstSlu_1D00) Unmarshal(dAtA []byte) error

func (*WlstSlu_1D00) XXX_DiscardUnknown

func (m *WlstSlu_1D00) XXX_DiscardUnknown()

func (*WlstSlu_1D00) XXX_Marshal

func (m *WlstSlu_1D00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_1D00) XXX_Merge

func (m *WlstSlu_1D00) XXX_Merge(src proto.Message)

func (*WlstSlu_1D00) XXX_Size

func (m *WlstSlu_1D00) XXX_Size() int

func (*WlstSlu_1D00) XXX_Unmarshal

func (m *WlstSlu_1D00) XXX_Unmarshal(b []byte) error

type WlstSlu_1D00_DataMark

type WlstSlu_1D00_DataMark struct {
	// 选测
	ReadData int32 `protobuf:"varint,1,opt,name=read_data,json=readData,proto3" json:"read_data,omitempty"`
	// 读取时钟
	ReadTimer int32 `protobuf:"varint,2,opt,name=read_timer,json=readTimer,proto3" json:"read_timer,omitempty"`
	// 读取运行参数
	ReadArgs int32 `protobuf:"varint,3,opt,name=read_args,json=readArgs,proto3" json:"read_args,omitempty"`
	// 读取组地址
	ReadGroup int32 `protobuf:"varint,4,opt,name=read_group,json=readGroup,proto3" json:"read_group,omitempty"`
	// 读取版本
	ReadVer int32 `protobuf:"varint,5,opt,name=read_ver,json=readVer,proto3" json:"read_ver,omitempty"`
	// 读取当天日出日落
	ReadSunriseset int32 `protobuf:"varint,6,opt,name=read_sunriseset,json=readSunriseset,proto3" json:"read_sunriseset,omitempty"`
	// 读取本地参数(新)
	ReadTimetable int32 `protobuf:"varint,7,opt,name=read_timetable,json=readTimetable,proto3" json:"read_timetable,omitempty"`
	// 读取控制器数据(新)
	ReadCtrldata int32 `protobuf:"varint,8,opt,name=read_ctrldata,json=readCtrldata,proto3" json:"read_ctrldata,omitempty"`
}

func (*WlstSlu_1D00_DataMark) Descriptor

func (*WlstSlu_1D00_DataMark) Descriptor() ([]byte, []int)

func (*WlstSlu_1D00_DataMark) GetReadArgs

func (m *WlstSlu_1D00_DataMark) GetReadArgs() int32

func (*WlstSlu_1D00_DataMark) GetReadCtrldata

func (m *WlstSlu_1D00_DataMark) GetReadCtrldata() int32

func (*WlstSlu_1D00_DataMark) GetReadData

func (m *WlstSlu_1D00_DataMark) GetReadData() int32

func (*WlstSlu_1D00_DataMark) GetReadGroup

func (m *WlstSlu_1D00_DataMark) GetReadGroup() int32

func (*WlstSlu_1D00_DataMark) GetReadSunriseset

func (m *WlstSlu_1D00_DataMark) GetReadSunriseset() int32

func (*WlstSlu_1D00_DataMark) GetReadTimer

func (m *WlstSlu_1D00_DataMark) GetReadTimer() int32

func (*WlstSlu_1D00_DataMark) GetReadTimetable

func (m *WlstSlu_1D00_DataMark) GetReadTimetable() int32

func (*WlstSlu_1D00_DataMark) GetReadVer

func (m *WlstSlu_1D00_DataMark) GetReadVer() int32

func (*WlstSlu_1D00_DataMark) Marshal

func (m *WlstSlu_1D00_DataMark) Marshal() (dAtA []byte, err error)

func (*WlstSlu_1D00_DataMark) MarshalTo

func (m *WlstSlu_1D00_DataMark) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_1D00_DataMark) MarshalToSizedBuffer

func (m *WlstSlu_1D00_DataMark) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_1D00_DataMark) ProtoMessage

func (*WlstSlu_1D00_DataMark) ProtoMessage()

func (*WlstSlu_1D00_DataMark) Reset

func (m *WlstSlu_1D00_DataMark) Reset()

func (*WlstSlu_1D00_DataMark) Size

func (m *WlstSlu_1D00_DataMark) Size() (n int)

func (*WlstSlu_1D00_DataMark) String

func (m *WlstSlu_1D00_DataMark) String() string

func (*WlstSlu_1D00_DataMark) Unmarshal

func (m *WlstSlu_1D00_DataMark) Unmarshal(dAtA []byte) error

func (*WlstSlu_1D00_DataMark) XXX_DiscardUnknown

func (m *WlstSlu_1D00_DataMark) XXX_DiscardUnknown()

func (*WlstSlu_1D00_DataMark) XXX_Marshal

func (m *WlstSlu_1D00_DataMark) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_1D00_DataMark) XXX_Merge

func (m *WlstSlu_1D00_DataMark) XXX_Merge(src proto.Message)

func (*WlstSlu_1D00_DataMark) XXX_Size

func (m *WlstSlu_1D00_DataMark) XXX_Size() int

func (*WlstSlu_1D00_DataMark) XXX_Unmarshal

func (m *WlstSlu_1D00_DataMark) XXX_Unmarshal(b []byte) error

type WlstSlu_2400

type WlstSlu_2400 struct {
	// 操作标识(19-99:1-复位整个网络,2-以路由形式加入当前网络,3-创建网络,4-以路由形式加入新网络)(24-a4:0-停止,1-启动,2-延时启动)
	DoFlag int32 `protobuf:"varint,1,opt,name=do_flag,json=doFlag,proto3" json:"do_flag,omitempty"`
	// 操作结果 0x3a-失败,0x5a-成功
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
}

Wlst_slu_9900_1900

func (*WlstSlu_2400) Descriptor

func (*WlstSlu_2400) Descriptor() ([]byte, []int)

func (*WlstSlu_2400) GetDoFlag

func (m *WlstSlu_2400) GetDoFlag() int32

func (*WlstSlu_2400) GetStatus

func (m *WlstSlu_2400) GetStatus() int32

func (*WlstSlu_2400) Marshal

func (m *WlstSlu_2400) Marshal() (dAtA []byte, err error)

func (*WlstSlu_2400) MarshalTo

func (m *WlstSlu_2400) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_2400) MarshalToSizedBuffer

func (m *WlstSlu_2400) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_2400) ProtoMessage

func (*WlstSlu_2400) ProtoMessage()

func (*WlstSlu_2400) Reset

func (m *WlstSlu_2400) Reset()

func (*WlstSlu_2400) Size

func (m *WlstSlu_2400) Size() (n int)

func (*WlstSlu_2400) String

func (m *WlstSlu_2400) String() string

func (*WlstSlu_2400) Unmarshal

func (m *WlstSlu_2400) Unmarshal(dAtA []byte) error

func (*WlstSlu_2400) XXX_DiscardUnknown

func (m *WlstSlu_2400) XXX_DiscardUnknown()

func (*WlstSlu_2400) XXX_Marshal

func (m *WlstSlu_2400) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_2400) XXX_Merge

func (m *WlstSlu_2400) XXX_Merge(src proto.Message)

func (*WlstSlu_2400) XXX_Size

func (m *WlstSlu_2400) XXX_Size() int

func (*WlstSlu_2400) XXX_Unmarshal

func (m *WlstSlu_2400) XXX_Unmarshal(b []byte) error

type WlstSlu_2800

type WlstSlu_2800 struct {
	// 2-投运,1-停运
	Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// 2-告警,1-不告警
	Alarm int32 `protobuf:"varint,2,opt,name=alarm,proto3" json:"alarm,omitempty"`
}

func (*WlstSlu_2800) Descriptor

func (*WlstSlu_2800) Descriptor() ([]byte, []int)

func (*WlstSlu_2800) GetAlarm

func (m *WlstSlu_2800) GetAlarm() int32

func (*WlstSlu_2800) GetStatus

func (m *WlstSlu_2800) GetStatus() int32

func (*WlstSlu_2800) Marshal

func (m *WlstSlu_2800) Marshal() (dAtA []byte, err error)

func (*WlstSlu_2800) MarshalTo

func (m *WlstSlu_2800) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_2800) MarshalToSizedBuffer

func (m *WlstSlu_2800) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_2800) ProtoMessage

func (*WlstSlu_2800) ProtoMessage()

func (*WlstSlu_2800) Reset

func (m *WlstSlu_2800) Reset()

func (*WlstSlu_2800) Size

func (m *WlstSlu_2800) Size() (n int)

func (*WlstSlu_2800) String

func (m *WlstSlu_2800) String() string

func (*WlstSlu_2800) Unmarshal

func (m *WlstSlu_2800) Unmarshal(dAtA []byte) error

func (*WlstSlu_2800) XXX_DiscardUnknown

func (m *WlstSlu_2800) XXX_DiscardUnknown()

func (*WlstSlu_2800) XXX_Marshal

func (m *WlstSlu_2800) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_2800) XXX_Merge

func (m *WlstSlu_2800) XXX_Merge(src proto.Message)

func (*WlstSlu_2800) XXX_Size

func (m *WlstSlu_2800) XXX_Size() int

func (*WlstSlu_2800) XXX_Unmarshal

func (m *WlstSlu_2800) XXX_Unmarshal(b []byte) error

type WlstSlu_3000

type WlstSlu_3000 struct {
	// 控制器数量
	Ctrls int32 `protobuf:"varint,1,opt,name=ctrls,proto3" json:"ctrls,omitempty"`
	// 域名
	DomainName int32 `protobuf:"varint,2,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"`
	// 电压上限
	UpperVoltageLimit int32 `protobuf:"varint,3,opt,name=upper_voltage_limit,json=upperVoltageLimit,proto3" json:"upper_voltage_limit,omitempty"`
	// 电压下限
	LowerVoltageLimit int32 `protobuf:"varint,4,opt,name=lower_voltage_limit,json=lowerVoltageLimit,proto3" json:"lower_voltage_limit,omitempty"`
	// 64位地址
	MacAddr int64 `protobuf:"varint,5,opt,name=mac_addr,json=macAddr,proto3" json:"mac_addr,omitempty"`
}

Wlst_slu_b200

func (*WlstSlu_3000) Descriptor

func (*WlstSlu_3000) Descriptor() ([]byte, []int)

func (*WlstSlu_3000) GetCtrls

func (m *WlstSlu_3000) GetCtrls() int32

func (*WlstSlu_3000) GetDomainName

func (m *WlstSlu_3000) GetDomainName() int32

func (*WlstSlu_3000) GetLowerVoltageLimit

func (m *WlstSlu_3000) GetLowerVoltageLimit() int32

func (*WlstSlu_3000) GetMacAddr

func (m *WlstSlu_3000) GetMacAddr() int64

func (*WlstSlu_3000) GetUpperVoltageLimit

func (m *WlstSlu_3000) GetUpperVoltageLimit() int32

func (*WlstSlu_3000) Marshal

func (m *WlstSlu_3000) Marshal() (dAtA []byte, err error)

func (*WlstSlu_3000) MarshalTo

func (m *WlstSlu_3000) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_3000) MarshalToSizedBuffer

func (m *WlstSlu_3000) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_3000) ProtoMessage

func (*WlstSlu_3000) ProtoMessage()

func (*WlstSlu_3000) Reset

func (m *WlstSlu_3000) Reset()

func (*WlstSlu_3000) Size

func (m *WlstSlu_3000) Size() (n int)

func (*WlstSlu_3000) String

func (m *WlstSlu_3000) String() string

func (*WlstSlu_3000) Unmarshal

func (m *WlstSlu_3000) Unmarshal(dAtA []byte) error

func (*WlstSlu_3000) XXX_DiscardUnknown

func (m *WlstSlu_3000) XXX_DiscardUnknown()

func (*WlstSlu_3000) XXX_Marshal

func (m *WlstSlu_3000) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_3000) XXX_Merge

func (m *WlstSlu_3000) XXX_Merge(src proto.Message)

func (*WlstSlu_3000) XXX_Size

func (m *WlstSlu_3000) XXX_Size() int

func (*WlstSlu_3000) XXX_Unmarshal

func (m *WlstSlu_3000) XXX_Unmarshal(b []byte) error

type WlstSlu_3900

type WlstSlu_3900 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 型号
	ModelInfo *WlstSlu_3900_ModelInfo `protobuf:"bytes,2,opt,name=model_info,json=modelInfo,proto3" json:"model_info,omitempty"`
	// 回路数据
	LightData []*WlstSlu_3900_LightData `protobuf:"bytes,3,rep,name=light_data,json=lightData,proto3" json:"light_data,omitempty"`
	// 漏电流
	LeakageCurrent float64 `protobuf:"fixed64,4,opt,name=leakage_current,json=leakageCurrent,proto3" json:"leakage_current,omitempty"`
	// 控制器状态
	SluitemStatus *WlstSlu_3900_SluitemStatus `protobuf:"bytes,5,opt,name=sluitem_status,json=sluitemStatus,proto3" json:"sluitem_status,omitempty"`
	// 时钟故障
	TimeFault *WlstSlu_3900_TimeFault `protobuf:"bytes,6,opt,name=time_fault,json=timeFault,proto3" json:"time_fault,omitempty"`
	// 自复位次数
	ResetCount int32 `protobuf:"varint,7,opt,name=reset_count,json=resetCount,proto3" json:"reset_count,omitempty"`
	// 时间
	DateTime int64 `protobuf:"varint,8,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"`
	// 控制器运行参数
	SluitemPara *WlstSlu_3900_SluitemPara `protobuf:"bytes,9,opt,name=sluitem_para,json=sluitemPara,proto3" json:"sluitem_para,omitempty"`
	// 参考信号接收功率
	Rsrp int64 `protobuf:"varint,10,opt,name=rsrp,proto3" json:"rsrp,omitempty"`
	// 接收信号强度等级
	Rssi int64 `protobuf:"varint,11,opt,name=rssi,proto3" json:"rssi,omitempty"`
	// 信噪比
	Snr int64 `protobuf:"varint,12,opt,name=snr,proto3" json:"snr,omitempty"`
	// 物理小区标识
	Pci int64 `protobuf:"varint,13,opt,name=pci,proto3" json:"pci,omitempty"`
	// 参考信号接收质量
	Rsrq int64 `protobuf:"varint,14,opt,name=rsrq,proto3" json:"rsrq,omitempty"`
	// 终端发射功率
	Txpower int64 `protobuf:"varint,15,opt,name=txpower,proto3" json:"txpower,omitempty"`
	// 频点号
	Earfcn int64 `protobuf:"varint,16,opt,name=earfcn,proto3" json:"earfcn,omitempty"`
	// 信号覆盖等级
	Ecl int32 `protobuf:"varint,17,opt,name=ecl,proto3" json:"ecl,omitempty"`
	// 信号强度值
	Csq int32 `protobuf:"varint,18,opt,name=csq,proto3" json:"csq,omitempty"`
	// 主动上报原因,0-非主动上报,1-上电,2-开关灯状态变化,3-故障发生/消除,4-定时主动上报
	Reson int32 `protobuf:"varint,19,opt,name=reson,proto3" json:"reson,omitempty"`
	// 重连次数
	Retry int32 `protobuf:"varint,20,opt,name=retry,proto3" json:"retry,omitempty"`
	// 日出时间
	Sunrise int32 `protobuf:"varint,21,opt,name=sunrise,proto3" json:"sunrise,omitempty"`
	// 日落时间
	Sunset int32 `protobuf:"varint,22,opt,name=sunset,proto3" json:"sunset,omitempty"`
}

Wlst_slu_b900 nb控制器数据主报

func (*WlstSlu_3900) Descriptor

func (*WlstSlu_3900) Descriptor() ([]byte, []int)

func (*WlstSlu_3900) GetCmdIdx

func (m *WlstSlu_3900) GetCmdIdx() int32

func (*WlstSlu_3900) GetCsq

func (m *WlstSlu_3900) GetCsq() int32

func (*WlstSlu_3900) GetDateTime

func (m *WlstSlu_3900) GetDateTime() int64

func (*WlstSlu_3900) GetEarfcn

func (m *WlstSlu_3900) GetEarfcn() int64

func (*WlstSlu_3900) GetEcl

func (m *WlstSlu_3900) GetEcl() int32

func (*WlstSlu_3900) GetLeakageCurrent

func (m *WlstSlu_3900) GetLeakageCurrent() float64

func (*WlstSlu_3900) GetLightData

func (m *WlstSlu_3900) GetLightData() []*WlstSlu_3900_LightData

func (*WlstSlu_3900) GetModelInfo

func (m *WlstSlu_3900) GetModelInfo() *WlstSlu_3900_ModelInfo

func (*WlstSlu_3900) GetPci

func (m *WlstSlu_3900) GetPci() int64

func (*WlstSlu_3900) GetResetCount

func (m *WlstSlu_3900) GetResetCount() int32

func (*WlstSlu_3900) GetReson

func (m *WlstSlu_3900) GetReson() int32

func (*WlstSlu_3900) GetRetry

func (m *WlstSlu_3900) GetRetry() int32

func (*WlstSlu_3900) GetRsrp

func (m *WlstSlu_3900) GetRsrp() int64

func (*WlstSlu_3900) GetRsrq

func (m *WlstSlu_3900) GetRsrq() int64

func (*WlstSlu_3900) GetRssi

func (m *WlstSlu_3900) GetRssi() int64

func (*WlstSlu_3900) GetSluitemPara

func (m *WlstSlu_3900) GetSluitemPara() *WlstSlu_3900_SluitemPara

func (*WlstSlu_3900) GetSluitemStatus

func (m *WlstSlu_3900) GetSluitemStatus() *WlstSlu_3900_SluitemStatus

func (*WlstSlu_3900) GetSnr

func (m *WlstSlu_3900) GetSnr() int64

func (*WlstSlu_3900) GetSunrise

func (m *WlstSlu_3900) GetSunrise() int32

func (*WlstSlu_3900) GetSunset

func (m *WlstSlu_3900) GetSunset() int32

func (*WlstSlu_3900) GetTimeFault

func (m *WlstSlu_3900) GetTimeFault() *WlstSlu_3900_TimeFault

func (*WlstSlu_3900) GetTxpower

func (m *WlstSlu_3900) GetTxpower() int64

func (*WlstSlu_3900) Marshal

func (m *WlstSlu_3900) Marshal() (dAtA []byte, err error)

func (*WlstSlu_3900) MarshalTo

func (m *WlstSlu_3900) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_3900) MarshalToSizedBuffer

func (m *WlstSlu_3900) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_3900) ProtoMessage

func (*WlstSlu_3900) ProtoMessage()

func (*WlstSlu_3900) Reset

func (m *WlstSlu_3900) Reset()

func (*WlstSlu_3900) Size

func (m *WlstSlu_3900) Size() (n int)

func (*WlstSlu_3900) String

func (m *WlstSlu_3900) String() string

func (*WlstSlu_3900) Unmarshal

func (m *WlstSlu_3900) Unmarshal(dAtA []byte) error

func (*WlstSlu_3900) XXX_DiscardUnknown

func (m *WlstSlu_3900) XXX_DiscardUnknown()

func (*WlstSlu_3900) XXX_Marshal

func (m *WlstSlu_3900) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_3900) XXX_Merge

func (m *WlstSlu_3900) XXX_Merge(src proto.Message)

func (*WlstSlu_3900) XXX_Size

func (m *WlstSlu_3900) XXX_Size() int

func (*WlstSlu_3900) XXX_Unmarshal

func (m *WlstSlu_3900) XXX_Unmarshal(b []byte) error

type WlstSlu_3900_LightData

type WlstSlu_3900_LightData struct {
	// 电压
	Voltage float64 `protobuf:"fixed64,1,opt,name=voltage,proto3" json:"voltage,omitempty"`
	// 电流
	Current float64 `protobuf:"fixed64,2,opt,name=current,proto3" json:"current,omitempty"`
	// 有功功率
	ActivePower float64 `protobuf:"fixed64,3,opt,name=active_power,json=activePower,proto3" json:"active_power,omitempty"`
	// 无功功率
	ReactivePower float64 `protobuf:"fixed64,4,opt,name=reactive_power,json=reactivePower,proto3" json:"reactive_power,omitempty"`
	// 视在功率
	ApparentPower float64 `protobuf:"fixed64,5,opt,name=apparent_power,json=apparentPower,proto3" json:"apparent_power,omitempty"`
	// 电量
	Electricity float64 `protobuf:"fixed64,6,opt,name=electricity,proto3" json:"electricity,omitempty"`
	// 运行时间
	ActiveTime float64 `protobuf:"fixed64,7,opt,name=active_time,json=activeTime,proto3" json:"active_time,omitempty"`
	// 灯状态
	LightStatus *WlstSlu_3900_LightStatus `protobuf:"bytes,8,opt,name=light_status,json=lightStatus,proto3" json:"light_status,omitempty"`
	// 节能档位
	PowerLevel int32 `protobuf:"varint,9,opt,name=power_level,json=powerLevel,proto3" json:"power_level,omitempty"`
	// 控制器上电开灯 true-开灯,false-关灯
	SluitemPowerTurnon int32 `protobuf:"varint,10,opt,name=sluitem_power_turnon,json=sluitemPowerTurnon,proto3" json:"sluitem_power_turnon,omitempty"`
	// 1-4回路额定功率
	RatedPower int32 `protobuf:"varint,11,opt,name=rated_power,json=ratedPower,proto3" json:"rated_power,omitempty"`
}

func (*WlstSlu_3900_LightData) Descriptor

func (*WlstSlu_3900_LightData) Descriptor() ([]byte, []int)

func (*WlstSlu_3900_LightData) GetActivePower

func (m *WlstSlu_3900_LightData) GetActivePower() float64

func (*WlstSlu_3900_LightData) GetActiveTime

func (m *WlstSlu_3900_LightData) GetActiveTime() float64

func (*WlstSlu_3900_LightData) GetApparentPower

func (m *WlstSlu_3900_LightData) GetApparentPower() float64

func (*WlstSlu_3900_LightData) GetCurrent

func (m *WlstSlu_3900_LightData) GetCurrent() float64

func (*WlstSlu_3900_LightData) GetElectricity

func (m *WlstSlu_3900_LightData) GetElectricity() float64

func (*WlstSlu_3900_LightData) GetLightStatus

func (m *WlstSlu_3900_LightData) GetLightStatus() *WlstSlu_3900_LightStatus

func (*WlstSlu_3900_LightData) GetPowerLevel

func (m *WlstSlu_3900_LightData) GetPowerLevel() int32

func (*WlstSlu_3900_LightData) GetRatedPower

func (m *WlstSlu_3900_LightData) GetRatedPower() int32

func (*WlstSlu_3900_LightData) GetReactivePower

func (m *WlstSlu_3900_LightData) GetReactivePower() float64

func (*WlstSlu_3900_LightData) GetSluitemPowerTurnon

func (m *WlstSlu_3900_LightData) GetSluitemPowerTurnon() int32

func (*WlstSlu_3900_LightData) GetVoltage

func (m *WlstSlu_3900_LightData) GetVoltage() float64

func (*WlstSlu_3900_LightData) Marshal

func (m *WlstSlu_3900_LightData) Marshal() (dAtA []byte, err error)

func (*WlstSlu_3900_LightData) MarshalTo

func (m *WlstSlu_3900_LightData) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_3900_LightData) MarshalToSizedBuffer

func (m *WlstSlu_3900_LightData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_3900_LightData) ProtoMessage

func (*WlstSlu_3900_LightData) ProtoMessage()

func (*WlstSlu_3900_LightData) Reset

func (m *WlstSlu_3900_LightData) Reset()

func (*WlstSlu_3900_LightData) Size

func (m *WlstSlu_3900_LightData) Size() (n int)

func (*WlstSlu_3900_LightData) String

func (m *WlstSlu_3900_LightData) String() string

func (*WlstSlu_3900_LightData) Unmarshal

func (m *WlstSlu_3900_LightData) Unmarshal(dAtA []byte) error

func (*WlstSlu_3900_LightData) XXX_DiscardUnknown

func (m *WlstSlu_3900_LightData) XXX_DiscardUnknown()

func (*WlstSlu_3900_LightData) XXX_Marshal

func (m *WlstSlu_3900_LightData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_3900_LightData) XXX_Merge

func (m *WlstSlu_3900_LightData) XXX_Merge(src proto.Message)

func (*WlstSlu_3900_LightData) XXX_Size

func (m *WlstSlu_3900_LightData) XXX_Size() int

func (*WlstSlu_3900_LightData) XXX_Unmarshal

func (m *WlstSlu_3900_LightData) XXX_Unmarshal(b []byte) error

type WlstSlu_3900_LightStatus

type WlstSlu_3900_LightStatus struct {
	// 灯具漏电 0-正常,1-漏电
	Leakage int32 `protobuf:"varint,1,opt,name=leakage,proto3" json:"leakage,omitempty"`
	// 故障 0-正常,1-光源故障,2-补偿电容故障,3-意外灭灯,4-意外亮灯,5-自熄灯
	Fault int32 `protobuf:"varint,2,opt,name=fault,proto3" json:"fault,omitempty"`
	// 工作状态 0-正常亮灯,1-保留,2-调光节能,3-关灯
	WorkingOn int32 `protobuf:"varint,3,opt,name=working_on,json=workingOn,proto3" json:"working_on,omitempty"`
}

func (*WlstSlu_3900_LightStatus) Descriptor

func (*WlstSlu_3900_LightStatus) Descriptor() ([]byte, []int)

func (*WlstSlu_3900_LightStatus) GetFault

func (m *WlstSlu_3900_LightStatus) GetFault() int32

func (*WlstSlu_3900_LightStatus) GetLeakage

func (m *WlstSlu_3900_LightStatus) GetLeakage() int32

func (*WlstSlu_3900_LightStatus) GetWorkingOn

func (m *WlstSlu_3900_LightStatus) GetWorkingOn() int32

func (*WlstSlu_3900_LightStatus) Marshal

func (m *WlstSlu_3900_LightStatus) Marshal() (dAtA []byte, err error)

func (*WlstSlu_3900_LightStatus) MarshalTo

func (m *WlstSlu_3900_LightStatus) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_3900_LightStatus) MarshalToSizedBuffer

func (m *WlstSlu_3900_LightStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_3900_LightStatus) ProtoMessage

func (*WlstSlu_3900_LightStatus) ProtoMessage()

func (*WlstSlu_3900_LightStatus) Reset

func (m *WlstSlu_3900_LightStatus) Reset()

func (*WlstSlu_3900_LightStatus) Size

func (m *WlstSlu_3900_LightStatus) Size() (n int)

func (*WlstSlu_3900_LightStatus) String

func (m *WlstSlu_3900_LightStatus) String() string

func (*WlstSlu_3900_LightStatus) Unmarshal

func (m *WlstSlu_3900_LightStatus) Unmarshal(dAtA []byte) error

func (*WlstSlu_3900_LightStatus) XXX_DiscardUnknown

func (m *WlstSlu_3900_LightStatus) XXX_DiscardUnknown()

func (*WlstSlu_3900_LightStatus) XXX_Marshal

func (m *WlstSlu_3900_LightStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_3900_LightStatus) XXX_Merge

func (m *WlstSlu_3900_LightStatus) XXX_Merge(src proto.Message)

func (*WlstSlu_3900_LightStatus) XXX_Size

func (m *WlstSlu_3900_LightStatus) XXX_Size() int

func (*WlstSlu_3900_LightStatus) XXX_Unmarshal

func (m *WlstSlu_3900_LightStatus) XXX_Unmarshal(b []byte) error

type WlstSlu_3900_ModelInfo

type WlstSlu_3900_ModelInfo struct {
	// 控制器回路数量
	SluitemLoop int32 `protobuf:"varint,1,opt,name=sluitem_loop,json=sluitemLoop,proto3" json:"sluitem_loop,omitempty"`
	// 节能方式
	// 0-无控制,1-只有开关灯,2-一档节能,3-二档节能,4-RS485,5-PWM,6-0~10V
	PowerSaving int32 `protobuf:"varint,2,opt,name=power_saving,json=powerSaving,proto3" json:"power_saving,omitempty"`
	// 漏电流测量 0-无,1-有
	HasLeakage int32 `protobuf:"varint,3,opt,name=has_leakage,json=hasLeakage,proto3" json:"has_leakage,omitempty"`
	// 温度采集 0-无,1-有
	HasTemperature int32 `protobuf:"varint,4,opt,name=has_temperature,json=hasTemperature,proto3" json:"has_temperature,omitempty"`
	// 时钟 0-无,1-有
	HasTimer int32 `protobuf:"varint,5,opt,name=has_timer,json=hasTimer,proto3" json:"has_timer,omitempty"`
	// 协议版本(原型号),9-v0.1,0-v0.2,1-v0.3,2-0.4
	Model int32 `protobuf:"varint,6,opt,name=model,proto3" json:"model,omitempty"`
	// 字符串型号
	SluitemType string `protobuf:"bytes,7,opt,name=sluitem_type,json=sluitemType,proto3" json:"sluitem_type,omitempty"`
	// 实际使用回路数(V0.2增加)
	UseLoop int32 `protobuf:"varint,8,opt,name=use_loop,json=useLoop,proto3" json:"use_loop,omitempty"`
}

func (*WlstSlu_3900_ModelInfo) Descriptor

func (*WlstSlu_3900_ModelInfo) Descriptor() ([]byte, []int)

func (*WlstSlu_3900_ModelInfo) GetHasLeakage

func (m *WlstSlu_3900_ModelInfo) GetHasLeakage() int32

func (*WlstSlu_3900_ModelInfo) GetHasTemperature

func (m *WlstSlu_3900_ModelInfo) GetHasTemperature() int32

func (*WlstSlu_3900_ModelInfo) GetHasTimer

func (m *WlstSlu_3900_ModelInfo) GetHasTimer() int32

func (*WlstSlu_3900_ModelInfo) GetModel

func (m *WlstSlu_3900_ModelInfo) GetModel() int32

func (*WlstSlu_3900_ModelInfo) GetPowerSaving

func (m *WlstSlu_3900_ModelInfo) GetPowerSaving() int32

func (*WlstSlu_3900_ModelInfo) GetSluitemLoop

func (m *WlstSlu_3900_ModelInfo) GetSluitemLoop() int32

func (*WlstSlu_3900_ModelInfo) GetSluitemType

func (m *WlstSlu_3900_ModelInfo) GetSluitemType() string

func (*WlstSlu_3900_ModelInfo) GetUseLoop

func (m *WlstSlu_3900_ModelInfo) GetUseLoop() int32

func (*WlstSlu_3900_ModelInfo) Marshal

func (m *WlstSlu_3900_ModelInfo) Marshal() (dAtA []byte, err error)

func (*WlstSlu_3900_ModelInfo) MarshalTo

func (m *WlstSlu_3900_ModelInfo) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_3900_ModelInfo) MarshalToSizedBuffer

func (m *WlstSlu_3900_ModelInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_3900_ModelInfo) ProtoMessage

func (*WlstSlu_3900_ModelInfo) ProtoMessage()

func (*WlstSlu_3900_ModelInfo) Reset

func (m *WlstSlu_3900_ModelInfo) Reset()

func (*WlstSlu_3900_ModelInfo) Size

func (m *WlstSlu_3900_ModelInfo) Size() (n int)

func (*WlstSlu_3900_ModelInfo) String

func (m *WlstSlu_3900_ModelInfo) String() string

func (*WlstSlu_3900_ModelInfo) Unmarshal

func (m *WlstSlu_3900_ModelInfo) Unmarshal(dAtA []byte) error

func (*WlstSlu_3900_ModelInfo) XXX_DiscardUnknown

func (m *WlstSlu_3900_ModelInfo) XXX_DiscardUnknown()

func (*WlstSlu_3900_ModelInfo) XXX_Marshal

func (m *WlstSlu_3900_ModelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_3900_ModelInfo) XXX_Merge

func (m *WlstSlu_3900_ModelInfo) XXX_Merge(src proto.Message)

func (*WlstSlu_3900_ModelInfo) XXX_Size

func (m *WlstSlu_3900_ModelInfo) XXX_Size() int

func (*WlstSlu_3900_ModelInfo) XXX_Unmarshal

func (m *WlstSlu_3900_ModelInfo) XXX_Unmarshal(b []byte) error

type WlstSlu_3900_SluitemPara

type WlstSlu_3900_SluitemPara struct {
	// 经度
	Longitude float64 `protobuf:"fixed64,1,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// 纬度
	Latitude float64 `protobuf:"fixed64,2,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// 是否允许主报 1-允许 0-不允许
	HasEnableAlarm int32 `protobuf:"varint,3,opt,name=has_enable_alarm,json=hasEnableAlarm,proto3" json:"has_enable_alarm,omitempty"`
	// 是否投运 1-投运 0-停运
	IsRunning int32 `protobuf:"varint,4,opt,name=is_running,json=isRunning,proto3" json:"is_running,omitempty"`
	// 主动报警间隔 单位分钟 0表示30分钟
	AlarmInterval int32 `protobuf:"varint,5,opt,name=alarm_interval,json=alarmInterval,proto3" json:"alarm_interval,omitempty"`
	// nb主报需要主站应答,0-不需要,1-需要
	UplinkReply int32 `protobuf:"varint,6,opt,name=uplink_reply,json=uplinkReply,proto3" json:"uplink_reply,omitempty"`
}

func (*WlstSlu_3900_SluitemPara) Descriptor

func (*WlstSlu_3900_SluitemPara) Descriptor() ([]byte, []int)

func (*WlstSlu_3900_SluitemPara) GetAlarmInterval

func (m *WlstSlu_3900_SluitemPara) GetAlarmInterval() int32

func (*WlstSlu_3900_SluitemPara) GetHasEnableAlarm

func (m *WlstSlu_3900_SluitemPara) GetHasEnableAlarm() int32

func (*WlstSlu_3900_SluitemPara) GetIsRunning

func (m *WlstSlu_3900_SluitemPara) GetIsRunning() int32

func (*WlstSlu_3900_SluitemPara) GetLatitude

func (m *WlstSlu_3900_SluitemPara) GetLatitude() float64

func (*WlstSlu_3900_SluitemPara) GetLongitude

func (m *WlstSlu_3900_SluitemPara) GetLongitude() float64

func (*WlstSlu_3900_SluitemPara) GetUplinkReply

func (m *WlstSlu_3900_SluitemPara) GetUplinkReply() int32

func (*WlstSlu_3900_SluitemPara) Marshal

func (m *WlstSlu_3900_SluitemPara) Marshal() (dAtA []byte, err error)

func (*WlstSlu_3900_SluitemPara) MarshalTo

func (m *WlstSlu_3900_SluitemPara) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_3900_SluitemPara) MarshalToSizedBuffer

func (m *WlstSlu_3900_SluitemPara) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_3900_SluitemPara) ProtoMessage

func (*WlstSlu_3900_SluitemPara) ProtoMessage()

func (*WlstSlu_3900_SluitemPara) Reset

func (m *WlstSlu_3900_SluitemPara) Reset()

func (*WlstSlu_3900_SluitemPara) Size

func (m *WlstSlu_3900_SluitemPara) Size() (n int)

func (*WlstSlu_3900_SluitemPara) String

func (m *WlstSlu_3900_SluitemPara) String() string

func (*WlstSlu_3900_SluitemPara) Unmarshal

func (m *WlstSlu_3900_SluitemPara) Unmarshal(dAtA []byte) error

func (*WlstSlu_3900_SluitemPara) XXX_DiscardUnknown

func (m *WlstSlu_3900_SluitemPara) XXX_DiscardUnknown()

func (*WlstSlu_3900_SluitemPara) XXX_Marshal

func (m *WlstSlu_3900_SluitemPara) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_3900_SluitemPara) XXX_Merge

func (m *WlstSlu_3900_SluitemPara) XXX_Merge(src proto.Message)

func (*WlstSlu_3900_SluitemPara) XXX_Size

func (m *WlstSlu_3900_SluitemPara) XXX_Size() int

func (*WlstSlu_3900_SluitemPara) XXX_Unmarshal

func (m *WlstSlu_3900_SluitemPara) XXX_Unmarshal(b []byte) error

type WlstSlu_3900_SluitemStatus

type WlstSlu_3900_SluitemStatus struct {
	// flash故障 0-正常 1-故障
	FlashFault int32 `protobuf:"varint,1,opt,name=flash_fault,json=flashFault,proto3" json:"flash_fault,omitempty"`
	// 主动报警禁止 0-正常 1-禁止
	EnableAlarm int32 `protobuf:"varint,2,opt,name=enable_alarm,json=enableAlarm,proto3" json:"enable_alarm,omitempty"`
}

func (*WlstSlu_3900_SluitemStatus) Descriptor

func (*WlstSlu_3900_SluitemStatus) Descriptor() ([]byte, []int)

func (*WlstSlu_3900_SluitemStatus) GetEnableAlarm

func (m *WlstSlu_3900_SluitemStatus) GetEnableAlarm() int32

func (*WlstSlu_3900_SluitemStatus) GetFlashFault

func (m *WlstSlu_3900_SluitemStatus) GetFlashFault() int32

func (*WlstSlu_3900_SluitemStatus) Marshal

func (m *WlstSlu_3900_SluitemStatus) Marshal() (dAtA []byte, err error)

func (*WlstSlu_3900_SluitemStatus) MarshalTo

func (m *WlstSlu_3900_SluitemStatus) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_3900_SluitemStatus) MarshalToSizedBuffer

func (m *WlstSlu_3900_SluitemStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_3900_SluitemStatus) ProtoMessage

func (*WlstSlu_3900_SluitemStatus) ProtoMessage()

func (*WlstSlu_3900_SluitemStatus) Reset

func (m *WlstSlu_3900_SluitemStatus) Reset()

func (*WlstSlu_3900_SluitemStatus) Size

func (m *WlstSlu_3900_SluitemStatus) Size() (n int)

func (*WlstSlu_3900_SluitemStatus) String

func (m *WlstSlu_3900_SluitemStatus) String() string

func (*WlstSlu_3900_SluitemStatus) Unmarshal

func (m *WlstSlu_3900_SluitemStatus) Unmarshal(dAtA []byte) error

func (*WlstSlu_3900_SluitemStatus) XXX_DiscardUnknown

func (m *WlstSlu_3900_SluitemStatus) XXX_DiscardUnknown()

func (*WlstSlu_3900_SluitemStatus) XXX_Marshal

func (m *WlstSlu_3900_SluitemStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_3900_SluitemStatus) XXX_Merge

func (m *WlstSlu_3900_SluitemStatus) XXX_Merge(src proto.Message)

func (*WlstSlu_3900_SluitemStatus) XXX_Size

func (m *WlstSlu_3900_SluitemStatus) XXX_Size() int

func (*WlstSlu_3900_SluitemStatus) XXX_Unmarshal

func (m *WlstSlu_3900_SluitemStatus) XXX_Unmarshal(b []byte) error

type WlstSlu_3900_TimeFault

type WlstSlu_3900_TimeFault struct {
	// 本地时钟故障 0-正常 1-故障
	ClockFault int32 `protobuf:"varint,1,opt,name=clock_fault,json=clockFault,proto3" json:"clock_fault,omitempty"`
	// 本地时钟超差故障 0-正常 1-故障
	ClockOutFault int32 `protobuf:"varint,2,opt,name=clock_out_fault,json=clockOutFault,proto3" json:"clock_out_fault,omitempty"`
	// 校时超差故障 0-正常 1-故障
	ClockOutAlarm int32 `protobuf:"varint,3,opt,name=clock_out_alarm,json=clockOutAlarm,proto3" json:"clock_out_alarm,omitempty"`
}

func (*WlstSlu_3900_TimeFault) Descriptor

func (*WlstSlu_3900_TimeFault) Descriptor() ([]byte, []int)

func (*WlstSlu_3900_TimeFault) GetClockFault

func (m *WlstSlu_3900_TimeFault) GetClockFault() int32

func (*WlstSlu_3900_TimeFault) GetClockOutAlarm

func (m *WlstSlu_3900_TimeFault) GetClockOutAlarm() int32

func (*WlstSlu_3900_TimeFault) GetClockOutFault

func (m *WlstSlu_3900_TimeFault) GetClockOutFault() int32

func (*WlstSlu_3900_TimeFault) Marshal

func (m *WlstSlu_3900_TimeFault) Marshal() (dAtA []byte, err error)

func (*WlstSlu_3900_TimeFault) MarshalTo

func (m *WlstSlu_3900_TimeFault) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_3900_TimeFault) MarshalToSizedBuffer

func (m *WlstSlu_3900_TimeFault) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_3900_TimeFault) ProtoMessage

func (*WlstSlu_3900_TimeFault) ProtoMessage()

func (*WlstSlu_3900_TimeFault) Reset

func (m *WlstSlu_3900_TimeFault) Reset()

func (*WlstSlu_3900_TimeFault) Size

func (m *WlstSlu_3900_TimeFault) Size() (n int)

func (*WlstSlu_3900_TimeFault) String

func (m *WlstSlu_3900_TimeFault) String() string

func (*WlstSlu_3900_TimeFault) Unmarshal

func (m *WlstSlu_3900_TimeFault) Unmarshal(dAtA []byte) error

func (*WlstSlu_3900_TimeFault) XXX_DiscardUnknown

func (m *WlstSlu_3900_TimeFault) XXX_DiscardUnknown()

func (*WlstSlu_3900_TimeFault) XXX_Marshal

func (m *WlstSlu_3900_TimeFault) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_3900_TimeFault) XXX_Merge

func (m *WlstSlu_3900_TimeFault) XXX_Merge(src proto.Message)

func (*WlstSlu_3900_TimeFault) XXX_Size

func (m *WlstSlu_3900_TimeFault) XXX_Size() int

func (*WlstSlu_3900_TimeFault) XXX_Unmarshal

func (m *WlstSlu_3900_TimeFault) XXX_Unmarshal(b []byte) error

type WlstSlu_6B00

type WlstSlu_6B00 struct {
	// 命令序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 设置参数序号,0-20,0-删除设备保存的所有节假日设置
	SetIdx int32 `protobuf:"varint,2,opt,name=set_idx,json=setIdx,proto3" json:"set_idx,omitempty"`
	// 开始时间, linux时间戳格式,精确到秒,服务取月,日,时
	DtStart int64 `protobuf:"varint,3,opt,name=dt_start,json=dtStart,proto3" json:"dt_start,omitempty"`
	// 结束时间, linux时间戳格式,精确到秒,服务取月,日,时
	DtEnd int64 `protobuf:"varint,4,opt,name=dt_end,json=dtEnd,proto3" json:"dt_end,omitempty"`
	// 指令类型 1-定时,2-经纬度
	OperationType int32 `protobuf:"varint,5,opt,name=operation_type,json=operationType,proto3" json:"operation_type,omitempty"`
	// 操作顺序 0-广播,1-依次
	OperationOrder int32 `protobuf:"varint,6,opt,name=operation_order,json=operationOrder,proto3" json:"operation_order,omitempty"`
	// 定时 hh:mm->int32 或偏移量 依据 operation_type定
	TimerOrOffset int32 `protobuf:"varint,7,opt,name=timer_or_offset,json=timerOrOffset,proto3" json:"timer_or_offset,omitempty"`
	// 地址类型 0-全部,1-组,2-规则,4-gprs
	AddrType int32 `protobuf:"varint,8,opt,name=addr_type,json=addrType,proto3" json:"addr_type,omitempty"`
	// gprs/组/规则操作地址,addr_type=2时,仅第一个值有效
	Addrs []int32 `protobuf:"varint,9,rep,packed,name=addrs,proto3" json:"addrs,omitempty"`
	// 操作类型 3-经纬度关灯,4-混合控制,5-pwm调节
	CmdType int32 `protobuf:"varint,10,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"`
	// 混合回路操作
	// 0-不操作,1-开灯,2-1档节能,3-2档节能,4-关灯(经纬度关灯时,cmd_type<4视为不操作)
	CmdMix []int32 `protobuf:"varint,11,rep,packed,name=cmd_mix,json=cmdMix,proto3" json:"cmd_mix,omitempty"`
	// pwm功率调节
	CmdPwm *WlstSlu_6B00_CmdPwm `protobuf:"bytes,12,opt,name=cmd_pwm,json=cmdPwm,proto3" json:"cmd_pwm,omitempty"`
}

func (*WlstSlu_6B00) Descriptor

func (*WlstSlu_6B00) Descriptor() ([]byte, []int)

func (*WlstSlu_6B00) GetAddrType

func (m *WlstSlu_6B00) GetAddrType() int32

func (*WlstSlu_6B00) GetAddrs

func (m *WlstSlu_6B00) GetAddrs() []int32

func (*WlstSlu_6B00) GetCmdIdx

func (m *WlstSlu_6B00) GetCmdIdx() int32

func (*WlstSlu_6B00) GetCmdMix

func (m *WlstSlu_6B00) GetCmdMix() []int32

func (*WlstSlu_6B00) GetCmdPwm

func (m *WlstSlu_6B00) GetCmdPwm() *WlstSlu_6B00_CmdPwm

func (*WlstSlu_6B00) GetCmdType

func (m *WlstSlu_6B00) GetCmdType() int32

func (*WlstSlu_6B00) GetDtEnd

func (m *WlstSlu_6B00) GetDtEnd() int64

func (*WlstSlu_6B00) GetDtStart

func (m *WlstSlu_6B00) GetDtStart() int64

func (*WlstSlu_6B00) GetOperationOrder

func (m *WlstSlu_6B00) GetOperationOrder() int32

func (*WlstSlu_6B00) GetOperationType

func (m *WlstSlu_6B00) GetOperationType() int32

func (*WlstSlu_6B00) GetSetIdx

func (m *WlstSlu_6B00) GetSetIdx() int32

func (*WlstSlu_6B00) GetTimerOrOffset

func (m *WlstSlu_6B00) GetTimerOrOffset() int32

func (*WlstSlu_6B00) Marshal

func (m *WlstSlu_6B00) Marshal() (dAtA []byte, err error)

func (*WlstSlu_6B00) MarshalTo

func (m *WlstSlu_6B00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_6B00) MarshalToSizedBuffer

func (m *WlstSlu_6B00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_6B00) ProtoMessage

func (*WlstSlu_6B00) ProtoMessage()

func (*WlstSlu_6B00) Reset

func (m *WlstSlu_6B00) Reset()

func (*WlstSlu_6B00) Size

func (m *WlstSlu_6B00) Size() (n int)

func (*WlstSlu_6B00) String

func (m *WlstSlu_6B00) String() string

func (*WlstSlu_6B00) Unmarshal

func (m *WlstSlu_6B00) Unmarshal(dAtA []byte) error

func (*WlstSlu_6B00) XXX_DiscardUnknown

func (m *WlstSlu_6B00) XXX_DiscardUnknown()

func (*WlstSlu_6B00) XXX_Marshal

func (m *WlstSlu_6B00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_6B00) XXX_Merge

func (m *WlstSlu_6B00) XXX_Merge(src proto.Message)

func (*WlstSlu_6B00) XXX_Size

func (m *WlstSlu_6B00) XXX_Size() int

func (*WlstSlu_6B00) XXX_Unmarshal

func (m *WlstSlu_6B00) XXX_Unmarshal(b []byte) error

type WlstSlu_6B00_CmdPwm

type WlstSlu_6B00_CmdPwm struct {
	// 回路(仅需要操作的回路序号)
	LoopCanDo []int32 `protobuf:"varint,1,rep,packed,name=loop_can_do,json=loopCanDo,proto3" json:"loop_can_do,omitempty"`
	// 比例 0-100 -> 0%-100%
	Scale int32 `protobuf:"varint,2,opt,name=scale,proto3" json:"scale,omitempty"`
	// 频率 /100为发送值
	Rate int32 `protobuf:"varint,3,opt,name=rate,proto3" json:"rate,omitempty"`
}

func (*WlstSlu_6B00_CmdPwm) Descriptor

func (*WlstSlu_6B00_CmdPwm) Descriptor() ([]byte, []int)

func (*WlstSlu_6B00_CmdPwm) GetLoopCanDo

func (m *WlstSlu_6B00_CmdPwm) GetLoopCanDo() []int32

func (*WlstSlu_6B00_CmdPwm) GetRate

func (m *WlstSlu_6B00_CmdPwm) GetRate() int32

func (*WlstSlu_6B00_CmdPwm) GetScale

func (m *WlstSlu_6B00_CmdPwm) GetScale() int32

func (*WlstSlu_6B00_CmdPwm) Marshal

func (m *WlstSlu_6B00_CmdPwm) Marshal() (dAtA []byte, err error)

func (*WlstSlu_6B00_CmdPwm) MarshalTo

func (m *WlstSlu_6B00_CmdPwm) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_6B00_CmdPwm) MarshalToSizedBuffer

func (m *WlstSlu_6B00_CmdPwm) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_6B00_CmdPwm) ProtoMessage

func (*WlstSlu_6B00_CmdPwm) ProtoMessage()

func (*WlstSlu_6B00_CmdPwm) Reset

func (m *WlstSlu_6B00_CmdPwm) Reset()

func (*WlstSlu_6B00_CmdPwm) Size

func (m *WlstSlu_6B00_CmdPwm) Size() (n int)

func (*WlstSlu_6B00_CmdPwm) String

func (m *WlstSlu_6B00_CmdPwm) String() string

func (*WlstSlu_6B00_CmdPwm) Unmarshal

func (m *WlstSlu_6B00_CmdPwm) Unmarshal(dAtA []byte) error

func (*WlstSlu_6B00_CmdPwm) XXX_DiscardUnknown

func (m *WlstSlu_6B00_CmdPwm) XXX_DiscardUnknown()

func (*WlstSlu_6B00_CmdPwm) XXX_Marshal

func (m *WlstSlu_6B00_CmdPwm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_6B00_CmdPwm) XXX_Merge

func (m *WlstSlu_6B00_CmdPwm) XXX_Merge(src proto.Message)

func (*WlstSlu_6B00_CmdPwm) XXX_Size

func (m *WlstSlu_6B00_CmdPwm) XXX_Size() int

func (*WlstSlu_6B00_CmdPwm) XXX_Unmarshal

func (m *WlstSlu_6B00_CmdPwm) XXX_Unmarshal(b []byte) error

type WlstSlu_6C00

type WlstSlu_6C00 struct {
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 读取参数开始序号
	StartIdx int32 `protobuf:"varint,2,opt,name=start_idx,json=startIdx,proto3" json:"start_idx,omitempty"`
	// 读取条数
	ReadCount int32 `protobuf:"varint,3,opt,name=read_count,json=readCount,proto3" json:"read_count,omitempty"`
}

func (*WlstSlu_6C00) Descriptor

func (*WlstSlu_6C00) Descriptor() ([]byte, []int)

func (*WlstSlu_6C00) GetCmdIdx

func (m *WlstSlu_6C00) GetCmdIdx() int32

func (*WlstSlu_6C00) GetReadCount

func (m *WlstSlu_6C00) GetReadCount() int32

func (*WlstSlu_6C00) GetStartIdx

func (m *WlstSlu_6C00) GetStartIdx() int32

func (*WlstSlu_6C00) Marshal

func (m *WlstSlu_6C00) Marshal() (dAtA []byte, err error)

func (*WlstSlu_6C00) MarshalTo

func (m *WlstSlu_6C00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_6C00) MarshalToSizedBuffer

func (m *WlstSlu_6C00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_6C00) ProtoMessage

func (*WlstSlu_6C00) ProtoMessage()

func (*WlstSlu_6C00) Reset

func (m *WlstSlu_6C00) Reset()

func (*WlstSlu_6C00) Size

func (m *WlstSlu_6C00) Size() (n int)

func (*WlstSlu_6C00) String

func (m *WlstSlu_6C00) String() string

func (*WlstSlu_6C00) Unmarshal

func (m *WlstSlu_6C00) Unmarshal(dAtA []byte) error

func (*WlstSlu_6C00) XXX_DiscardUnknown

func (m *WlstSlu_6C00) XXX_DiscardUnknown()

func (*WlstSlu_6C00) XXX_Marshal

func (m *WlstSlu_6C00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_6C00) XXX_Merge

func (m *WlstSlu_6C00) XXX_Merge(src proto.Message)

func (*WlstSlu_6C00) XXX_Size

func (m *WlstSlu_6C00) XXX_Size() int

func (*WlstSlu_6C00) XXX_Unmarshal

func (m *WlstSlu_6C00) XXX_Unmarshal(b []byte) error

type WlstSlu_6E00

type WlstSlu_6E00 struct {
	// 操作标识(0-清除设置,1-设置,2-读取设置)
	DoFlag int32 `protobuf:"varint,1,opt,name=do_flag,json=doFlag,proto3" json:"do_flag,omitempty"`
	// 巡测开始时间 hhmm->int32(hh*60+mm)
	PatrolStart int32 `protobuf:"varint,2,opt,name=patrol_start,json=patrolStart,proto3" json:"patrol_start,omitempty"`
	// 巡测间隔时间 mm(0<=mm<=255)
	PatrolInterval int32 `protobuf:"varint,3,opt,name=patrol_interval,json=patrolInterval,proto3" json:"patrol_interval,omitempty"`
	// 巡测序号
	PatrolOrder int32 `protobuf:"varint,4,opt,name=patrol_order,json=patrolOrder,proto3" json:"patrol_order,omitempty"`
	// 巡测数量
	PatrolCount int32 `protobuf:"varint,5,opt,name=patrol_count,json=patrolCount,proto3" json:"patrol_count,omitempty"`
	// 序号
	CmdIdx int32 `protobuf:"varint,6,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
}

Wlst_slu_ee00

func (*WlstSlu_6E00) Descriptor

func (*WlstSlu_6E00) Descriptor() ([]byte, []int)

func (*WlstSlu_6E00) GetCmdIdx

func (m *WlstSlu_6E00) GetCmdIdx() int32

func (*WlstSlu_6E00) GetDoFlag

func (m *WlstSlu_6E00) GetDoFlag() int32

func (*WlstSlu_6E00) GetPatrolCount

func (m *WlstSlu_6E00) GetPatrolCount() int32

func (*WlstSlu_6E00) GetPatrolInterval

func (m *WlstSlu_6E00) GetPatrolInterval() int32

func (*WlstSlu_6E00) GetPatrolOrder

func (m *WlstSlu_6E00) GetPatrolOrder() int32

func (*WlstSlu_6E00) GetPatrolStart

func (m *WlstSlu_6E00) GetPatrolStart() int32

func (*WlstSlu_6E00) Marshal

func (m *WlstSlu_6E00) Marshal() (dAtA []byte, err error)

func (*WlstSlu_6E00) MarshalTo

func (m *WlstSlu_6E00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_6E00) MarshalToSizedBuffer

func (m *WlstSlu_6E00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_6E00) ProtoMessage

func (*WlstSlu_6E00) ProtoMessage()

func (*WlstSlu_6E00) Reset

func (m *WlstSlu_6E00) Reset()

func (*WlstSlu_6E00) Size

func (m *WlstSlu_6E00) Size() (n int)

func (*WlstSlu_6E00) String

func (m *WlstSlu_6E00) String() string

func (*WlstSlu_6E00) Unmarshal

func (m *WlstSlu_6E00) Unmarshal(dAtA []byte) error

func (*WlstSlu_6E00) XXX_DiscardUnknown

func (m *WlstSlu_6E00) XXX_DiscardUnknown()

func (*WlstSlu_6E00) XXX_Marshal

func (m *WlstSlu_6E00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_6E00) XXX_Merge

func (m *WlstSlu_6E00) XXX_Merge(src proto.Message)

func (*WlstSlu_6E00) XXX_Size

func (m *WlstSlu_6E00) XXX_Size() int

func (*WlstSlu_6E00) XXX_Unmarshal

func (m *WlstSlu_6E00) XXX_Unmarshal(b []byte) error

type WlstSlu_6F00

type WlstSlu_6F00 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 地址类型 0-全部,1-组,2-规则,3-单一,4-gprs
	AddrType int32 `protobuf:"varint,2,opt,name=addr_type,json=addrType,proto3" json:"addr_type,omitempty"`
	// 地址
	Addr int32 `protobuf:"varint,3,opt,name=addr,proto3" json:"addr,omitempty"`
	// 操作标识
	ResetMark *WlstSlu_6F00_ResetMark `protobuf:"bytes,4,opt,name=reset_mark,json=resetMark,proto3" json:"reset_mark,omitempty"`
	// 操作结果 0x3a-成功,0x5a-失败,
	// 0x60-数据错误,0x61-正在操作,0x62-等待操作,0x63-队列已满
	Status int32 `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WlstSlu_6F00) Descriptor

func (*WlstSlu_6F00) Descriptor() ([]byte, []int)

func (*WlstSlu_6F00) GetAddr

func (m *WlstSlu_6F00) GetAddr() int32

func (*WlstSlu_6F00) GetAddrType

func (m *WlstSlu_6F00) GetAddrType() int32

func (*WlstSlu_6F00) GetCmdIdx

func (m *WlstSlu_6F00) GetCmdIdx() int32

func (*WlstSlu_6F00) GetResetMark

func (m *WlstSlu_6F00) GetResetMark() *WlstSlu_6F00_ResetMark

func (*WlstSlu_6F00) GetStatus

func (m *WlstSlu_6F00) GetStatus() int32

func (*WlstSlu_6F00) Marshal

func (m *WlstSlu_6F00) Marshal() (dAtA []byte, err error)

func (*WlstSlu_6F00) MarshalTo

func (m *WlstSlu_6F00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_6F00) MarshalToSizedBuffer

func (m *WlstSlu_6F00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_6F00) ProtoMessage

func (*WlstSlu_6F00) ProtoMessage()

func (*WlstSlu_6F00) Reset

func (m *WlstSlu_6F00) Reset()

func (*WlstSlu_6F00) Size

func (m *WlstSlu_6F00) Size() (n int)

func (*WlstSlu_6F00) String

func (m *WlstSlu_6F00) String() string

func (*WlstSlu_6F00) Unmarshal

func (m *WlstSlu_6F00) Unmarshal(dAtA []byte) error

func (*WlstSlu_6F00) XXX_DiscardUnknown

func (m *WlstSlu_6F00) XXX_DiscardUnknown()

func (*WlstSlu_6F00) XXX_Marshal

func (m *WlstSlu_6F00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_6F00) XXX_Merge

func (m *WlstSlu_6F00) XXX_Merge(src proto.Message)

func (*WlstSlu_6F00) XXX_Size

func (m *WlstSlu_6F00) XXX_Size() int

func (*WlstSlu_6F00) XXX_Unmarshal

func (m *WlstSlu_6F00) XXX_Unmarshal(b []byte) error

type WlstSlu_6F00_ResetMark

type WlstSlu_6F00_ResetMark struct {
	// mcu复位
	ResetMcu int32 `protobuf:"varint,1,opt,name=reset_mcu,json=resetMcu,proto3" json:"reset_mcu,omitempty"`
	// 通讯模块复位
	ResetComm int32 `protobuf:"varint,2,opt,name=reset_comm,json=resetComm,proto3" json:"reset_comm,omitempty"`
	// 初始化mcu硬件配置
	InitMcuHardware int32 `protobuf:"varint,3,opt,name=init_mcu_hardware,json=initMcuHardware,proto3" json:"init_mcu_hardware,omitempty"`
	// 初始化ram
	InitRam int32 `protobuf:"varint,4,opt,name=init_ram,json=initRam,proto3" json:"init_ram,omitempty"`
	// eerom 清零
	ZeroEerom int32 `protobuf:"varint,5,opt,name=zero_eerom,json=zeroEerom,proto3" json:"zero_eerom,omitempty"`
	// 电量计数清零
	ZeroCount int32 `protobuf:"varint,6,opt,name=zero_count,json=zeroCount,proto3" json:"zero_count,omitempty"`
}

func (*WlstSlu_6F00_ResetMark) Descriptor

func (*WlstSlu_6F00_ResetMark) Descriptor() ([]byte, []int)

func (*WlstSlu_6F00_ResetMark) GetInitMcuHardware

func (m *WlstSlu_6F00_ResetMark) GetInitMcuHardware() int32

func (*WlstSlu_6F00_ResetMark) GetInitRam

func (m *WlstSlu_6F00_ResetMark) GetInitRam() int32

func (*WlstSlu_6F00_ResetMark) GetResetComm

func (m *WlstSlu_6F00_ResetMark) GetResetComm() int32

func (*WlstSlu_6F00_ResetMark) GetResetMcu

func (m *WlstSlu_6F00_ResetMark) GetResetMcu() int32

func (*WlstSlu_6F00_ResetMark) GetZeroCount

func (m *WlstSlu_6F00_ResetMark) GetZeroCount() int32

func (*WlstSlu_6F00_ResetMark) GetZeroEerom

func (m *WlstSlu_6F00_ResetMark) GetZeroEerom() int32

func (*WlstSlu_6F00_ResetMark) Marshal

func (m *WlstSlu_6F00_ResetMark) Marshal() (dAtA []byte, err error)

func (*WlstSlu_6F00_ResetMark) MarshalTo

func (m *WlstSlu_6F00_ResetMark) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_6F00_ResetMark) MarshalToSizedBuffer

func (m *WlstSlu_6F00_ResetMark) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_6F00_ResetMark) ProtoMessage

func (*WlstSlu_6F00_ResetMark) ProtoMessage()

func (*WlstSlu_6F00_ResetMark) Reset

func (m *WlstSlu_6F00_ResetMark) Reset()

func (*WlstSlu_6F00_ResetMark) Size

func (m *WlstSlu_6F00_ResetMark) Size() (n int)

func (*WlstSlu_6F00_ResetMark) String

func (m *WlstSlu_6F00_ResetMark) String() string

func (*WlstSlu_6F00_ResetMark) Unmarshal

func (m *WlstSlu_6F00_ResetMark) Unmarshal(dAtA []byte) error

func (*WlstSlu_6F00_ResetMark) XXX_DiscardUnknown

func (m *WlstSlu_6F00_ResetMark) XXX_DiscardUnknown()

func (*WlstSlu_6F00_ResetMark) XXX_Marshal

func (m *WlstSlu_6F00_ResetMark) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_6F00_ResetMark) XXX_Merge

func (m *WlstSlu_6F00_ResetMark) XXX_Merge(src proto.Message)

func (*WlstSlu_6F00_ResetMark) XXX_Size

func (m *WlstSlu_6F00_ResetMark) XXX_Size() int

func (*WlstSlu_6F00_ResetMark) XXX_Unmarshal

func (m *WlstSlu_6F00_ResetMark) XXX_Unmarshal(b []byte) error

type WlstSlu_7300

type WlstSlu_7300 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 起始控制器地址(带标识)
	SluitemStart int32 `protobuf:"varint,2,opt,name=sluitem_start,json=sluitemStart,proto3" json:"sluitem_start,omitempty"`
	// 控制器数量
	SluitemCount int32 `protobuf:"varint,3,opt,name=sluitem_count,json=sluitemCount,proto3" json:"sluitem_count,omitempty"`
	// 选测数据类型
	// 0-选测集中器,1-选测控制器基本数据(不用),2-选测未知控制器,3-选测控制器辅助参数(不用),4-选测控制器物理信息,5-选测控制器带时标数据,6-选测控制器带时标辅助数据,
	// 7-控制器双字节电压电流数据,带电量
	DataMark int32 `protobuf:"varint,4,opt,name=data_mark,json=dataMark,proto3" json:"data_mark,omitempty"`
	// 选测集中器
	ConcentratorData *WlstSlu_7300_ConcentratorData `protobuf:"bytes,5,opt,name=concentrator_data,json=concentratorData,proto3" json:"concentrator_data,omitempty"`
	// 选测控制器基本参数
	BaseSluitemData []*WlstSlu_7300_BaseSluitemData `protobuf:"bytes,6,rep,name=base_sluitem_data,json=baseSluitemData,proto3" json:"base_sluitem_data,omitempty"`
	// 选测未知控制器
	UnknowSluitem []*WlstSlu_7300_UnknowSluitem `protobuf:"bytes,7,rep,name=unknow_sluitem,json=unknowSluitem,proto3" json:"unknow_sluitem,omitempty"`
	// 选测控制器辅助参数
	AssistSluitemData []*WlstSlu_7300_AssistSluitemData `protobuf:"bytes,8,rep,name=assist_sluitem_data,json=assistSluitemData,proto3" json:"assist_sluitem_data,omitempty"`
	// 选测控制器物理信息
	SluitemPhyinfo []*WlstSlu_7300_SluitemPhyinfo `protobuf:"bytes,9,rep,name=sluitem_phyinfo,json=sluitemPhyinfo,proto3" json:"sluitem_phyinfo,omitempty"`
	// 控制器序号(地址)
	SluitemAddrs []int32 `protobuf:"varint,10,rep,packed,name=sluitem_addrs,json=sluitemAddrs,proto3" json:"sluitem_addrs,omitempty"`
}

Wlst_slu_f300

func (*WlstSlu_7300) Descriptor

func (*WlstSlu_7300) Descriptor() ([]byte, []int)

func (*WlstSlu_7300) GetAssistSluitemData

func (m *WlstSlu_7300) GetAssistSluitemData() []*WlstSlu_7300_AssistSluitemData

func (*WlstSlu_7300) GetBaseSluitemData

func (m *WlstSlu_7300) GetBaseSluitemData() []*WlstSlu_7300_BaseSluitemData

func (*WlstSlu_7300) GetCmdIdx

func (m *WlstSlu_7300) GetCmdIdx() int32

func (*WlstSlu_7300) GetConcentratorData

func (m *WlstSlu_7300) GetConcentratorData() *WlstSlu_7300_ConcentratorData

func (*WlstSlu_7300) GetDataMark

func (m *WlstSlu_7300) GetDataMark() int32

func (*WlstSlu_7300) GetSluitemAddrs

func (m *WlstSlu_7300) GetSluitemAddrs() []int32

func (*WlstSlu_7300) GetSluitemCount

func (m *WlstSlu_7300) GetSluitemCount() int32

func (*WlstSlu_7300) GetSluitemPhyinfo

func (m *WlstSlu_7300) GetSluitemPhyinfo() []*WlstSlu_7300_SluitemPhyinfo

func (*WlstSlu_7300) GetSluitemStart

func (m *WlstSlu_7300) GetSluitemStart() int32

func (*WlstSlu_7300) GetUnknowSluitem

func (m *WlstSlu_7300) GetUnknowSluitem() []*WlstSlu_7300_UnknowSluitem

func (*WlstSlu_7300) Marshal

func (m *WlstSlu_7300) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300) MarshalTo

func (m *WlstSlu_7300) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300) MarshalToSizedBuffer

func (m *WlstSlu_7300) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300) ProtoMessage

func (*WlstSlu_7300) ProtoMessage()

func (*WlstSlu_7300) Reset

func (m *WlstSlu_7300) Reset()

func (*WlstSlu_7300) Size

func (m *WlstSlu_7300) Size() (n int)

func (*WlstSlu_7300) String

func (m *WlstSlu_7300) String() string

func (*WlstSlu_7300) Unmarshal

func (m *WlstSlu_7300) Unmarshal(dAtA []byte) error

func (*WlstSlu_7300) XXX_DiscardUnknown

func (m *WlstSlu_7300) XXX_DiscardUnknown()

func (*WlstSlu_7300) XXX_Marshal

func (m *WlstSlu_7300) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300) XXX_Merge

func (m *WlstSlu_7300) XXX_Merge(src proto.Message)

func (*WlstSlu_7300) XXX_Size

func (m *WlstSlu_7300) XXX_Size() int

func (*WlstSlu_7300) XXX_Unmarshal

func (m *WlstSlu_7300) XXX_Unmarshal(b []byte) error

type WlstSlu_7300_AssistSluitemData

type WlstSlu_7300_AssistSluitemData struct {
	// 日 时:分 c#需加1970-1-1
	DateTime int64 `protobuf:"varint,1,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"`
	// 漏电流 / 100 0xff为满量程,此时=2.55A
	LeakageCurrent float64 `protobuf:"fixed64,2,opt,name=leakage_current,json=leakageCurrent,proto3" json:"leakage_current,omitempty"`
	// 灯数据
	LightData []*WlstSlu_7300_AssistSluitemData_LightData `protobuf:"bytes,3,rep,name=light_data,json=lightData,proto3" json:"light_data,omitempty"`
	// 字节数 =控制器数量 / 4 每2位一个控制器 0-3(1路,2路,3路,4路)
	SluitemLoop int32 `protobuf:"varint,4,opt,name=sluitem_loop,json=sluitemLoop,proto3" json:"sluitem_loop,omitempty"`
}

func (*WlstSlu_7300_AssistSluitemData) Descriptor

func (*WlstSlu_7300_AssistSluitemData) Descriptor() ([]byte, []int)

func (*WlstSlu_7300_AssistSluitemData) GetDateTime

func (m *WlstSlu_7300_AssistSluitemData) GetDateTime() int64

func (*WlstSlu_7300_AssistSluitemData) GetLeakageCurrent

func (m *WlstSlu_7300_AssistSluitemData) GetLeakageCurrent() float64

func (*WlstSlu_7300_AssistSluitemData) GetLightData

func (*WlstSlu_7300_AssistSluitemData) GetSluitemLoop

func (m *WlstSlu_7300_AssistSluitemData) GetSluitemLoop() int32

func (*WlstSlu_7300_AssistSluitemData) Marshal

func (m *WlstSlu_7300_AssistSluitemData) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_AssistSluitemData) MarshalTo

func (m *WlstSlu_7300_AssistSluitemData) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_AssistSluitemData) MarshalToSizedBuffer

func (m *WlstSlu_7300_AssistSluitemData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_AssistSluitemData) ProtoMessage

func (*WlstSlu_7300_AssistSluitemData) ProtoMessage()

func (*WlstSlu_7300_AssistSluitemData) Reset

func (m *WlstSlu_7300_AssistSluitemData) Reset()

func (*WlstSlu_7300_AssistSluitemData) Size

func (m *WlstSlu_7300_AssistSluitemData) Size() (n int)

func (*WlstSlu_7300_AssistSluitemData) String

func (*WlstSlu_7300_AssistSluitemData) Unmarshal

func (m *WlstSlu_7300_AssistSluitemData) Unmarshal(dAtA []byte) error

func (*WlstSlu_7300_AssistSluitemData) XXX_DiscardUnknown

func (m *WlstSlu_7300_AssistSluitemData) XXX_DiscardUnknown()

func (*WlstSlu_7300_AssistSluitemData) XXX_Marshal

func (m *WlstSlu_7300_AssistSluitemData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_AssistSluitemData) XXX_Merge

func (m *WlstSlu_7300_AssistSluitemData) XXX_Merge(src proto.Message)

func (*WlstSlu_7300_AssistSluitemData) XXX_Size

func (m *WlstSlu_7300_AssistSluitemData) XXX_Size() int

func (*WlstSlu_7300_AssistSluitemData) XXX_Unmarshal

func (m *WlstSlu_7300_AssistSluitemData) XXX_Unmarshal(b []byte) error

type WlstSlu_7300_AssistSluitemData_LightData

type WlstSlu_7300_AssistSluitemData_LightData struct {
	// 最大电压
	MaxVoltage float64 `protobuf:"fixed64,1,opt,name=max_voltage,json=maxVoltage,proto3" json:"max_voltage,omitempty"`
	// 最大电流
	MaxCurrent float64 `protobuf:"fixed64,2,opt,name=max_current,json=maxCurrent,proto3" json:"max_current,omitempty"`
	// 电量 满量程250kw/h,超出清零
	Electricity float64 `protobuf:"fixed64,3,opt,name=electricity,proto3" json:"electricity,omitempty"`
}

func (*WlstSlu_7300_AssistSluitemData_LightData) Descriptor

func (*WlstSlu_7300_AssistSluitemData_LightData) Descriptor() ([]byte, []int)

func (*WlstSlu_7300_AssistSluitemData_LightData) GetElectricity

func (*WlstSlu_7300_AssistSluitemData_LightData) GetMaxCurrent

func (*WlstSlu_7300_AssistSluitemData_LightData) GetMaxVoltage

func (*WlstSlu_7300_AssistSluitemData_LightData) Marshal

func (m *WlstSlu_7300_AssistSluitemData_LightData) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_AssistSluitemData_LightData) MarshalTo

func (m *WlstSlu_7300_AssistSluitemData_LightData) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_AssistSluitemData_LightData) MarshalToSizedBuffer

func (m *WlstSlu_7300_AssistSluitemData_LightData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_AssistSluitemData_LightData) ProtoMessage

func (*WlstSlu_7300_AssistSluitemData_LightData) Reset

func (*WlstSlu_7300_AssistSluitemData_LightData) Size

func (*WlstSlu_7300_AssistSluitemData_LightData) String

func (*WlstSlu_7300_AssistSluitemData_LightData) Unmarshal

func (*WlstSlu_7300_AssistSluitemData_LightData) XXX_DiscardUnknown

func (m *WlstSlu_7300_AssistSluitemData_LightData) XXX_DiscardUnknown()

func (*WlstSlu_7300_AssistSluitemData_LightData) XXX_Marshal

func (m *WlstSlu_7300_AssistSluitemData_LightData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_AssistSluitemData_LightData) XXX_Merge

func (*WlstSlu_7300_AssistSluitemData_LightData) XXX_Size

func (*WlstSlu_7300_AssistSluitemData_LightData) XXX_Unmarshal

func (m *WlstSlu_7300_AssistSluitemData_LightData) XXX_Unmarshal(b []byte) error

type WlstSlu_7300_BaseSluitemData

type WlstSlu_7300_BaseSluitemData struct {
	// 控制器数据
	// 日 时:分 c#需加1970-1-1
	DateTime int64 `protobuf:"varint,1,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"`
	// 控制器状态
	SluitemStatus *WlstSlu_7300_BaseSluitemData_SluitemStatus `protobuf:"bytes,2,opt,name=sluitem_status,json=sluitemStatus,proto3" json:"sluitem_status,omitempty"`
	// 温度
	Temperature int32 `protobuf:"varint,3,opt,name=temperature,proto3" json:"temperature,omitempty"`
	// 灯状态
	LightStatus []*WlstSlu_7300_BaseSluitemData_LightStatus `protobuf:"bytes,4,rep,name=light_status,json=lightStatus,proto3" json:"light_status,omitempty"`
	// 灯数据
	LightData []*WlstSlu_7300_BaseSluitemData_LightData `protobuf:"bytes,5,rep,name=light_data,json=lightData,proto3" json:"light_data,omitempty"`
	// 字节数 =控制器数量 / 4 每2位一个控制器 0-3(1路,2路,3路,4路)
	SluitemLoop int32 `protobuf:"varint,6,opt,name=sluitem_loop,json=sluitemLoop,proto3" json:"sluitem_loop,omitempty"`
}

func (*WlstSlu_7300_BaseSluitemData) Descriptor

func (*WlstSlu_7300_BaseSluitemData) Descriptor() ([]byte, []int)

func (*WlstSlu_7300_BaseSluitemData) GetDateTime

func (m *WlstSlu_7300_BaseSluitemData) GetDateTime() int64

func (*WlstSlu_7300_BaseSluitemData) GetLightData

func (*WlstSlu_7300_BaseSluitemData) GetLightStatus

func (*WlstSlu_7300_BaseSluitemData) GetSluitemLoop

func (m *WlstSlu_7300_BaseSluitemData) GetSluitemLoop() int32

func (*WlstSlu_7300_BaseSluitemData) GetSluitemStatus

func (*WlstSlu_7300_BaseSluitemData) GetTemperature

func (m *WlstSlu_7300_BaseSluitemData) GetTemperature() int32

func (*WlstSlu_7300_BaseSluitemData) Marshal

func (m *WlstSlu_7300_BaseSluitemData) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_BaseSluitemData) MarshalTo

func (m *WlstSlu_7300_BaseSluitemData) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_BaseSluitemData) MarshalToSizedBuffer

func (m *WlstSlu_7300_BaseSluitemData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_BaseSluitemData) ProtoMessage

func (*WlstSlu_7300_BaseSluitemData) ProtoMessage()

func (*WlstSlu_7300_BaseSluitemData) Reset

func (m *WlstSlu_7300_BaseSluitemData) Reset()

func (*WlstSlu_7300_BaseSluitemData) Size

func (m *WlstSlu_7300_BaseSluitemData) Size() (n int)

func (*WlstSlu_7300_BaseSluitemData) String

func (*WlstSlu_7300_BaseSluitemData) Unmarshal

func (m *WlstSlu_7300_BaseSluitemData) Unmarshal(dAtA []byte) error

func (*WlstSlu_7300_BaseSluitemData) XXX_DiscardUnknown

func (m *WlstSlu_7300_BaseSluitemData) XXX_DiscardUnknown()

func (*WlstSlu_7300_BaseSluitemData) XXX_Marshal

func (m *WlstSlu_7300_BaseSluitemData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_BaseSluitemData) XXX_Merge

func (m *WlstSlu_7300_BaseSluitemData) XXX_Merge(src proto.Message)

func (*WlstSlu_7300_BaseSluitemData) XXX_Size

func (m *WlstSlu_7300_BaseSluitemData) XXX_Size() int

func (*WlstSlu_7300_BaseSluitemData) XXX_Unmarshal

func (m *WlstSlu_7300_BaseSluitemData) XXX_Unmarshal(b []byte) error

type WlstSlu_7300_BaseSluitemData_LightData

type WlstSlu_7300_BaseSluitemData_LightData struct {
	// 电压
	Voltage float64 `protobuf:"fixed64,1,opt,name=voltage,proto3" json:"voltage,omitempty"`
	// 电流
	Current float64 `protobuf:"fixed64,2,opt,name=current,proto3" json:"current,omitempty"`
	// 有功功率
	ActivePower float64 `protobuf:"fixed64,3,opt,name=active_power,json=activePower,proto3" json:"active_power,omitempty"`
	// 电量
	Electricity float64 `protobuf:"fixed64,4,opt,name=electricity,proto3" json:"electricity,omitempty"`
	// 运行时间
	ActiveTime float64 `protobuf:"fixed64,5,opt,name=active_time,json=activeTime,proto3" json:"active_time,omitempty"`
	// 节能档位
	PowerLevel int32 `protobuf:"varint,6,opt,name=power_level,json=powerLevel,proto3" json:"power_level,omitempty"`
}

func (*WlstSlu_7300_BaseSluitemData_LightData) Descriptor

func (*WlstSlu_7300_BaseSluitemData_LightData) Descriptor() ([]byte, []int)

func (*WlstSlu_7300_BaseSluitemData_LightData) GetActivePower

func (m *WlstSlu_7300_BaseSluitemData_LightData) GetActivePower() float64

func (*WlstSlu_7300_BaseSluitemData_LightData) GetActiveTime

func (*WlstSlu_7300_BaseSluitemData_LightData) GetCurrent

func (*WlstSlu_7300_BaseSluitemData_LightData) GetElectricity

func (m *WlstSlu_7300_BaseSluitemData_LightData) GetElectricity() float64

func (*WlstSlu_7300_BaseSluitemData_LightData) GetPowerLevel

func (m *WlstSlu_7300_BaseSluitemData_LightData) GetPowerLevel() int32

func (*WlstSlu_7300_BaseSluitemData_LightData) GetVoltage

func (*WlstSlu_7300_BaseSluitemData_LightData) Marshal

func (m *WlstSlu_7300_BaseSluitemData_LightData) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_BaseSluitemData_LightData) MarshalTo

func (m *WlstSlu_7300_BaseSluitemData_LightData) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_BaseSluitemData_LightData) MarshalToSizedBuffer

func (m *WlstSlu_7300_BaseSluitemData_LightData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_BaseSluitemData_LightData) ProtoMessage

func (*WlstSlu_7300_BaseSluitemData_LightData) Reset

func (*WlstSlu_7300_BaseSluitemData_LightData) Size

func (*WlstSlu_7300_BaseSluitemData_LightData) String

func (*WlstSlu_7300_BaseSluitemData_LightData) Unmarshal

func (m *WlstSlu_7300_BaseSluitemData_LightData) Unmarshal(dAtA []byte) error

func (*WlstSlu_7300_BaseSluitemData_LightData) XXX_DiscardUnknown

func (m *WlstSlu_7300_BaseSluitemData_LightData) XXX_DiscardUnknown()

func (*WlstSlu_7300_BaseSluitemData_LightData) XXX_Marshal

func (m *WlstSlu_7300_BaseSluitemData_LightData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_BaseSluitemData_LightData) XXX_Merge

func (*WlstSlu_7300_BaseSluitemData_LightData) XXX_Size

func (*WlstSlu_7300_BaseSluitemData_LightData) XXX_Unmarshal

func (m *WlstSlu_7300_BaseSluitemData_LightData) XXX_Unmarshal(b []byte) error

type WlstSlu_7300_BaseSluitemData_LightStatus

type WlstSlu_7300_BaseSluitemData_LightStatus struct {
	// 功率状态 0-正常,1-功率越上限,2-功率越下限
	PowerStatus int32 `protobuf:"varint,1,opt,name=power_status,json=powerStatus,proto3" json:"power_status,omitempty"`
	// 灯具漏电 0-正常,1-漏电
	Leakage int32 `protobuf:"varint,2,opt,name=leakage,proto3" json:"leakage,omitempty"`
	// 故障
	// 0-正常,1-光源故障,2-补偿电容故障,3-意外灭灯,4-意外亮灯,5-自熄灯,6-控制器断电告警(苏州),7-继电器故障
	Fault int32 `protobuf:"varint,3,opt,name=fault,proto3" json:"fault,omitempty"`
	// 工作状态 0-正常亮灯,1-一档节能,2-二档节能,3-关灯
	WorkingOn int32 `protobuf:"varint,4,opt,name=working_on,json=workingOn,proto3" json:"working_on,omitempty"`
}

func (*WlstSlu_7300_BaseSluitemData_LightStatus) Descriptor

func (*WlstSlu_7300_BaseSluitemData_LightStatus) Descriptor() ([]byte, []int)

func (*WlstSlu_7300_BaseSluitemData_LightStatus) GetFault

func (*WlstSlu_7300_BaseSluitemData_LightStatus) GetLeakage

func (*WlstSlu_7300_BaseSluitemData_LightStatus) GetPowerStatus

func (m *WlstSlu_7300_BaseSluitemData_LightStatus) GetPowerStatus() int32

func (*WlstSlu_7300_BaseSluitemData_LightStatus) GetWorkingOn

func (*WlstSlu_7300_BaseSluitemData_LightStatus) Marshal

func (m *WlstSlu_7300_BaseSluitemData_LightStatus) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_BaseSluitemData_LightStatus) MarshalTo

func (m *WlstSlu_7300_BaseSluitemData_LightStatus) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_BaseSluitemData_LightStatus) MarshalToSizedBuffer

func (m *WlstSlu_7300_BaseSluitemData_LightStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_BaseSluitemData_LightStatus) ProtoMessage

func (*WlstSlu_7300_BaseSluitemData_LightStatus) Reset

func (*WlstSlu_7300_BaseSluitemData_LightStatus) Size

func (*WlstSlu_7300_BaseSluitemData_LightStatus) String

func (*WlstSlu_7300_BaseSluitemData_LightStatus) Unmarshal

func (*WlstSlu_7300_BaseSluitemData_LightStatus) XXX_DiscardUnknown

func (m *WlstSlu_7300_BaseSluitemData_LightStatus) XXX_DiscardUnknown()

func (*WlstSlu_7300_BaseSluitemData_LightStatus) XXX_Marshal

func (m *WlstSlu_7300_BaseSluitemData_LightStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_BaseSluitemData_LightStatus) XXX_Merge

func (*WlstSlu_7300_BaseSluitemData_LightStatus) XXX_Size

func (*WlstSlu_7300_BaseSluitemData_LightStatus) XXX_Unmarshal

func (m *WlstSlu_7300_BaseSluitemData_LightStatus) XXX_Unmarshal(b []byte) error

type WlstSlu_7300_BaseSluitemData_SluitemStatus

type WlstSlu_7300_BaseSluitemData_SluitemStatus struct {
	// 状态 0-正常,1-电压越上限,2-电压越下限,3-通讯故障
	Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// 已校准 0-未校准,1-已校准
	Adjust int32 `protobuf:"varint,2,opt,name=adjust,proto3" json:"adjust,omitempty"`
	// 工作参数设置 0-未设置,1-已设置
	WorkingArgs int32 `protobuf:"varint,3,opt,name=working_args,json=workingArgs,proto3" json:"working_args,omitempty"`
	// 禁止主动报警 0-允许,1-禁止
	NoAlarm int32 `protobuf:"varint,4,opt,name=no_alarm,json=noAlarm,proto3" json:"no_alarm,omitempty"`
	// 停运 0-正常,1-停运
	OffLine int32 `protobuf:"varint,5,opt,name=off_line,json=offLine,proto3" json:"off_line,omitempty"`
	// EEPROM故障 0-正常,1-故障
	EepromError int32 `protobuf:"varint,6,opt,name=eeprom_error,json=eepromError,proto3" json:"eeprom_error,omitempty"`
	// 温度传感器故障 0-正常,1-故障
	TemperatureSensor int32 `protobuf:"varint,7,opt,name=temperature_sensor,json=temperatureSensor,proto3" json:"temperature_sensor,omitempty"`
}

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) Descriptor

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) GetAdjust

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) GetEepromError

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) GetNoAlarm

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) GetOffLine

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) GetStatus

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) GetTemperatureSensor

func (m *WlstSlu_7300_BaseSluitemData_SluitemStatus) GetTemperatureSensor() int32

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) GetWorkingArgs

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) Marshal

func (m *WlstSlu_7300_BaseSluitemData_SluitemStatus) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) MarshalTo

func (m *WlstSlu_7300_BaseSluitemData_SluitemStatus) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) MarshalToSizedBuffer

func (m *WlstSlu_7300_BaseSluitemData_SluitemStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) ProtoMessage

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) Reset

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) Size

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) String

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) Unmarshal

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) XXX_DiscardUnknown

func (m *WlstSlu_7300_BaseSluitemData_SluitemStatus) XXX_DiscardUnknown()

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) XXX_Marshal

func (m *WlstSlu_7300_BaseSluitemData_SluitemStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) XXX_Merge

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) XXX_Size

func (*WlstSlu_7300_BaseSluitemData_SluitemStatus) XXX_Unmarshal

type WlstSlu_7300_ConcentratorData

type WlstSlu_7300_ConcentratorData struct {
	// 复位次数
	ResetCount []int32 `protobuf:"varint,1,rep,packed,name=reset_count,json=resetCount,proto3" json:"reset_count,omitempty"`
	// 集中器状态
	RunStatus *WlstSlu_7300_ConcentratorData_RunStatus `protobuf:"bytes,2,opt,name=run_status,json=runStatus,proto3" json:"run_status,omitempty"`
	// 参数状态
	ArgsStatus *WlstSlu_7300_ConcentratorData_ArgsStatus `protobuf:"bytes,3,opt,name=args_status,json=argsStatus,proto3" json:"args_status,omitempty"`
	// 硬件状态
	HardwareStatus *WlstSlu_7300_ConcentratorData_HardwareStatus `protobuf:"bytes,4,opt,name=hardware_status,json=hardwareStatus,proto3" json:"hardware_status,omitempty"`
	// 未知控制器
	UnknowSluitemCount int32 `protobuf:"varint,5,opt,name=unknow_sluitem_count,json=unknowSluitemCount,proto3" json:"unknow_sluitem_count,omitempty"`
	// 通信信道 -10为当前值
	CommunicationChannel int32 `protobuf:"varint,6,opt,name=communication_channel,json=communicationChannel,proto3" json:"communication_channel,omitempty"`
}

func (*WlstSlu_7300_ConcentratorData) Descriptor

func (*WlstSlu_7300_ConcentratorData) Descriptor() ([]byte, []int)

func (*WlstSlu_7300_ConcentratorData) GetArgsStatus

func (*WlstSlu_7300_ConcentratorData) GetCommunicationChannel

func (m *WlstSlu_7300_ConcentratorData) GetCommunicationChannel() int32

func (*WlstSlu_7300_ConcentratorData) GetHardwareStatus

func (*WlstSlu_7300_ConcentratorData) GetResetCount

func (m *WlstSlu_7300_ConcentratorData) GetResetCount() []int32

func (*WlstSlu_7300_ConcentratorData) GetRunStatus

func (*WlstSlu_7300_ConcentratorData) GetUnknowSluitemCount

func (m *WlstSlu_7300_ConcentratorData) GetUnknowSluitemCount() int32

func (*WlstSlu_7300_ConcentratorData) Marshal

func (m *WlstSlu_7300_ConcentratorData) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_ConcentratorData) MarshalTo

func (m *WlstSlu_7300_ConcentratorData) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_ConcentratorData) MarshalToSizedBuffer

func (m *WlstSlu_7300_ConcentratorData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_ConcentratorData) ProtoMessage

func (*WlstSlu_7300_ConcentratorData) ProtoMessage()

func (*WlstSlu_7300_ConcentratorData) Reset

func (m *WlstSlu_7300_ConcentratorData) Reset()

func (*WlstSlu_7300_ConcentratorData) Size

func (m *WlstSlu_7300_ConcentratorData) Size() (n int)

func (*WlstSlu_7300_ConcentratorData) String

func (*WlstSlu_7300_ConcentratorData) Unmarshal

func (m *WlstSlu_7300_ConcentratorData) Unmarshal(dAtA []byte) error

func (*WlstSlu_7300_ConcentratorData) XXX_DiscardUnknown

func (m *WlstSlu_7300_ConcentratorData) XXX_DiscardUnknown()

func (*WlstSlu_7300_ConcentratorData) XXX_Marshal

func (m *WlstSlu_7300_ConcentratorData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_ConcentratorData) XXX_Merge

func (m *WlstSlu_7300_ConcentratorData) XXX_Merge(src proto.Message)

func (*WlstSlu_7300_ConcentratorData) XXX_Size

func (m *WlstSlu_7300_ConcentratorData) XXX_Size() int

func (*WlstSlu_7300_ConcentratorData) XXX_Unmarshal

func (m *WlstSlu_7300_ConcentratorData) XXX_Unmarshal(b []byte) error

type WlstSlu_7300_ConcentratorData_ArgsStatus

type WlstSlu_7300_ConcentratorData_ArgsStatus struct {
	// 集中器参数错误
	ConcentratorArgsError int32 `` /* 127-byte string literal not displayed */
	// 控制器参数错误
	SluitemArgsError int32 `protobuf:"varint,2,opt,name=sluitem_args_error,json=sluitemArgsError,proto3" json:"sluitem_args_error,omitempty"`
	// 开关灯控制参数错误
	TurnOnoffError int32 `protobuf:"varint,3,opt,name=turn_onoff_error,json=turnOnoffError,proto3" json:"turn_onoff_error,omitempty"`
}

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) Descriptor

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) Descriptor() ([]byte, []int)

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) GetConcentratorArgsError

func (m *WlstSlu_7300_ConcentratorData_ArgsStatus) GetConcentratorArgsError() int32

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) GetSluitemArgsError

func (m *WlstSlu_7300_ConcentratorData_ArgsStatus) GetSluitemArgsError() int32

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) GetTurnOnoffError

func (m *WlstSlu_7300_ConcentratorData_ArgsStatus) GetTurnOnoffError() int32

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) Marshal

func (m *WlstSlu_7300_ConcentratorData_ArgsStatus) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) MarshalTo

func (m *WlstSlu_7300_ConcentratorData_ArgsStatus) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) MarshalToSizedBuffer

func (m *WlstSlu_7300_ConcentratorData_ArgsStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) ProtoMessage

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) Reset

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) Size

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) String

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) Unmarshal

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) XXX_DiscardUnknown

func (m *WlstSlu_7300_ConcentratorData_ArgsStatus) XXX_DiscardUnknown()

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) XXX_Marshal

func (m *WlstSlu_7300_ConcentratorData_ArgsStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) XXX_Merge

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) XXX_Size

func (*WlstSlu_7300_ConcentratorData_ArgsStatus) XXX_Unmarshal

func (m *WlstSlu_7300_ConcentratorData_ArgsStatus) XXX_Unmarshal(b []byte) error

type WlstSlu_7300_ConcentratorData_HardwareStatus

type WlstSlu_7300_ConcentratorData_HardwareStatus struct {
	// zigbee模块出错
	ZigbeeError int32 `protobuf:"varint,1,opt,name=zigbee_error,json=zigbeeError,proto3" json:"zigbee_error,omitempty"`
	// 电力载波模块出错
	CarrierError int32 `protobuf:"varint,2,opt,name=carrier_error,json=carrierError,proto3" json:"carrier_error,omitempty"`
	// fram出错
	FramError int32 `protobuf:"varint,3,opt,name=fram_error,json=framError,proto3" json:"fram_error,omitempty"`
	// 蓝牙模块出错
	BluetoothError int32 `protobuf:"varint,4,opt,name=bluetooth_error,json=bluetoothError,proto3" json:"bluetooth_error,omitempty"`
	// 硬件时钟出错
	TimerError int32 `protobuf:"varint,5,opt,name=timer_error,json=timerError,proto3" json:"timer_error,omitempty"`
}

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) Descriptor

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) GetBluetoothError

func (m *WlstSlu_7300_ConcentratorData_HardwareStatus) GetBluetoothError() int32

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) GetCarrierError

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) GetFramError

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) GetTimerError

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) GetZigbeeError

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) Marshal

func (m *WlstSlu_7300_ConcentratorData_HardwareStatus) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) MarshalTo

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) MarshalToSizedBuffer

func (m *WlstSlu_7300_ConcentratorData_HardwareStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) ProtoMessage

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) Reset

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) Size

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) String

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) Unmarshal

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) XXX_DiscardUnknown

func (m *WlstSlu_7300_ConcentratorData_HardwareStatus) XXX_DiscardUnknown()

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) XXX_Marshal

func (m *WlstSlu_7300_ConcentratorData_HardwareStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) XXX_Merge

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) XXX_Size

func (*WlstSlu_7300_ConcentratorData_HardwareStatus) XXX_Unmarshal

type WlstSlu_7300_ConcentratorData_RunStatus

type WlstSlu_7300_ConcentratorData_RunStatus struct {
	// 停运 0-正常,1-停运
	Offline int32 `protobuf:"varint,1,opt,name=offline,proto3" json:"offline,omitempty"`
	// 允许主报 0-禁止主报,1-允许主报
	EnableAlarm int32 `protobuf:"varint,2,opt,name=enable_alarm,json=enableAlarm,proto3" json:"enable_alarm,omitempty"`
	// 开机申请 0-非开机,1-开机
	PoweronMark int32 `protobuf:"varint,3,opt,name=poweron_mark,json=poweronMark,proto3" json:"poweron_mark,omitempty"`
	// gprs通讯 0-485,1-gprs
	EnableGprs int32 `protobuf:"varint,4,opt,name=enable_gprs,json=enableGprs,proto3" json:"enable_gprs,omitempty"`
	// 允许巡测 0-不允许,1-允许
	EnableAutochk int32 `protobuf:"varint,5,opt,name=enable_autochk,json=enableAutochk,proto3" json:"enable_autochk,omitempty"`
}

func (*WlstSlu_7300_ConcentratorData_RunStatus) Descriptor

func (*WlstSlu_7300_ConcentratorData_RunStatus) Descriptor() ([]byte, []int)

func (*WlstSlu_7300_ConcentratorData_RunStatus) GetEnableAlarm

func (m *WlstSlu_7300_ConcentratorData_RunStatus) GetEnableAlarm() int32

func (*WlstSlu_7300_ConcentratorData_RunStatus) GetEnableAutochk

func (m *WlstSlu_7300_ConcentratorData_RunStatus) GetEnableAutochk() int32

func (*WlstSlu_7300_ConcentratorData_RunStatus) GetEnableGprs

func (*WlstSlu_7300_ConcentratorData_RunStatus) GetOffline

func (*WlstSlu_7300_ConcentratorData_RunStatus) GetPoweronMark

func (m *WlstSlu_7300_ConcentratorData_RunStatus) GetPoweronMark() int32

func (*WlstSlu_7300_ConcentratorData_RunStatus) Marshal

func (m *WlstSlu_7300_ConcentratorData_RunStatus) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_ConcentratorData_RunStatus) MarshalTo

func (m *WlstSlu_7300_ConcentratorData_RunStatus) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_ConcentratorData_RunStatus) MarshalToSizedBuffer

func (m *WlstSlu_7300_ConcentratorData_RunStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_ConcentratorData_RunStatus) ProtoMessage

func (*WlstSlu_7300_ConcentratorData_RunStatus) Reset

func (*WlstSlu_7300_ConcentratorData_RunStatus) Size

func (*WlstSlu_7300_ConcentratorData_RunStatus) String

func (*WlstSlu_7300_ConcentratorData_RunStatus) Unmarshal

func (m *WlstSlu_7300_ConcentratorData_RunStatus) Unmarshal(dAtA []byte) error

func (*WlstSlu_7300_ConcentratorData_RunStatus) XXX_DiscardUnknown

func (m *WlstSlu_7300_ConcentratorData_RunStatus) XXX_DiscardUnknown()

func (*WlstSlu_7300_ConcentratorData_RunStatus) XXX_Marshal

func (m *WlstSlu_7300_ConcentratorData_RunStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_ConcentratorData_RunStatus) XXX_Merge

func (*WlstSlu_7300_ConcentratorData_RunStatus) XXX_Size

func (*WlstSlu_7300_ConcentratorData_RunStatus) XXX_Unmarshal

func (m *WlstSlu_7300_ConcentratorData_RunStatus) XXX_Unmarshal(b []byte) error

type WlstSlu_7300_ModelInfo

type WlstSlu_7300_ModelInfo struct {
	// 控制器回路
	SluitemLoop int32 `protobuf:"varint,1,opt,name=sluitem_loop,json=sluitemLoop,proto3" json:"sluitem_loop,omitempty"`
	// 节能方式 0-无控制,1-只有开关灯,2-一档节能,3-二档节能,4-RS485,5-PWM
	PowerSaving int32 `protobuf:"varint,2,opt,name=power_saving,json=powerSaving,proto3" json:"power_saving,omitempty"`
	// 漏电流测量 0-无,1-有
	HasLeakage int32 `protobuf:"varint,3,opt,name=has_leakage,json=hasLeakage,proto3" json:"has_leakage,omitempty"`
	// 温度采集 0-无,1-有
	HasTemperature int32 `protobuf:"varint,4,opt,name=has_temperature,json=hasTemperature,proto3" json:"has_temperature,omitempty"`
	// 时钟 0-无,1-有
	HasTimer int32 `protobuf:"varint,5,opt,name=has_timer,json=hasTimer,proto3" json:"has_timer,omitempty"`
	// 型号 0-unknow,1-wj2090j
	Model int32 `protobuf:"varint,6,opt,name=model,proto3" json:"model,omitempty"`
	// 字符串型号
	SluitemType string `protobuf:"bytes,7,opt,name=sluitem_type,json=sluitemType,proto3" json:"sluitem_type,omitempty"`
}

func (*WlstSlu_7300_ModelInfo) Descriptor

func (*WlstSlu_7300_ModelInfo) Descriptor() ([]byte, []int)

func (*WlstSlu_7300_ModelInfo) GetHasLeakage

func (m *WlstSlu_7300_ModelInfo) GetHasLeakage() int32

func (*WlstSlu_7300_ModelInfo) GetHasTemperature

func (m *WlstSlu_7300_ModelInfo) GetHasTemperature() int32

func (*WlstSlu_7300_ModelInfo) GetHasTimer

func (m *WlstSlu_7300_ModelInfo) GetHasTimer() int32

func (*WlstSlu_7300_ModelInfo) GetModel

func (m *WlstSlu_7300_ModelInfo) GetModel() int32

func (*WlstSlu_7300_ModelInfo) GetPowerSaving

func (m *WlstSlu_7300_ModelInfo) GetPowerSaving() int32

func (*WlstSlu_7300_ModelInfo) GetSluitemLoop

func (m *WlstSlu_7300_ModelInfo) GetSluitemLoop() int32

func (*WlstSlu_7300_ModelInfo) GetSluitemType

func (m *WlstSlu_7300_ModelInfo) GetSluitemType() string

func (*WlstSlu_7300_ModelInfo) Marshal

func (m *WlstSlu_7300_ModelInfo) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_ModelInfo) MarshalTo

func (m *WlstSlu_7300_ModelInfo) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_ModelInfo) MarshalToSizedBuffer

func (m *WlstSlu_7300_ModelInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_ModelInfo) ProtoMessage

func (*WlstSlu_7300_ModelInfo) ProtoMessage()

func (*WlstSlu_7300_ModelInfo) Reset

func (m *WlstSlu_7300_ModelInfo) Reset()

func (*WlstSlu_7300_ModelInfo) Size

func (m *WlstSlu_7300_ModelInfo) Size() (n int)

func (*WlstSlu_7300_ModelInfo) String

func (m *WlstSlu_7300_ModelInfo) String() string

func (*WlstSlu_7300_ModelInfo) Unmarshal

func (m *WlstSlu_7300_ModelInfo) Unmarshal(dAtA []byte) error

func (*WlstSlu_7300_ModelInfo) XXX_DiscardUnknown

func (m *WlstSlu_7300_ModelInfo) XXX_DiscardUnknown()

func (*WlstSlu_7300_ModelInfo) XXX_Marshal

func (m *WlstSlu_7300_ModelInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_ModelInfo) XXX_Merge

func (m *WlstSlu_7300_ModelInfo) XXX_Merge(src proto.Message)

func (*WlstSlu_7300_ModelInfo) XXX_Size

func (m *WlstSlu_7300_ModelInfo) XXX_Size() int

func (*WlstSlu_7300_ModelInfo) XXX_Unmarshal

func (m *WlstSlu_7300_ModelInfo) XXX_Unmarshal(b []byte) error

type WlstSlu_7300_SluitemPhyinfo

type WlstSlu_7300_SluitemPhyinfo struct {
	// 信号强度
	SignalStrength int32 `protobuf:"varint,1,opt,name=signal_strength,json=signalStrength,proto3" json:"signal_strength,omitempty"`
	// 路由级数 电力载波 0-6,zigbee 0-10
	Routing int32 `protobuf:"varint,2,opt,name=routing,proto3" json:"routing,omitempty"`
	// 所在相位 0-无法确定,1-A,2-B,3-C
	Phase int32 `protobuf:"varint,3,opt,name=phase,proto3" json:"phase,omitempty"`
	// 通信成功次数 1-16
	UsefulCommunicate int32 `protobuf:"varint,4,opt,name=useful_communicate,json=usefulCommunicate,proto3" json:"useful_communicate,omitempty"`
	// 通信总次数 1-16
	AllCommunicate int32 `protobuf:"varint,5,opt,name=all_communicate,json=allCommunicate,proto3" json:"all_communicate,omitempty"`
	// 型号信息
	ModelInfo *WlstSlu_7300_ModelInfo `protobuf:"bytes,6,opt,name=model_info,json=modelInfo,proto3" json:"model_info,omitempty"`
}

func (*WlstSlu_7300_SluitemPhyinfo) Descriptor

func (*WlstSlu_7300_SluitemPhyinfo) Descriptor() ([]byte, []int)

func (*WlstSlu_7300_SluitemPhyinfo) GetAllCommunicate

func (m *WlstSlu_7300_SluitemPhyinfo) GetAllCommunicate() int32

func (*WlstSlu_7300_SluitemPhyinfo) GetModelInfo

func (*WlstSlu_7300_SluitemPhyinfo) GetPhase

func (m *WlstSlu_7300_SluitemPhyinfo) GetPhase() int32

func (*WlstSlu_7300_SluitemPhyinfo) GetRouting

func (m *WlstSlu_7300_SluitemPhyinfo) GetRouting() int32

func (*WlstSlu_7300_SluitemPhyinfo) GetSignalStrength

func (m *WlstSlu_7300_SluitemPhyinfo) GetSignalStrength() int32

func (*WlstSlu_7300_SluitemPhyinfo) GetUsefulCommunicate

func (m *WlstSlu_7300_SluitemPhyinfo) GetUsefulCommunicate() int32

func (*WlstSlu_7300_SluitemPhyinfo) Marshal

func (m *WlstSlu_7300_SluitemPhyinfo) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_SluitemPhyinfo) MarshalTo

func (m *WlstSlu_7300_SluitemPhyinfo) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_SluitemPhyinfo) MarshalToSizedBuffer

func (m *WlstSlu_7300_SluitemPhyinfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_SluitemPhyinfo) ProtoMessage

func (*WlstSlu_7300_SluitemPhyinfo) ProtoMessage()

func (*WlstSlu_7300_SluitemPhyinfo) Reset

func (m *WlstSlu_7300_SluitemPhyinfo) Reset()

func (*WlstSlu_7300_SluitemPhyinfo) Size

func (m *WlstSlu_7300_SluitemPhyinfo) Size() (n int)

func (*WlstSlu_7300_SluitemPhyinfo) String

func (m *WlstSlu_7300_SluitemPhyinfo) String() string

func (*WlstSlu_7300_SluitemPhyinfo) Unmarshal

func (m *WlstSlu_7300_SluitemPhyinfo) Unmarshal(dAtA []byte) error

func (*WlstSlu_7300_SluitemPhyinfo) XXX_DiscardUnknown

func (m *WlstSlu_7300_SluitemPhyinfo) XXX_DiscardUnknown()

func (*WlstSlu_7300_SluitemPhyinfo) XXX_Marshal

func (m *WlstSlu_7300_SluitemPhyinfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_SluitemPhyinfo) XXX_Merge

func (m *WlstSlu_7300_SluitemPhyinfo) XXX_Merge(src proto.Message)

func (*WlstSlu_7300_SluitemPhyinfo) XXX_Size

func (m *WlstSlu_7300_SluitemPhyinfo) XXX_Size() int

func (*WlstSlu_7300_SluitemPhyinfo) XXX_Unmarshal

func (m *WlstSlu_7300_SluitemPhyinfo) XXX_Unmarshal(b []byte) error

type WlstSlu_7300_UnknowSluitem

type WlstSlu_7300_UnknowSluitem struct {
	// 条码
	SluitemIdx int64 `protobuf:"varint,1,opt,name=sluitem_idx,json=sluitemIdx,proto3" json:"sluitem_idx,omitempty"`
	// 型号信息
	ModelInfo *WlstSlu_7300_ModelInfo `protobuf:"bytes,2,opt,name=model_info,json=modelInfo,proto3" json:"model_info,omitempty"`
}

func (*WlstSlu_7300_UnknowSluitem) Descriptor

func (*WlstSlu_7300_UnknowSluitem) Descriptor() ([]byte, []int)

func (*WlstSlu_7300_UnknowSluitem) GetModelInfo

func (*WlstSlu_7300_UnknowSluitem) GetSluitemIdx

func (m *WlstSlu_7300_UnknowSluitem) GetSluitemIdx() int64

func (*WlstSlu_7300_UnknowSluitem) Marshal

func (m *WlstSlu_7300_UnknowSluitem) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7300_UnknowSluitem) MarshalTo

func (m *WlstSlu_7300_UnknowSluitem) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7300_UnknowSluitem) MarshalToSizedBuffer

func (m *WlstSlu_7300_UnknowSluitem) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7300_UnknowSluitem) ProtoMessage

func (*WlstSlu_7300_UnknowSluitem) ProtoMessage()

func (*WlstSlu_7300_UnknowSluitem) Reset

func (m *WlstSlu_7300_UnknowSluitem) Reset()

func (*WlstSlu_7300_UnknowSluitem) Size

func (m *WlstSlu_7300_UnknowSluitem) Size() (n int)

func (*WlstSlu_7300_UnknowSluitem) String

func (m *WlstSlu_7300_UnknowSluitem) String() string

func (*WlstSlu_7300_UnknowSluitem) Unmarshal

func (m *WlstSlu_7300_UnknowSluitem) Unmarshal(dAtA []byte) error

func (*WlstSlu_7300_UnknowSluitem) XXX_DiscardUnknown

func (m *WlstSlu_7300_UnknowSluitem) XXX_DiscardUnknown()

func (*WlstSlu_7300_UnknowSluitem) XXX_Marshal

func (m *WlstSlu_7300_UnknowSluitem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7300_UnknowSluitem) XXX_Merge

func (m *WlstSlu_7300_UnknowSluitem) XXX_Merge(src proto.Message)

func (*WlstSlu_7300_UnknowSluitem) XXX_Size

func (m *WlstSlu_7300_UnknowSluitem) XXX_Size() int

func (*WlstSlu_7300_UnknowSluitem) XXX_Unmarshal

func (m *WlstSlu_7300_UnknowSluitem) XXX_Unmarshal(b []byte) error

type WlstSlu_7400

type WlstSlu_7400 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 指令类型 0-清除,1-定时,2-经纬度,3-即时
	OperationType int32 `protobuf:"varint,2,opt,name=operation_type,json=operationType,proto3" json:"operation_type,omitempty"`
	// 操作顺序 0-广播,1-依次
	OperationOrder int32 `protobuf:"varint,3,opt,name=operation_order,json=operationOrder,proto3" json:"operation_order,omitempty"`
	// 地址类型 0-全部,1-组,2-规则,3-单一,4-gprs
	AddrType int32 `protobuf:"varint,4,opt,name=addr_type,json=addrType,proto3" json:"addr_type,omitempty"`
	// 地址(需要操作的序号)
	// int32 addr = 5;
	// gprs操作地址
	Addrs []int32 `protobuf:"varint,6,rep,packed,name=addrs,proto3" json:"addrs,omitempty"`
	// 周设置
	WeekSet []int32 `protobuf:"varint,7,rep,packed,name=week_set,json=weekSet,proto3" json:"week_set,omitempty"`
	// 定时 hh:mm->int32 或偏移量 依据 operation_type定
	TimerOrOffset int32 `protobuf:"varint,8,opt,name=timer_or_offset,json=timerOrOffset,proto3" json:"timer_or_offset,omitempty"`
	// 操作类型 3-经纬度关灯,4-混合控制,5-pwm调节,6-485调节
	CmdType int32 `protobuf:"varint,9,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"`
	// 混合回路操作
	// 0-不操作,1-开灯,2-1档节能,3-2档节能,4-关灯(经纬度关灯时,cmd_type<4视为不操作)
	CmdMix []int32 `protobuf:"varint,10,rep,packed,name=cmd_mix,json=cmdMix,proto3" json:"cmd_mix,omitempty"`
	// pwm功率调节
	CmdPwm *WlstSlu_7400_CmdPwm `protobuf:"bytes,11,opt,name=cmd_pwm,json=cmdPwm,proto3" json:"cmd_pwm,omitempty"`
}

Wlst_slu_7d00

func (*WlstSlu_7400) Descriptor

func (*WlstSlu_7400) Descriptor() ([]byte, []int)

func (*WlstSlu_7400) GetAddrType

func (m *WlstSlu_7400) GetAddrType() int32

func (*WlstSlu_7400) GetAddrs

func (m *WlstSlu_7400) GetAddrs() []int32

func (*WlstSlu_7400) GetCmdIdx

func (m *WlstSlu_7400) GetCmdIdx() int32

func (*WlstSlu_7400) GetCmdMix

func (m *WlstSlu_7400) GetCmdMix() []int32

func (*WlstSlu_7400) GetCmdPwm

func (m *WlstSlu_7400) GetCmdPwm() *WlstSlu_7400_CmdPwm

func (*WlstSlu_7400) GetCmdType

func (m *WlstSlu_7400) GetCmdType() int32

func (*WlstSlu_7400) GetOperationOrder

func (m *WlstSlu_7400) GetOperationOrder() int32

func (*WlstSlu_7400) GetOperationType

func (m *WlstSlu_7400) GetOperationType() int32

func (*WlstSlu_7400) GetTimerOrOffset

func (m *WlstSlu_7400) GetTimerOrOffset() int32

func (*WlstSlu_7400) GetWeekSet

func (m *WlstSlu_7400) GetWeekSet() []int32

func (*WlstSlu_7400) Marshal

func (m *WlstSlu_7400) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7400) MarshalTo

func (m *WlstSlu_7400) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7400) MarshalToSizedBuffer

func (m *WlstSlu_7400) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7400) ProtoMessage

func (*WlstSlu_7400) ProtoMessage()

func (*WlstSlu_7400) Reset

func (m *WlstSlu_7400) Reset()

func (*WlstSlu_7400) Size

func (m *WlstSlu_7400) Size() (n int)

func (*WlstSlu_7400) String

func (m *WlstSlu_7400) String() string

func (*WlstSlu_7400) Unmarshal

func (m *WlstSlu_7400) Unmarshal(dAtA []byte) error

func (*WlstSlu_7400) XXX_DiscardUnknown

func (m *WlstSlu_7400) XXX_DiscardUnknown()

func (*WlstSlu_7400) XXX_Marshal

func (m *WlstSlu_7400) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7400) XXX_Merge

func (m *WlstSlu_7400) XXX_Merge(src proto.Message)

func (*WlstSlu_7400) XXX_Size

func (m *WlstSlu_7400) XXX_Size() int

func (*WlstSlu_7400) XXX_Unmarshal

func (m *WlstSlu_7400) XXX_Unmarshal(b []byte) error

type WlstSlu_7400_CmdPwm

type WlstSlu_7400_CmdPwm struct {
	// 回路(仅需要操作的回路序号)
	LoopCanDo []int32 `protobuf:"varint,1,rep,packed,name=loop_can_do,json=loopCanDo,proto3" json:"loop_can_do,omitempty"`
	// 比例 0-100 -> 0%-100%
	Scale int32 `protobuf:"varint,2,opt,name=scale,proto3" json:"scale,omitempty"`
	// 频率 /100为发送值
	Rate int32 `protobuf:"varint,3,opt,name=rate,proto3" json:"rate,omitempty"`
}

func (*WlstSlu_7400_CmdPwm) Descriptor

func (*WlstSlu_7400_CmdPwm) Descriptor() ([]byte, []int)

func (*WlstSlu_7400_CmdPwm) GetLoopCanDo

func (m *WlstSlu_7400_CmdPwm) GetLoopCanDo() []int32

func (*WlstSlu_7400_CmdPwm) GetRate

func (m *WlstSlu_7400_CmdPwm) GetRate() int32

func (*WlstSlu_7400_CmdPwm) GetScale

func (m *WlstSlu_7400_CmdPwm) GetScale() int32

func (*WlstSlu_7400_CmdPwm) Marshal

func (m *WlstSlu_7400_CmdPwm) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7400_CmdPwm) MarshalTo

func (m *WlstSlu_7400_CmdPwm) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7400_CmdPwm) MarshalToSizedBuffer

func (m *WlstSlu_7400_CmdPwm) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7400_CmdPwm) ProtoMessage

func (*WlstSlu_7400_CmdPwm) ProtoMessage()

func (*WlstSlu_7400_CmdPwm) Reset

func (m *WlstSlu_7400_CmdPwm) Reset()

func (*WlstSlu_7400_CmdPwm) Size

func (m *WlstSlu_7400_CmdPwm) Size() (n int)

func (*WlstSlu_7400_CmdPwm) String

func (m *WlstSlu_7400_CmdPwm) String() string

func (*WlstSlu_7400_CmdPwm) Unmarshal

func (m *WlstSlu_7400_CmdPwm) Unmarshal(dAtA []byte) error

func (*WlstSlu_7400_CmdPwm) XXX_DiscardUnknown

func (m *WlstSlu_7400_CmdPwm) XXX_DiscardUnknown()

func (*WlstSlu_7400_CmdPwm) XXX_Marshal

func (m *WlstSlu_7400_CmdPwm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7400_CmdPwm) XXX_Merge

func (m *WlstSlu_7400_CmdPwm) XXX_Merge(src proto.Message)

func (*WlstSlu_7400_CmdPwm) XXX_Size

func (m *WlstSlu_7400_CmdPwm) XXX_Size() int

func (*WlstSlu_7400_CmdPwm) XXX_Unmarshal

func (m *WlstSlu_7400_CmdPwm) XXX_Unmarshal(b []byte) error

type WlstSlu_7800

type WlstSlu_7800 struct {
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 事件类型,
	// 0-上电复位记录,1-开关灯操作记录,2-液晶操作记录,3-控制器告警记录,4-集中器告警记录,5-主站操作记录
	EventType int32 `protobuf:"varint,2,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`
	// 分类标记,默认0xff
	ClassType int32 `protobuf:"varint,3,opt,name=class_type,json=classType,proto3" json:"class_type,omitempty"`
	// 记录条数
	RecordCount int32 `protobuf:"varint,4,opt,name=record_count,json=recordCount,proto3" json:"record_count,omitempty"`
	// 开始时间
	DtStart int64 `protobuf:"varint,5,opt,name=dt_start,json=dtStart,proto3" json:"dt_start,omitempty"`
	// 结束时间
	DtEnd int64 `protobuf:"varint,6,opt,name=dt_end,json=dtEnd,proto3" json:"dt_end,omitempty"`
}

单灯事件查询

func (*WlstSlu_7800) Descriptor

func (*WlstSlu_7800) Descriptor() ([]byte, []int)

func (*WlstSlu_7800) GetClassType

func (m *WlstSlu_7800) GetClassType() int32

func (*WlstSlu_7800) GetCmdIdx

func (m *WlstSlu_7800) GetCmdIdx() int32

func (*WlstSlu_7800) GetDtEnd

func (m *WlstSlu_7800) GetDtEnd() int64

func (*WlstSlu_7800) GetDtStart

func (m *WlstSlu_7800) GetDtStart() int64

func (*WlstSlu_7800) GetEventType

func (m *WlstSlu_7800) GetEventType() int32

func (*WlstSlu_7800) GetRecordCount

func (m *WlstSlu_7800) GetRecordCount() int32

func (*WlstSlu_7800) Marshal

func (m *WlstSlu_7800) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7800) MarshalTo

func (m *WlstSlu_7800) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7800) MarshalToSizedBuffer

func (m *WlstSlu_7800) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7800) ProtoMessage

func (*WlstSlu_7800) ProtoMessage()

func (*WlstSlu_7800) Reset

func (m *WlstSlu_7800) Reset()

func (*WlstSlu_7800) Size

func (m *WlstSlu_7800) Size() (n int)

func (*WlstSlu_7800) String

func (m *WlstSlu_7800) String() string

func (*WlstSlu_7800) Unmarshal

func (m *WlstSlu_7800) Unmarshal(dAtA []byte) error

func (*WlstSlu_7800) XXX_DiscardUnknown

func (m *WlstSlu_7800) XXX_DiscardUnknown()

func (*WlstSlu_7800) XXX_Marshal

func (m *WlstSlu_7800) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7800) XXX_Merge

func (m *WlstSlu_7800) XXX_Merge(src proto.Message)

func (*WlstSlu_7800) XXX_Size

func (m *WlstSlu_7800) XXX_Size() int

func (*WlstSlu_7800) XXX_Unmarshal

func (m *WlstSlu_7800) XXX_Unmarshal(b []byte) error

type WlstSlu_7B00

type WlstSlu_7B00 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 起始地址
	SluitemIdx int32 `protobuf:"varint,2,opt,name=sluitem_idx,json=sluitemIdx,proto3" json:"sluitem_idx,omitempty"`
	// 记录数量
	DataCount int32 `protobuf:"varint,3,opt,name=data_count,json=dataCount,proto3" json:"data_count,omitempty"`
	// 控制参数
	OperationData []*WlstSlu_7B00_ReadConcentratorOperationData `protobuf:"bytes,4,rep,name=operation_data,json=operationData,proto3" json:"operation_data,omitempty"`
}

Wlst_slu_fb00

func (*WlstSlu_7B00) Descriptor

func (*WlstSlu_7B00) Descriptor() ([]byte, []int)

func (*WlstSlu_7B00) GetCmdIdx

func (m *WlstSlu_7B00) GetCmdIdx() int32

func (*WlstSlu_7B00) GetDataCount

func (m *WlstSlu_7B00) GetDataCount() int32

func (*WlstSlu_7B00) GetOperationData

func (*WlstSlu_7B00) GetSluitemIdx

func (m *WlstSlu_7B00) GetSluitemIdx() int32

func (*WlstSlu_7B00) Marshal

func (m *WlstSlu_7B00) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7B00) MarshalTo

func (m *WlstSlu_7B00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7B00) MarshalToSizedBuffer

func (m *WlstSlu_7B00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7B00) ProtoMessage

func (*WlstSlu_7B00) ProtoMessage()

func (*WlstSlu_7B00) Reset

func (m *WlstSlu_7B00) Reset()

func (*WlstSlu_7B00) Size

func (m *WlstSlu_7B00) Size() (n int)

func (*WlstSlu_7B00) String

func (m *WlstSlu_7B00) String() string

func (*WlstSlu_7B00) Unmarshal

func (m *WlstSlu_7B00) Unmarshal(dAtA []byte) error

func (*WlstSlu_7B00) XXX_DiscardUnknown

func (m *WlstSlu_7B00) XXX_DiscardUnknown()

func (*WlstSlu_7B00) XXX_Marshal

func (m *WlstSlu_7B00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7B00) XXX_Merge

func (m *WlstSlu_7B00) XXX_Merge(src proto.Message)

func (*WlstSlu_7B00) XXX_Size

func (m *WlstSlu_7B00) XXX_Size() int

func (*WlstSlu_7B00) XXX_Unmarshal

func (m *WlstSlu_7B00) XXX_Unmarshal(b []byte) error

type WlstSlu_7B00_ReadConcentratorOperationData

type WlstSlu_7B00_ReadConcentratorOperationData struct {
	// (集中器:操作顺序 0-广播,1-依次)(控制器:数据类型 0-base,1-adv)
	OperationOrder int32 `protobuf:"varint,1,opt,name=operation_order,json=operationOrder,proto3" json:"operation_order,omitempty"`
	// 指令类型 0-清除(发送到控制器时无此值),1-定时,2-经纬度,3-即时
	OperationType int32 `protobuf:"varint,2,opt,name=operation_type,json=operationType,proto3" json:"operation_type,omitempty"`
	// 周设置
	WeekSet []int32 `protobuf:"varint,3,rep,packed,name=week_set,json=weekSet,proto3" json:"week_set,omitempty"`
	// 定时 hh:mm->int32 或偏移量 依据 operation_type定
	TimerOrOffset int32 `protobuf:"varint,4,opt,name=timer_or_offset,json=timerOrOffset,proto3" json:"timer_or_offset,omitempty"`
	// 地址类型 0-全部,1-组,2-规则,3-单一,4-gprs
	AddrType int32 `protobuf:"varint,5,opt,name=addr_type,json=addrType,proto3" json:"addr_type,omitempty"`
	// 地址
	Addr []int32 `protobuf:"varint,6,rep,packed,name=addr,proto3" json:"addr,omitempty"`
	// 操作类型,1-传统,4-混合,5-pwm
	CmdType int32 `protobuf:"varint,7,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"`
	// 操作内容
	CmdMix []*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation `protobuf:"bytes,8,rep,name=cmd_mix,json=cmdMix,proto3" json:"cmd_mix,omitempty"`
}

func (*WlstSlu_7B00_ReadConcentratorOperationData) Descriptor

func (*WlstSlu_7B00_ReadConcentratorOperationData) GetAddr

func (*WlstSlu_7B00_ReadConcentratorOperationData) GetAddrType

func (*WlstSlu_7B00_ReadConcentratorOperationData) GetCmdMix

func (*WlstSlu_7B00_ReadConcentratorOperationData) GetCmdType

func (*WlstSlu_7B00_ReadConcentratorOperationData) GetOperationOrder

func (m *WlstSlu_7B00_ReadConcentratorOperationData) GetOperationOrder() int32

func (*WlstSlu_7B00_ReadConcentratorOperationData) GetOperationType

func (m *WlstSlu_7B00_ReadConcentratorOperationData) GetOperationType() int32

func (*WlstSlu_7B00_ReadConcentratorOperationData) GetTimerOrOffset

func (m *WlstSlu_7B00_ReadConcentratorOperationData) GetTimerOrOffset() int32

func (*WlstSlu_7B00_ReadConcentratorOperationData) GetWeekSet

func (*WlstSlu_7B00_ReadConcentratorOperationData) Marshal

func (m *WlstSlu_7B00_ReadConcentratorOperationData) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7B00_ReadConcentratorOperationData) MarshalTo

func (m *WlstSlu_7B00_ReadConcentratorOperationData) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7B00_ReadConcentratorOperationData) MarshalToSizedBuffer

func (m *WlstSlu_7B00_ReadConcentratorOperationData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7B00_ReadConcentratorOperationData) ProtoMessage

func (*WlstSlu_7B00_ReadConcentratorOperationData) Reset

func (*WlstSlu_7B00_ReadConcentratorOperationData) Size

func (*WlstSlu_7B00_ReadConcentratorOperationData) String

func (*WlstSlu_7B00_ReadConcentratorOperationData) Unmarshal

func (*WlstSlu_7B00_ReadConcentratorOperationData) XXX_DiscardUnknown

func (m *WlstSlu_7B00_ReadConcentratorOperationData) XXX_DiscardUnknown()

func (*WlstSlu_7B00_ReadConcentratorOperationData) XXX_Marshal

func (m *WlstSlu_7B00_ReadConcentratorOperationData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7B00_ReadConcentratorOperationData) XXX_Merge

func (*WlstSlu_7B00_ReadConcentratorOperationData) XXX_Size

func (*WlstSlu_7B00_ReadConcentratorOperationData) XXX_Unmarshal

type WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation

type WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation struct {
	// 回路1-4操作,-1-不操作,0-开灯,1-一档节能,2-二档节能,3-关灯,100~200-pwm0%~100%
	Handle int32 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// pwm频率 /100为发送值
	Rate int32 `protobuf:"varint,2,opt,name=rate,proto3" json:"rate,omitempty"`
}

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) Descriptor

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) GetHandle

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) GetRate

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) Marshal

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) MarshalTo

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) MarshalToSizedBuffer

func (m *WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) ProtoMessage

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) Reset

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) Size

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) String

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) Unmarshal

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) XXX_DiscardUnknown

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) XXX_Marshal

func (m *WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) XXX_Merge

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) XXX_Size

func (*WlstSlu_7B00_ReadConcentratorOperationData_CmdOperation) XXX_Unmarshal

type WlstSlu_7C00

type WlstSlu_7C00 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 地址类型 0-全部,1-组,2-规则,3-单一,4-gprs
	AddrType int32 `protobuf:"varint,2,opt,name=addr_type,json=addrType,proto3" json:"addr_type,omitempty"`
	// 地址
	Addr int32 `protobuf:"varint,3,opt,name=addr,proto3" json:"addr,omitempty"`
	// 数据条数(==-1时表示发送给集中器)
	CmdCount int32 `protobuf:"varint,4,opt,name=cmd_count,json=cmdCount,proto3" json:"cmd_count,omitempty"`
	// 更新或清除 0-add,1-clean&add(仅发送给控制器时有效)
	AddOrUpdate int32 `protobuf:"varint,5,opt,name=add_or_update,json=addOrUpdate,proto3" json:"add_or_update,omitempty"`
	// 控制参数
	OperationData []*WlstSlu_7C00_ConcentratorOperationData `protobuf:"bytes,6,rep,name=operation_data,json=operationData,proto3" json:"operation_data,omitempty"`
}

func (*WlstSlu_7C00) Descriptor

func (*WlstSlu_7C00) Descriptor() ([]byte, []int)

func (*WlstSlu_7C00) GetAddOrUpdate

func (m *WlstSlu_7C00) GetAddOrUpdate() int32

func (*WlstSlu_7C00) GetAddr

func (m *WlstSlu_7C00) GetAddr() int32

func (*WlstSlu_7C00) GetAddrType

func (m *WlstSlu_7C00) GetAddrType() int32

func (*WlstSlu_7C00) GetCmdCount

func (m *WlstSlu_7C00) GetCmdCount() int32

func (*WlstSlu_7C00) GetCmdIdx

func (m *WlstSlu_7C00) GetCmdIdx() int32

func (*WlstSlu_7C00) GetOperationData

func (m *WlstSlu_7C00) GetOperationData() []*WlstSlu_7C00_ConcentratorOperationData

func (*WlstSlu_7C00) Marshal

func (m *WlstSlu_7C00) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7C00) MarshalTo

func (m *WlstSlu_7C00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7C00) MarshalToSizedBuffer

func (m *WlstSlu_7C00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7C00) ProtoMessage

func (*WlstSlu_7C00) ProtoMessage()

func (*WlstSlu_7C00) Reset

func (m *WlstSlu_7C00) Reset()

func (*WlstSlu_7C00) Size

func (m *WlstSlu_7C00) Size() (n int)

func (*WlstSlu_7C00) String

func (m *WlstSlu_7C00) String() string

func (*WlstSlu_7C00) Unmarshal

func (m *WlstSlu_7C00) Unmarshal(dAtA []byte) error

func (*WlstSlu_7C00) XXX_DiscardUnknown

func (m *WlstSlu_7C00) XXX_DiscardUnknown()

func (*WlstSlu_7C00) XXX_Marshal

func (m *WlstSlu_7C00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7C00) XXX_Merge

func (m *WlstSlu_7C00) XXX_Merge(src proto.Message)

func (*WlstSlu_7C00) XXX_Size

func (m *WlstSlu_7C00) XXX_Size() int

func (*WlstSlu_7C00) XXX_Unmarshal

func (m *WlstSlu_7C00) XXX_Unmarshal(b []byte) error

type WlstSlu_7C00_ConcentratorOperationData

type WlstSlu_7C00_ConcentratorOperationData struct {
	// 指令类型 1-定时,2-经纬度,3-即时
	OperationType int32 `protobuf:"varint,1,opt,name=operation_type,json=operationType,proto3" json:"operation_type,omitempty"`
	// 操作类型 4-混合控制,5-pwm调节,6-485调节
	CmdType int32 `protobuf:"varint,2,opt,name=cmd_type,json=cmdType,proto3" json:"cmd_type,omitempty"`
	// 周设置
	WeekSet []int32 `protobuf:"varint,3,rep,packed,name=week_set,json=weekSet,proto3" json:"week_set,omitempty"`
	// 定时 hh:mm->int32 或偏移量 依据 operation_type定
	TimerOrOffset int32 `protobuf:"varint,4,opt,name=timer_or_offset,json=timerOrOffset,proto3" json:"timer_or_offset,omitempty"`
	// 混合回路操作 0-不操作,1-开灯,2-1档节能,3-2档节能,4-关灯
	CmdMix []int32 `protobuf:"varint,5,rep,packed,name=cmd_mix,json=cmdMix,proto3" json:"cmd_mix,omitempty"`
	// pwm功率调节
	CmdPwm *WlstSlu_7C00_ConcentratorOperationData_CmdPwm `protobuf:"bytes,6,opt,name=cmd_pwm,json=cmdPwm,proto3" json:"cmd_pwm,omitempty"`
	// 485调节
	Cmd_485 *WlstSlu_7C00_ConcentratorOperationData_Cmd_485 `protobuf:"bytes,7,opt,name=cmd_485,json=cmd485,proto3" json:"cmd_485,omitempty"`
}

func (*WlstSlu_7C00_ConcentratorOperationData) Descriptor

func (*WlstSlu_7C00_ConcentratorOperationData) Descriptor() ([]byte, []int)

func (*WlstSlu_7C00_ConcentratorOperationData) GetCmdMix

func (*WlstSlu_7C00_ConcentratorOperationData) GetCmdPwm

func (*WlstSlu_7C00_ConcentratorOperationData) GetCmdType

func (*WlstSlu_7C00_ConcentratorOperationData) GetCmd_485

func (*WlstSlu_7C00_ConcentratorOperationData) GetOperationType

func (m *WlstSlu_7C00_ConcentratorOperationData) GetOperationType() int32

func (*WlstSlu_7C00_ConcentratorOperationData) GetTimerOrOffset

func (m *WlstSlu_7C00_ConcentratorOperationData) GetTimerOrOffset() int32

func (*WlstSlu_7C00_ConcentratorOperationData) GetWeekSet

func (*WlstSlu_7C00_ConcentratorOperationData) Marshal

func (m *WlstSlu_7C00_ConcentratorOperationData) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7C00_ConcentratorOperationData) MarshalTo

func (m *WlstSlu_7C00_ConcentratorOperationData) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_7C00_ConcentratorOperationData) MarshalToSizedBuffer

func (m *WlstSlu_7C00_ConcentratorOperationData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7C00_ConcentratorOperationData) ProtoMessage

func (*WlstSlu_7C00_ConcentratorOperationData) Reset

func (*WlstSlu_7C00_ConcentratorOperationData) Size

func (*WlstSlu_7C00_ConcentratorOperationData) String

func (*WlstSlu_7C00_ConcentratorOperationData) Unmarshal

func (m *WlstSlu_7C00_ConcentratorOperationData) Unmarshal(dAtA []byte) error

func (*WlstSlu_7C00_ConcentratorOperationData) XXX_DiscardUnknown

func (m *WlstSlu_7C00_ConcentratorOperationData) XXX_DiscardUnknown()

func (*WlstSlu_7C00_ConcentratorOperationData) XXX_Marshal

func (m *WlstSlu_7C00_ConcentratorOperationData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7C00_ConcentratorOperationData) XXX_Merge

func (*WlstSlu_7C00_ConcentratorOperationData) XXX_Size

func (*WlstSlu_7C00_ConcentratorOperationData) XXX_Unmarshal

func (m *WlstSlu_7C00_ConcentratorOperationData) XXX_Unmarshal(b []byte) error

type WlstSlu_7C00_ConcentratorOperationData_CmdPwm

type WlstSlu_7C00_ConcentratorOperationData_CmdPwm struct {
	// 回路
	LoopCanDo []int32 `protobuf:"varint,1,rep,packed,name=loop_can_do,json=loopCanDo,proto3" json:"loop_can_do,omitempty"`
	// 比例 0-100~10%-100%
	Scale int32 `protobuf:"varint,2,opt,name=scale,proto3" json:"scale,omitempty"`
	// 频率 /100为发送值
	Rate int32 `protobuf:"varint,3,opt,name=rate,proto3" json:"rate,omitempty"`
}

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) Descriptor

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) GetLoopCanDo

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) GetRate

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) GetScale

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) Marshal

func (m *WlstSlu_7C00_ConcentratorOperationData_CmdPwm) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) MarshalTo

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) MarshalToSizedBuffer

func (m *WlstSlu_7C00_ConcentratorOperationData_CmdPwm) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) ProtoMessage

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) Reset

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) Size

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) String

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) Unmarshal

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) XXX_DiscardUnknown

func (m *WlstSlu_7C00_ConcentratorOperationData_CmdPwm) XXX_DiscardUnknown()

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) XXX_Marshal

func (m *WlstSlu_7C00_ConcentratorOperationData_CmdPwm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) XXX_Merge

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) XXX_Size

func (*WlstSlu_7C00_ConcentratorOperationData_CmdPwm) XXX_Unmarshal

type WlstSlu_7C00_ConcentratorOperationData_Cmd_485

type WlstSlu_7C00_ConcentratorOperationData_Cmd_485 struct {
	// 波特率 1-600,2-1200,3-2400,4-4800,5-9600,6-19200
	Baudrate int32 `protobuf:"varint,1,opt,name=baudrate,proto3" json:"baudrate,omitempty"`
	// 校验位 0-无,1-奇校验,2-偶校验
	Check int32 `protobuf:"varint,2,opt,name=check,proto3" json:"check,omitempty"`
	// 数据长度 0-20
	DataLength int32 `protobuf:"varint,3,opt,name=data_length,json=dataLength,proto3" json:"data_length,omitempty"`
	// 数据
	Data_485 string `protobuf:"bytes,4,opt,name=data_485,json=data485,proto3" json:"data_485,omitempty"`
}

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) Descriptor

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) GetBaudrate

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) GetCheck

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) GetDataLength

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) GetData_485

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) Marshal

func (m *WlstSlu_7C00_ConcentratorOperationData_Cmd_485) Marshal() (dAtA []byte, err error)

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) MarshalTo

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) MarshalToSizedBuffer

func (m *WlstSlu_7C00_ConcentratorOperationData_Cmd_485) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) ProtoMessage

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) Reset

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) Size

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) String

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) Unmarshal

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) XXX_DiscardUnknown

func (m *WlstSlu_7C00_ConcentratorOperationData_Cmd_485) XXX_DiscardUnknown()

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) XXX_Marshal

func (m *WlstSlu_7C00_ConcentratorOperationData_Cmd_485) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) XXX_Merge

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) XXX_Size

func (*WlstSlu_7C00_ConcentratorOperationData_Cmd_485) XXX_Unmarshal

type WlstSlu_9A00

type WlstSlu_9A00 struct {
	// 域名已设置标志
	DomainNameStatus []int32 `protobuf:"varint,1,rep,packed,name=domain_name_status,json=domainNameStatus,proto3" json:"domain_name_status,omitempty"`
}

func (*WlstSlu_9A00) Descriptor

func (*WlstSlu_9A00) Descriptor() ([]byte, []int)

func (*WlstSlu_9A00) GetDomainNameStatus

func (m *WlstSlu_9A00) GetDomainNameStatus() []int32

func (*WlstSlu_9A00) Marshal

func (m *WlstSlu_9A00) Marshal() (dAtA []byte, err error)

func (*WlstSlu_9A00) MarshalTo

func (m *WlstSlu_9A00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_9A00) MarshalToSizedBuffer

func (m *WlstSlu_9A00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_9A00) ProtoMessage

func (*WlstSlu_9A00) ProtoMessage()

func (*WlstSlu_9A00) Reset

func (m *WlstSlu_9A00) Reset()

func (*WlstSlu_9A00) Size

func (m *WlstSlu_9A00) Size() (n int)

func (*WlstSlu_9A00) String

func (m *WlstSlu_9A00) String() string

func (*WlstSlu_9A00) Unmarshal

func (m *WlstSlu_9A00) Unmarshal(dAtA []byte) error

func (*WlstSlu_9A00) XXX_DiscardUnknown

func (m *WlstSlu_9A00) XXX_DiscardUnknown()

func (*WlstSlu_9A00) XXX_Marshal

func (m *WlstSlu_9A00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_9A00) XXX_Merge

func (m *WlstSlu_9A00) XXX_Merge(src proto.Message)

func (*WlstSlu_9A00) XXX_Size

func (m *WlstSlu_9A00) XXX_Size() int

func (*WlstSlu_9A00) XXX_Unmarshal

func (m *WlstSlu_9A00) XXX_Unmarshal(b []byte) error

type WlstSlu_9D00

type WlstSlu_9D00 struct {
	// 序号
	CmdIdx int32 `protobuf:"varint,1,opt,name=cmd_idx,json=cmdIdx,proto3" json:"cmd_idx,omitempty"`
	// 控制器条码(4字节)
	SluitemIdx int64 `protobuf:"varint,2,opt,name=sluitem_idx,json=sluitemIdx,proto3" json:"sluitem_idx,omitempty"`
	// 控制器地址(2字节)
	// int32 sluitem_idx = 3;
	// 选测数据标识
	DataMark *WlstSlu_1D00_DataMark `protobuf:"bytes,4,opt,name=data_mark,json=dataMark,proto3" json:"data_mark,omitempty"`
	// 控制器回路数量
	LoopCount int32 `protobuf:"varint,5,opt,name=loop_count,json=loopCount,proto3" json:"loop_count,omitempty"`
	// 控制器选测数据(read_data)
	SluitemData *WlstSlu_9D00_SluitemData `protobuf:"bytes,6,opt,name=sluitem_data,json=sluitemData,proto3" json:"sluitem_data,omitempty"`
	// 控制器时钟(read_timer)
	SluitemTime int64 `protobuf:"varint,7,opt,name=sluitem_time,json=sluitemTime,proto3" json:"sluitem_time,omitempty"`
	// 控制器运行参数(read_args)
	SluitemPara *WlstSlu_9D00_SluitemPara `protobuf:"bytes,8,opt,name=sluitem_para,json=sluitemPara,proto3" json:"sluitem_para,omitempty"`
	// 控制器组地址(read_group)
	SluitemGroup []int32 `protobuf:"varint,9,rep,packed,name=sluitem_group,json=sluitemGroup,proto3" json:"sluitem_group,omitempty"`
	// 控制器版本(read_ver)
	SluitemVer *WlstSlu_9D00_SluitemVer `protobuf:"bytes,10,opt,name=sluitem_ver,json=sluitemVer,proto3" json:"sluitem_ver,omitempty"`
	// 控制器当日日出日落(read_sunriseset)
	SluitemSunriseset *WlstSlu_9D00_SluitemSunriseset `protobuf:"bytes,11,opt,name=sluitem_sunriseset,json=sluitemSunriseset,proto3" json:"sluitem_sunriseset,omitempty"`
	// 控制器本地参数(read_timetable)
	SluitemRuntime []*WlstSlu_9D00_SluitemRuntime `protobuf:"bytes,12,rep,name=sluitem_runtime,json=sluitemRuntime,proto3" json:"sluitem_runtime,omitempty"`
	// 控制器数据(新)(read_ctrldata)
	SluitemDataNew *WlstSlu_9D00_SluitemDataNew `protobuf:"bytes,13,opt,name=sluitem_data_new,json=sluitemDataNew,proto3" json:"sluitem_data_new,omitempty"`
	// 读取状态0-失败,1-成功
	Status  int32                 `protobuf:"varint,14,opt,name=status,proto3" json:"status,omitempty"`
	SetMark *WlstSlu_9D00_SetMark `protobuf:"bytes,15,opt,name=set_mark,json=setMark,proto3" json:"set_mark,omitempty"`
	// 是否有后续数据,0-没有,1-有
	DataContinue int32 `protobuf:"varint,16,opt,name=data_continue,json=dataContinue,proto3" json:"data_continue,omitempty"`
}

Wlst_slu_fa00

func (*WlstSlu_9D00) Descriptor

func (*WlstSlu_9D00) Descriptor() ([]byte, []int)

func (*WlstSlu_9D00) GetCmdIdx

func (m *WlstSlu_9D00) GetCmdIdx() int32

func (*WlstSlu_9D00) GetDataContinue

func (m *WlstSlu_9D00) GetDataContinue() int32

func (*WlstSlu_9D00) GetDataMark

func (m *WlstSlu_9D00) GetDataMark() *WlstSlu_1D00_DataMark

func (*WlstSlu_9D00) GetLoopCount

func (m *WlstSlu_9D00) GetLoopCount() int32

func (*WlstSlu_9D00) GetSetMark

func (m *WlstSlu_9D00) GetSetMark() *WlstSlu_9D00_SetMark

func (*WlstSlu_9D00) GetSluitemData

func (m *WlstSlu_9D00) GetSluitemData() *WlstSlu_9D00_SluitemData

func (*WlstSlu_9D00) GetSluitemDataNew

func (m *WlstSlu_9D00) GetSluitemDataNew() *WlstSlu_9D00_SluitemDataNew

func (*WlstSlu_9D00) GetSluitemGroup

func (m *WlstSlu_9D00) GetSluitemGroup() []int32

func (*WlstSlu_9D00) GetSluitemIdx

func (m *WlstSlu_9D00) GetSluitemIdx() int64

func (*WlstSlu_9D00) GetSluitemPara

func (m *WlstSlu_9D00) GetSluitemPara() *WlstSlu_9D00_SluitemPara

func (*WlstSlu_9D00) GetSluitemRuntime

func (m *WlstSlu_9D00) GetSluitemRuntime() []*WlstSlu_9D00_SluitemRuntime

func (*WlstSlu_9D00) GetSluitemSunriseset

func (m *WlstSlu_9D00) GetSluitemSunriseset() *WlstSlu_9D00_SluitemSunriseset

func (*WlstSlu_9D00) GetSluitemTime

func (m *WlstSlu_9D00) GetSluitemTime() int64

func (*WlstSlu_9D00) GetSluitemVer

func (m *WlstSlu_9D00) GetSluitemVer() *WlstSlu_9D00_SluitemVer

func (*WlstSlu_9D00) GetStatus

func (m *WlstSlu_9D00) GetStatus() int32

func (*WlstSlu_9D00) Marshal

func (m *WlstSlu_9D00) Marshal() (dAtA []byte, err error)

func (*WlstSlu_9D00) MarshalTo

func (m *WlstSlu_9D00) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_9D00) MarshalToSizedBuffer

func (m *WlstSlu_9D00) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_9D00) ProtoMessage

func (*WlstSlu_9D00) ProtoMessage()

func (*WlstSlu_9D00) Reset

func (m *WlstSlu_9D00) Reset()

func (*WlstSlu_9D00) Size

func (m *WlstSlu_9D00) Size() (n int)

func (*WlstSlu_9D00) String

func (m *WlstSlu_9D00) String() string

func (*WlstSlu_9D00) Unmarshal

func (m *WlstSlu_9D00) Unmarshal(dAtA []byte) error

func (*WlstSlu_9D00) XXX_DiscardUnknown

func (m *WlstSlu_9D00) XXX_DiscardUnknown()

func (*WlstSlu_9D00) XXX_Marshal

func (m *WlstSlu_9D00) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_9D00) XXX_Merge

func (m *WlstSlu_9D00) XXX_Merge(src proto.Message)

func (*WlstSlu_9D00) XXX_Size

func (m *WlstSlu_9D00) XXX_Size() int

func (*WlstSlu_9D00) XXX_Unmarshal

func (m *WlstSlu_9D00) XXX_Unmarshal(b []byte) error

type WlstSlu_9D00_SetMark

type WlstSlu_9D00_SetMark struct {
	SetTimer   int32 `protobuf:"varint,1,opt,name=set_timer,json=setTimer,proto3" json:"set_timer,omitempty"`
	SetArgs    int32 `protobuf:"varint,2,opt,name=set_args,json=setArgs,proto3" json:"set_args,omitempty"`
	SetGroup   int32 `protobuf:"varint,3,opt,name=set_group,json=setGroup,proto3" json:"set_group,omitempty"`
	SetReset   int32 `protobuf:"varint,4,opt,name=set_reset,json=setReset,proto3" json:"set_reset,omitempty"`
	SetControl int32 `protobuf:"varint,5,opt,name=set_control,json=setControl,proto3" json:"set_control,omitempty"`
}

func (*WlstSlu_9D00_SetMark) Descriptor

func (*WlstSlu_9D00_SetMark) Descriptor() ([]byte, []int)

func (*WlstSlu_9D00_SetMark) GetSetArgs

func (m *WlstSlu_9D00_SetMark) GetSetArgs() int32

func (*WlstSlu_9D00_SetMark) GetSetControl

func (m *WlstSlu_9D00_SetMark) GetSetControl() int32

func (*WlstSlu_9D00_SetMark) GetSetGroup

func (m *WlstSlu_9D00_SetMark) GetSetGroup() int32

func (*WlstSlu_9D00_SetMark) GetSetReset

func (m *WlstSlu_9D00_SetMark) GetSetReset() int32

func (*WlstSlu_9D00_SetMark) GetSetTimer

func (m *WlstSlu_9D00_SetMark) GetSetTimer() int32

func (*WlstSlu_9D00_SetMark) Marshal

func (m *WlstSlu_9D00_SetMark) Marshal() (dAtA []byte, err error)

func (*WlstSlu_9D00_SetMark) MarshalTo

func (m *WlstSlu_9D00_SetMark) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SetMark) MarshalToSizedBuffer

func (m *WlstSlu_9D00_SetMark) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SetMark) ProtoMessage

func (*WlstSlu_9D00_SetMark) ProtoMessage()

func (*WlstSlu_9D00_SetMark) Reset

func (m *WlstSlu_9D00_SetMark) Reset()

func (*WlstSlu_9D00_SetMark) Size

func (m *WlstSlu_9D00_SetMark) Size() (n int)

func (*WlstSlu_9D00_SetMark) String

func (m *WlstSlu_9D00_SetMark) String() string

func (*WlstSlu_9D00_SetMark) Unmarshal

func (m *WlstSlu_9D00_SetMark) Unmarshal(dAtA []byte) error

func (*WlstSlu_9D00_SetMark) XXX_DiscardUnknown

func (m *WlstSlu_9D00_SetMark) XXX_DiscardUnknown()

func (*WlstSlu_9D00_SetMark) XXX_Marshal

func (m *WlstSlu_9D00_SetMark) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_9D00_SetMark) XXX_Merge

func (m *WlstSlu_9D00_SetMark) XXX_Merge(src proto.Message)

func (*WlstSlu_9D00_SetMark) XXX_Size

func (m *WlstSlu_9D00_SetMark) XXX_Size() int

func (*WlstSlu_9D00_SetMark) XXX_Unmarshal

func (m *WlstSlu_9D00_SetMark) XXX_Unmarshal(b []byte) error

type WlstSlu_9D00_SluitemData

type WlstSlu_9D00_SluitemData struct {
	// 电压 /100
	Voltage float64 `protobuf:"fixed64,1,opt,name=voltage,proto3" json:"voltage,omitempty"`
	// 电流 /100
	Current []float64 `protobuf:"fixed64,2,rep,packed,name=current,proto3" json:"current,omitempty"`
	// 有功功率 /10
	ActivePower []float64 `protobuf:"fixed64,3,rep,packed,name=active_power,json=activePower,proto3" json:"active_power,omitempty"`
	// 无功功率 /10
	ReactivePower []float64 `protobuf:"fixed64,4,rep,packed,name=reactive_power,json=reactivePower,proto3" json:"reactive_power,omitempty"`
	// 最大电压 /100
	MaxVoltage float64 `protobuf:"fixed64,5,opt,name=max_voltage,json=maxVoltage,proto3" json:"max_voltage,omitempty"`
	// 最大电流 /100
	MaxCurrent []float64 `protobuf:"fixed64,6,rep,packed,name=max_current,json=maxCurrent,proto3" json:"max_current,omitempty"`
	// 累计电量
	TotalElectricity []float64 `protobuf:"fixed64,7,rep,packed,name=total_electricity,json=totalElectricity,proto3" json:"total_electricity,omitempty"`
	// 温度 0xff无效
	Temperature int32 `protobuf:"varint,8,opt,name=temperature,proto3" json:"temperature,omitempty"`
	// 漏电流 /100
	LeakageCurrent float64 `protobuf:"fixed64,9,opt,name=leakage_current,json=leakageCurrent,proto3" json:"leakage_current,omitempty"`
	// 时钟故障
	TimerError int32 `protobuf:"varint,10,opt,name=timer_error,json=timerError,proto3" json:"timer_error,omitempty"`
	// 控制器状态
	SluitemStatus *WlstSlu_7300_BaseSluitemData_SluitemStatus `protobuf:"bytes,11,opt,name=sluitem_status,json=sluitemStatus,proto3" json:"sluitem_status,omitempty"`
	// 灯状态
	LightStatus []*WlstSlu_7300_BaseSluitemData_LightStatus `protobuf:"bytes,12,rep,name=light_status,json=lightStatus,proto3" json:"light_status,omitempty"`
	// 自复位次数
	ResetCount int32 `protobuf:"varint,13,opt,name=reset_count,json=resetCount,proto3" json:"reset_count,omitempty"`
}

func (*WlstSlu_9D00_SluitemData) Descriptor

func (*WlstSlu_9D00_SluitemData) Descriptor() ([]byte, []int)

func (*WlstSlu_9D00_SluitemData) GetActivePower

func (m *WlstSlu_9D00_SluitemData) GetActivePower() []float64

func (*WlstSlu_9D00_SluitemData) GetCurrent

func (m *WlstSlu_9D00_SluitemData) GetCurrent() []float64

func (*WlstSlu_9D00_SluitemData) GetLeakageCurrent

func (m *WlstSlu_9D00_SluitemData) GetLeakageCurrent() float64

func (*WlstSlu_9D00_SluitemData) GetLightStatus

func (*WlstSlu_9D00_SluitemData) GetMaxCurrent

func (m *WlstSlu_9D00_SluitemData) GetMaxCurrent() []float64

func (*WlstSlu_9D00_SluitemData) GetMaxVoltage

func (m *WlstSlu_9D00_SluitemData) GetMaxVoltage() float64

func (*WlstSlu_9D00_SluitemData) GetReactivePower

func (m *WlstSlu_9D00_SluitemData) GetReactivePower() []float64

func (*WlstSlu_9D00_SluitemData) GetResetCount

func (m *WlstSlu_9D00_SluitemData) GetResetCount() int32

func (*WlstSlu_9D00_SluitemData) GetSluitemStatus

func (*WlstSlu_9D00_SluitemData) GetTemperature

func (m *WlstSlu_9D00_SluitemData) GetTemperature() int32

func (*WlstSlu_9D00_SluitemData) GetTimerError

func (m *WlstSlu_9D00_SluitemData) GetTimerError() int32

func (*WlstSlu_9D00_SluitemData) GetTotalElectricity

func (m *WlstSlu_9D00_SluitemData) GetTotalElectricity() []float64

func (*WlstSlu_9D00_SluitemData) GetVoltage

func (m *WlstSlu_9D00_SluitemData) GetVoltage() float64

func (*WlstSlu_9D00_SluitemData) Marshal

func (m *WlstSlu_9D00_SluitemData) Marshal() (dAtA []byte, err error)

func (*WlstSlu_9D00_SluitemData) MarshalTo

func (m *WlstSlu_9D00_SluitemData) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemData) MarshalToSizedBuffer

func (m *WlstSlu_9D00_SluitemData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemData) ProtoMessage

func (*WlstSlu_9D00_SluitemData) ProtoMessage()

func (*WlstSlu_9D00_SluitemData) Reset

func (m *WlstSlu_9D00_SluitemData) Reset()

func (*WlstSlu_9D00_SluitemData) Size

func (m *WlstSlu_9D00_SluitemData) Size() (n int)

func (*WlstSlu_9D00_SluitemData) String

func (m *WlstSlu_9D00_SluitemData) String() string

func (*WlstSlu_9D00_SluitemData) Unmarshal

func (m *WlstSlu_9D00_SluitemData) Unmarshal(dAtA []byte) error

func (*WlstSlu_9D00_SluitemData) XXX_DiscardUnknown

func (m *WlstSlu_9D00_SluitemData) XXX_DiscardUnknown()

func (*WlstSlu_9D00_SluitemData) XXX_Marshal

func (m *WlstSlu_9D00_SluitemData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_9D00_SluitemData) XXX_Merge

func (m *WlstSlu_9D00_SluitemData) XXX_Merge(src proto.Message)

func (*WlstSlu_9D00_SluitemData) XXX_Size

func (m *WlstSlu_9D00_SluitemData) XXX_Size() int

func (*WlstSlu_9D00_SluitemData) XXX_Unmarshal

func (m *WlstSlu_9D00_SluitemData) XXX_Unmarshal(b []byte) error

type WlstSlu_9D00_SluitemDataNew

type WlstSlu_9D00_SluitemDataNew struct {
	// 电压 /100
	Voltage []float64 `protobuf:"fixed64,1,rep,packed,name=voltage,proto3" json:"voltage,omitempty"`
	// 电流 /100
	Current []float64 `protobuf:"fixed64,2,rep,packed,name=current,proto3" json:"current,omitempty"`
	// 有功功率 /10
	ActivePower []float64 `protobuf:"fixed64,3,rep,packed,name=active_power,json=activePower,proto3" json:"active_power,omitempty"`
	// 运行时间
	RunTime []int32 `protobuf:"varint,4,rep,packed,name=run_time,json=runTime,proto3" json:"run_time,omitempty"`
	// 相位,0-无法确认,1-a,2-b,3-c
	Phase int32 `protobuf:"varint,5,opt,name=phase,proto3" json:"phase,omitempty"`
	// 累计电量
	TotalElectricity []float64 `protobuf:"fixed64,7,rep,packed,name=total_electricity,json=totalElectricity,proto3" json:"total_electricity,omitempty"`
	// 漏电流 /100
	LeakageCurrent float64 `protobuf:"fixed64,9,opt,name=leakage_current,json=leakageCurrent,proto3" json:"leakage_current,omitempty"`
	// 时钟故障
	TimerError int32 `protobuf:"varint,10,opt,name=timer_error,json=timerError,proto3" json:"timer_error,omitempty"`
	// 控制器状态
	SluitemStatus *WlstSlu_7300_BaseSluitemData_SluitemStatus `protobuf:"bytes,11,opt,name=sluitem_status,json=sluitemStatus,proto3" json:"sluitem_status,omitempty"`
	// 灯状态
	LightStatus []*WlstSlu_7300_BaseSluitemData_LightStatus `protobuf:"bytes,12,rep,name=light_status,json=lightStatus,proto3" json:"light_status,omitempty"`
	// 自复位次数
	ResetCount int32 `protobuf:"varint,13,opt,name=reset_count,json=resetCount,proto3" json:"reset_count,omitempty"`
	// 节能档位
	EnergySaving []int32 `protobuf:"varint,14,rep,packed,name=energy_saving,json=energySaving,proto3" json:"energy_saving,omitempty"`
}

func (*WlstSlu_9D00_SluitemDataNew) Descriptor

func (*WlstSlu_9D00_SluitemDataNew) Descriptor() ([]byte, []int)

func (*WlstSlu_9D00_SluitemDataNew) GetActivePower

func (m *WlstSlu_9D00_SluitemDataNew) GetActivePower() []float64

func (*WlstSlu_9D00_SluitemDataNew) GetCurrent

func (m *WlstSlu_9D00_SluitemDataNew) GetCurrent() []float64

func (*WlstSlu_9D00_SluitemDataNew) GetEnergySaving

func (m *WlstSlu_9D00_SluitemDataNew) GetEnergySaving() []int32

func (*WlstSlu_9D00_SluitemDataNew) GetLeakageCurrent

func (m *WlstSlu_9D00_SluitemDataNew) GetLeakageCurrent() float64

func (*WlstSlu_9D00_SluitemDataNew) GetLightStatus

func (*WlstSlu_9D00_SluitemDataNew) GetPhase

func (m *WlstSlu_9D00_SluitemDataNew) GetPhase() int32

func (*WlstSlu_9D00_SluitemDataNew) GetResetCount

func (m *WlstSlu_9D00_SluitemDataNew) GetResetCount() int32

func (*WlstSlu_9D00_SluitemDataNew) GetRunTime

func (m *WlstSlu_9D00_SluitemDataNew) GetRunTime() []int32

func (*WlstSlu_9D00_SluitemDataNew) GetSluitemStatus

func (*WlstSlu_9D00_SluitemDataNew) GetTimerError

func (m *WlstSlu_9D00_SluitemDataNew) GetTimerError() int32

func (*WlstSlu_9D00_SluitemDataNew) GetTotalElectricity

func (m *WlstSlu_9D00_SluitemDataNew) GetTotalElectricity() []float64

func (*WlstSlu_9D00_SluitemDataNew) GetVoltage

func (m *WlstSlu_9D00_SluitemDataNew) GetVoltage() []float64

func (*WlstSlu_9D00_SluitemDataNew) Marshal

func (m *WlstSlu_9D00_SluitemDataNew) Marshal() (dAtA []byte, err error)

func (*WlstSlu_9D00_SluitemDataNew) MarshalTo

func (m *WlstSlu_9D00_SluitemDataNew) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemDataNew) MarshalToSizedBuffer

func (m *WlstSlu_9D00_SluitemDataNew) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemDataNew) ProtoMessage

func (*WlstSlu_9D00_SluitemDataNew) ProtoMessage()

func (*WlstSlu_9D00_SluitemDataNew) Reset

func (m *WlstSlu_9D00_SluitemDataNew) Reset()

func (*WlstSlu_9D00_SluitemDataNew) Size

func (m *WlstSlu_9D00_SluitemDataNew) Size() (n int)

func (*WlstSlu_9D00_SluitemDataNew) String

func (m *WlstSlu_9D00_SluitemDataNew) String() string

func (*WlstSlu_9D00_SluitemDataNew) Unmarshal

func (m *WlstSlu_9D00_SluitemDataNew) Unmarshal(dAtA []byte) error

func (*WlstSlu_9D00_SluitemDataNew) XXX_DiscardUnknown

func (m *WlstSlu_9D00_SluitemDataNew) XXX_DiscardUnknown()

func (*WlstSlu_9D00_SluitemDataNew) XXX_Marshal

func (m *WlstSlu_9D00_SluitemDataNew) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_9D00_SluitemDataNew) XXX_Merge

func (m *WlstSlu_9D00_SluitemDataNew) XXX_Merge(src proto.Message)

func (*WlstSlu_9D00_SluitemDataNew) XXX_Size

func (m *WlstSlu_9D00_SluitemDataNew) XXX_Size() int

func (*WlstSlu_9D00_SluitemDataNew) XXX_Unmarshal

func (m *WlstSlu_9D00_SluitemDataNew) XXX_Unmarshal(b []byte) error

type WlstSlu_9D00_SluitemPara

type WlstSlu_9D00_SluitemPara struct {
	// 域名
	DomainName int32 `protobuf:"varint,1,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"`
	// 控制器状态 0-停运,1-投运
	SluitemStatus int32 `protobuf:"varint,2,opt,name=sluitem_status,json=sluitemStatus,proto3" json:"sluitem_status,omitempty"`
	// 控制器主报 0-禁止主报,1-允许主报
	SluitemEnableAlarm int32 `protobuf:"varint,3,opt,name=sluitem_enable_alarm,json=sluitemEnableAlarm,proto3" json:"sluitem_enable_alarm,omitempty"`
	// 控制器上电开灯 1-开灯,0-关灯
	SluitemPowerTurnon []int32 `protobuf:"varint,4,rep,packed,name=sluitem_power_turnon,json=sluitemPowerTurnon,proto3" json:"sluitem_power_turnon,omitempty"`
	// 控制器1-4回路矢量
	SluitemVector []int32 `protobuf:"varint,5,rep,packed,name=sluitem_vector,json=sluitemVector,proto3" json:"sluitem_vector,omitempty"`
	// 经度
	Longitude float64 `protobuf:"fixed64,6,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// 纬度
	Latitude float64 `protobuf:"fixed64,7,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// 1-4回路额定功率
	RatedPower []int32 `protobuf:"varint,8,rep,packed,name=rated_power,json=ratedPower,proto3" json:"rated_power,omitempty"`
	// nb主报间隔,(0~127)*5
	UplinkTimer int32 `protobuf:"varint,9,opt,name=uplink_timer,json=uplinkTimer,proto3" json:"uplink_timer,omitempty"`
	// nb主报需要主站应答,0-不需要,1-需要
	UplinkReply int32 `protobuf:"varint,10,opt,name=uplink_reply,json=uplinkReply,proto3" json:"uplink_reply,omitempty"`
}

func (*WlstSlu_9D00_SluitemPara) Descriptor

func (*WlstSlu_9D00_SluitemPara) Descriptor() ([]byte, []int)

func (*WlstSlu_9D00_SluitemPara) GetDomainName

func (m *WlstSlu_9D00_SluitemPara) GetDomainName() int32

func (*WlstSlu_9D00_SluitemPara) GetLatitude

func (m *WlstSlu_9D00_SluitemPara) GetLatitude() float64

func (*WlstSlu_9D00_SluitemPara) GetLongitude

func (m *WlstSlu_9D00_SluitemPara) GetLongitude() float64

func (*WlstSlu_9D00_SluitemPara) GetRatedPower

func (m *WlstSlu_9D00_SluitemPara) GetRatedPower() []int32

func (*WlstSlu_9D00_SluitemPara) GetSluitemEnableAlarm

func (m *WlstSlu_9D00_SluitemPara) GetSluitemEnableAlarm() int32

func (*WlstSlu_9D00_SluitemPara) GetSluitemPowerTurnon

func (m *WlstSlu_9D00_SluitemPara) GetSluitemPowerTurnon() []int32

func (*WlstSlu_9D00_SluitemPara) GetSluitemStatus

func (m *WlstSlu_9D00_SluitemPara) GetSluitemStatus() int32

func (*WlstSlu_9D00_SluitemPara) GetSluitemVector

func (m *WlstSlu_9D00_SluitemPara) GetSluitemVector() []int32

func (*WlstSlu_9D00_SluitemPara) GetUplinkReply

func (m *WlstSlu_9D00_SluitemPara) GetUplinkReply() int32

func (*WlstSlu_9D00_SluitemPara) GetUplinkTimer

func (m *WlstSlu_9D00_SluitemPara) GetUplinkTimer() int32

func (*WlstSlu_9D00_SluitemPara) Marshal

func (m *WlstSlu_9D00_SluitemPara) Marshal() (dAtA []byte, err error)

func (*WlstSlu_9D00_SluitemPara) MarshalTo

func (m *WlstSlu_9D00_SluitemPara) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemPara) MarshalToSizedBuffer

func (m *WlstSlu_9D00_SluitemPara) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemPara) ProtoMessage

func (*WlstSlu_9D00_SluitemPara) ProtoMessage()

func (*WlstSlu_9D00_SluitemPara) Reset

func (m *WlstSlu_9D00_SluitemPara) Reset()

func (*WlstSlu_9D00_SluitemPara) Size

func (m *WlstSlu_9D00_SluitemPara) Size() (n int)

func (*WlstSlu_9D00_SluitemPara) String

func (m *WlstSlu_9D00_SluitemPara) String() string

func (*WlstSlu_9D00_SluitemPara) Unmarshal

func (m *WlstSlu_9D00_SluitemPara) Unmarshal(dAtA []byte) error

func (*WlstSlu_9D00_SluitemPara) XXX_DiscardUnknown

func (m *WlstSlu_9D00_SluitemPara) XXX_DiscardUnknown()

func (*WlstSlu_9D00_SluitemPara) XXX_Marshal

func (m *WlstSlu_9D00_SluitemPara) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_9D00_SluitemPara) XXX_Merge

func (m *WlstSlu_9D00_SluitemPara) XXX_Merge(src proto.Message)

func (*WlstSlu_9D00_SluitemPara) XXX_Size

func (m *WlstSlu_9D00_SluitemPara) XXX_Size() int

func (*WlstSlu_9D00_SluitemPara) XXX_Unmarshal

func (m *WlstSlu_9D00_SluitemPara) XXX_Unmarshal(b []byte) error

type WlstSlu_9D00_SluitemRuntime

type WlstSlu_9D00_SluitemRuntime struct {
	// 本地控制数据类型0-基本类型(6字节),1-扩展类型(6+20字节)
	DataType int32 `protobuf:"varint,1,opt,name=data_type,json=dataType,proto3" json:"data_type,omitempty"`
	// 输出类型0-继电器,1-pwm输出,2-485
	OutputType int32 `protobuf:"varint,2,opt,name=output_type,json=outputType,proto3" json:"output_type,omitempty"`
	// 操作类型1-定时操作,2-经纬度操作,3-即时操作
	OperateType int32 `protobuf:"varint,3,opt,name=operate_type,json=operateType,proto3" json:"operate_type,omitempty"`
	// 有效日期,0-6~周日-周6
	DateEnable []int32 `protobuf:"varint,4,rep,packed,name=date_enable,json=dateEnable,proto3" json:"date_enable,omitempty"`
	// 开关灯操作时间 hhmm->int32
	OperateTime int32 `protobuf:"varint,5,opt,name=operate_time,json=operateTime,proto3" json:"operate_time,omitempty"`
	// 操作偏移 -720~+720
	OperateOffset int32 `protobuf:"varint,6,opt,name=operate_offset,json=operateOffset,proto3" json:"operate_offset,omitempty"`
	// 继电器操作回路1-4 0-不操作,3-开灯,5-一档节能,a-二档节能,c-关灯
	RelayOperate []int32 `protobuf:"varint,7,rep,packed,name=relay_operate,json=relayOperate,proto3" json:"relay_operate,omitempty"`
	// PWM操作回路
	PwmLoop []int32 `protobuf:"varint,8,rep,packed,name=pwm_loop,json=pwmLoop,proto3" json:"pwm_loop,omitempty"`
	// PWM操作占空比
	PwmPower int32 `protobuf:"varint,9,opt,name=pwm_power,json=pwmPower,proto3" json:"pwm_power,omitempty"`
	// PWM频率 (1~255) * 100
	PwmBaudrate int32 `protobuf:"varint,10,opt,name=pwm_baudrate,json=pwmBaudrate,proto3" json:"pwm_baudrate,omitempty"`
	// 485波特率 0-300,1-600,2-1200,3-2400,4-4800,5-9600,6-19200
	Rs485Baudrate int32 `protobuf:"varint,11,opt,name=rs485_baudrate,json=rs485Baudrate,proto3" json:"rs485_baudrate,omitempty"`
	// 485校验位 0-无校验,1-奇校验,2-偶校验
	Rs485Check int32 `protobuf:"varint,12,opt,name=rs485_check,json=rs485Check,proto3" json:"rs485_check,omitempty"`
}

func (*WlstSlu_9D00_SluitemRuntime) Descriptor

func (*WlstSlu_9D00_SluitemRuntime) Descriptor() ([]byte, []int)

func (*WlstSlu_9D00_SluitemRuntime) GetDataType

func (m *WlstSlu_9D00_SluitemRuntime) GetDataType() int32

func (*WlstSlu_9D00_SluitemRuntime) GetDateEnable

func (m *WlstSlu_9D00_SluitemRuntime) GetDateEnable() []int32

func (*WlstSlu_9D00_SluitemRuntime) GetOperateOffset

func (m *WlstSlu_9D00_SluitemRuntime) GetOperateOffset() int32

func (*WlstSlu_9D00_SluitemRuntime) GetOperateTime

func (m *WlstSlu_9D00_SluitemRuntime) GetOperateTime() int32

func (*WlstSlu_9D00_SluitemRuntime) GetOperateType

func (m *WlstSlu_9D00_SluitemRuntime) GetOperateType() int32

func (*WlstSlu_9D00_SluitemRuntime) GetOutputType

func (m *WlstSlu_9D00_SluitemRuntime) GetOutputType() int32

func (*WlstSlu_9D00_SluitemRuntime) GetPwmBaudrate

func (m *WlstSlu_9D00_SluitemRuntime) GetPwmBaudrate() int32

func (*WlstSlu_9D00_SluitemRuntime) GetPwmLoop

func (m *WlstSlu_9D00_SluitemRuntime) GetPwmLoop() []int32

func (*WlstSlu_9D00_SluitemRuntime) GetPwmPower

func (m *WlstSlu_9D00_SluitemRuntime) GetPwmPower() int32

func (*WlstSlu_9D00_SluitemRuntime) GetRelayOperate

func (m *WlstSlu_9D00_SluitemRuntime) GetRelayOperate() []int32

func (*WlstSlu_9D00_SluitemRuntime) GetRs485Baudrate

func (m *WlstSlu_9D00_SluitemRuntime) GetRs485Baudrate() int32

func (*WlstSlu_9D00_SluitemRuntime) GetRs485Check

func (m *WlstSlu_9D00_SluitemRuntime) GetRs485Check() int32

func (*WlstSlu_9D00_SluitemRuntime) Marshal

func (m *WlstSlu_9D00_SluitemRuntime) Marshal() (dAtA []byte, err error)

func (*WlstSlu_9D00_SluitemRuntime) MarshalTo

func (m *WlstSlu_9D00_SluitemRuntime) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemRuntime) MarshalToSizedBuffer

func (m *WlstSlu_9D00_SluitemRuntime) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemRuntime) ProtoMessage

func (*WlstSlu_9D00_SluitemRuntime) ProtoMessage()

func (*WlstSlu_9D00_SluitemRuntime) Reset

func (m *WlstSlu_9D00_SluitemRuntime) Reset()

func (*WlstSlu_9D00_SluitemRuntime) Size

func (m *WlstSlu_9D00_SluitemRuntime) Size() (n int)

func (*WlstSlu_9D00_SluitemRuntime) String

func (m *WlstSlu_9D00_SluitemRuntime) String() string

func (*WlstSlu_9D00_SluitemRuntime) Unmarshal

func (m *WlstSlu_9D00_SluitemRuntime) Unmarshal(dAtA []byte) error

func (*WlstSlu_9D00_SluitemRuntime) XXX_DiscardUnknown

func (m *WlstSlu_9D00_SluitemRuntime) XXX_DiscardUnknown()

func (*WlstSlu_9D00_SluitemRuntime) XXX_Marshal

func (m *WlstSlu_9D00_SluitemRuntime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_9D00_SluitemRuntime) XXX_Merge

func (m *WlstSlu_9D00_SluitemRuntime) XXX_Merge(src proto.Message)

func (*WlstSlu_9D00_SluitemRuntime) XXX_Size

func (m *WlstSlu_9D00_SluitemRuntime) XXX_Size() int

func (*WlstSlu_9D00_SluitemRuntime) XXX_Unmarshal

func (m *WlstSlu_9D00_SluitemRuntime) XXX_Unmarshal(b []byte) error

type WlstSlu_9D00_SluitemSunriseset

type WlstSlu_9D00_SluitemSunriseset struct {
	// 当日日出日落时间 hhmm->int32
	Sunrise int32 `protobuf:"varint,1,opt,name=sunrise,proto3" json:"sunrise,omitempty"`
	Sunset  int32 `protobuf:"varint,2,opt,name=sunset,proto3" json:"sunset,omitempty"`
}

func (*WlstSlu_9D00_SluitemSunriseset) Descriptor

func (*WlstSlu_9D00_SluitemSunriseset) Descriptor() ([]byte, []int)

func (*WlstSlu_9D00_SluitemSunriseset) GetSunrise

func (m *WlstSlu_9D00_SluitemSunriseset) GetSunrise() int32

func (*WlstSlu_9D00_SluitemSunriseset) GetSunset

func (m *WlstSlu_9D00_SluitemSunriseset) GetSunset() int32

func (*WlstSlu_9D00_SluitemSunriseset) Marshal

func (m *WlstSlu_9D00_SluitemSunriseset) Marshal() (dAtA []byte, err error)

func (*WlstSlu_9D00_SluitemSunriseset) MarshalTo

func (m *WlstSlu_9D00_SluitemSunriseset) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemSunriseset) MarshalToSizedBuffer

func (m *WlstSlu_9D00_SluitemSunriseset) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemSunriseset) ProtoMessage

func (*WlstSlu_9D00_SluitemSunriseset) ProtoMessage()

func (*WlstSlu_9D00_SluitemSunriseset) Reset

func (m *WlstSlu_9D00_SluitemSunriseset) Reset()

func (*WlstSlu_9D00_SluitemSunriseset) Size

func (m *WlstSlu_9D00_SluitemSunriseset) Size() (n int)

func (*WlstSlu_9D00_SluitemSunriseset) String

func (*WlstSlu_9D00_SluitemSunriseset) Unmarshal

func (m *WlstSlu_9D00_SluitemSunriseset) Unmarshal(dAtA []byte) error

func (*WlstSlu_9D00_SluitemSunriseset) XXX_DiscardUnknown

func (m *WlstSlu_9D00_SluitemSunriseset) XXX_DiscardUnknown()

func (*WlstSlu_9D00_SluitemSunriseset) XXX_Marshal

func (m *WlstSlu_9D00_SluitemSunriseset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_9D00_SluitemSunriseset) XXX_Merge

func (m *WlstSlu_9D00_SluitemSunriseset) XXX_Merge(src proto.Message)

func (*WlstSlu_9D00_SluitemSunriseset) XXX_Size

func (m *WlstSlu_9D00_SluitemSunriseset) XXX_Size() int

func (*WlstSlu_9D00_SluitemSunriseset) XXX_Unmarshal

func (m *WlstSlu_9D00_SluitemSunriseset) XXX_Unmarshal(b []byte) error

type WlstSlu_9D00_SluitemVer

type WlstSlu_9D00_SluitemVer struct {
	// 控制器回路
	SluitemLoop int32 `protobuf:"varint,1,opt,name=sluitem_loop,json=sluitemLoop,proto3" json:"sluitem_loop,omitempty"`
	// 节能方式
	EnergySaving int32 `protobuf:"varint,2,opt,name=energy_saving,json=energySaving,proto3" json:"energy_saving,omitempty"`
	// 有漏电模块
	ElectricLeakageModule int32 `` /* 127-byte string literal not displayed */
	// 有温度检测模块
	TemperatureModule int32 `protobuf:"varint,4,opt,name=temperature_module,json=temperatureModule,proto3" json:"temperature_module,omitempty"`
	// 有时钟
	TimerModule int32 `protobuf:"varint,5,opt,name=timer_module,json=timerModule,proto3" json:"timer_module,omitempty"`
	// 型号 0-unknow,1-wj2090j
	SluitemType string `protobuf:"bytes,6,opt,name=sluitem_type,json=sluitemType,proto3" json:"sluitem_type,omitempty"`
	// 软件版本
	Ver string `protobuf:"bytes,7,opt,name=ver,proto3" json:"ver,omitempty"`
}

func (*WlstSlu_9D00_SluitemVer) Descriptor

func (*WlstSlu_9D00_SluitemVer) Descriptor() ([]byte, []int)

func (*WlstSlu_9D00_SluitemVer) GetElectricLeakageModule

func (m *WlstSlu_9D00_SluitemVer) GetElectricLeakageModule() int32

func (*WlstSlu_9D00_SluitemVer) GetEnergySaving

func (m *WlstSlu_9D00_SluitemVer) GetEnergySaving() int32

func (*WlstSlu_9D00_SluitemVer) GetSluitemLoop

func (m *WlstSlu_9D00_SluitemVer) GetSluitemLoop() int32

func (*WlstSlu_9D00_SluitemVer) GetSluitemType

func (m *WlstSlu_9D00_SluitemVer) GetSluitemType() string

func (*WlstSlu_9D00_SluitemVer) GetTemperatureModule

func (m *WlstSlu_9D00_SluitemVer) GetTemperatureModule() int32

func (*WlstSlu_9D00_SluitemVer) GetTimerModule

func (m *WlstSlu_9D00_SluitemVer) GetTimerModule() int32

func (*WlstSlu_9D00_SluitemVer) GetVer

func (m *WlstSlu_9D00_SluitemVer) GetVer() string

func (*WlstSlu_9D00_SluitemVer) Marshal

func (m *WlstSlu_9D00_SluitemVer) Marshal() (dAtA []byte, err error)

func (*WlstSlu_9D00_SluitemVer) MarshalTo

func (m *WlstSlu_9D00_SluitemVer) MarshalTo(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemVer) MarshalToSizedBuffer

func (m *WlstSlu_9D00_SluitemVer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstSlu_9D00_SluitemVer) ProtoMessage

func (*WlstSlu_9D00_SluitemVer) ProtoMessage()

func (*WlstSlu_9D00_SluitemVer) Reset

func (m *WlstSlu_9D00_SluitemVer) Reset()

func (*WlstSlu_9D00_SluitemVer) Size

func (m *WlstSlu_9D00_SluitemVer) Size() (n int)

func (*WlstSlu_9D00_SluitemVer) String

func (m *WlstSlu_9D00_SluitemVer) String() string

func (*WlstSlu_9D00_SluitemVer) Unmarshal

func (m *WlstSlu_9D00_SluitemVer) Unmarshal(dAtA []byte) error

func (*WlstSlu_9D00_SluitemVer) XXX_DiscardUnknown

func (m *WlstSlu_9D00_SluitemVer) XXX_DiscardUnknown()

func (*WlstSlu_9D00_SluitemVer) XXX_Marshal

func (m *WlstSlu_9D00_SluitemVer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstSlu_9D00_SluitemVer) XXX_Merge

func (m *WlstSlu_9D00_SluitemVer) XXX_Merge(src proto.Message)

func (*WlstSlu_9D00_SluitemVer) XXX_Size

func (m *WlstSlu_9D00_SluitemVer) XXX_Size() int

func (*WlstSlu_9D00_SluitemVer) XXX_Unmarshal

func (m *WlstSlu_9D00_SluitemVer) XXX_Unmarshal(b []byte) error

type WlstTerminal

type WlstTerminal struct {
	//终端
	//设置终端物理地址
	WlstRtu_1900 *WlstRtu_1900 `protobuf:"bytes,10,opt,name=wlst_rtu_1900,json=wlstRtu1900,proto3" json:"wlst_rtu_1900,omitempty"`
	//设置工作参数
	WlstRtu_4000 *WlstRtu_4000 `protobuf:"bytes,11,opt,name=wlst_rtu_4000,json=wlstRtu4000,proto3" json:"wlst_rtu_4000,omitempty"`
	//设置显示参数
	WlstRtu_4101 *WlstRtu_4101 `protobuf:"bytes,12,opt,name=wlst_rtu_4101,json=wlstRtu4101,proto3" json:"wlst_rtu_4101,omitempty"`
	//设置显示参数
	WlstRtu_4104 *WlstRtu_4104 `protobuf:"bytes,13,opt,name=wlst_rtu_4104,json=wlstRtu4104,proto3" json:"wlst_rtu_4104,omitempty"`
	//设置显示参数
	WlstRtu_4110 *WlstRtu_4110 `protobuf:"bytes,14,opt,name=wlst_rtu_4110,json=wlstRtu4110,proto3" json:"wlst_rtu_4110,omitempty"`
	//设置口失参数
	WlstRtu_4201 *WlstRtu_4200 `protobuf:"bytes,15,opt,name=wlst_rtu_4201,json=wlstRtu4201,proto3" json:"wlst_rtu_4201,omitempty"`
	//设置口失参数
	WlstRtu_4204 *WlstRtu_4200 `protobuf:"bytes,16,opt,name=wlst_rtu_4204,json=wlstRtu4204,proto3" json:"wlst_rtu_4204,omitempty"`
	//设置口失参数
	WlstRtu_4210 *WlstRtu_4200 `protobuf:"bytes,17,opt,name=wlst_rtu_4210,json=wlstRtu4210,proto3" json:"wlst_rtu_4210,omitempty"`
	//设置上下限
	WlstRtu_4401 *WlstRtu_4401 `protobuf:"bytes,18,opt,name=wlst_rtu_4401,json=wlstRtu4401,proto3" json:"wlst_rtu_4401,omitempty"`
	//召测终端参数
	WlstRtuDa00 *WlstRtuDa00 `protobuf:"bytes,19,opt,name=wlst_rtu_da00,json=wlstRtuDa00,proto3" json:"wlst_rtu_da00,omitempty"`
	//设置电压
	WlstRtu_6100 *WlstRtu_6100 `protobuf:"bytes,20,opt,name=wlst_rtu_6100,json=wlstRtu6100,proto3" json:"wlst_rtu_6100,omitempty"`
	//选测数据
	WlstRtuA000 *WlstRtuA000 `protobuf:"bytes,21,opt,name=wlst_rtu_a000,json=wlstRtuA000,proto3" json:"wlst_rtu_a000,omitempty"`
	//所有回路开关灯
	WlstRtu_4B00 *WlstRtu_4B00 `protobuf:"bytes,22,opt,name=wlst_rtu_4b00,json=wlstRtu4b00,proto3" json:"wlst_rtu_4b00,omitempty"`
	//读取终端时间
	WlstRtu_9300 *WlstRtu_9300 `protobuf:"bytes,23,opt,name=wlst_rtu_9300,json=wlstRtu9300,proto3" json:"wlst_rtu_9300,omitempty"`
	//对时
	WlstRtu_1200 *WlstRtu_9300 `protobuf:"bytes,24,opt,name=wlst_rtu_1200,json=wlstRtu1200,proto3" json:"wlst_rtu_1200,omitempty"`
	//读周回路控制表1-3
	WlstRtuB200 *WlstRtuB200 `protobuf:"bytes,25,opt,name=wlst_rtu_b200,json=wlstRtuB200,proto3" json:"wlst_rtu_b200,omitempty"`
	//写周回路控制表1-3
	WlstRtu_3100 *WlstRtuB200 `protobuf:"bytes,26,opt,name=wlst_rtu_3100,json=wlstRtu3100,proto3" json:"wlst_rtu_3100,omitempty"`
	//写周回路控制表4-6
	WlstRtu_5800 *WlstRtuB200 `protobuf:"bytes,27,opt,name=wlst_rtu_5800,json=wlstRtu5800,proto3" json:"wlst_rtu_5800,omitempty"`
	//读周回路控制表4-6
	WlstRtuD900 *WlstRtuB200 `protobuf:"bytes,28,opt,name=wlst_rtu_d900,json=wlstRtuD900,proto3" json:"wlst_rtu_d900,omitempty"`
	//读周回路控制表7-8
	WlstRtuE900 *WlstRtuB200 `protobuf:"bytes,29,opt,name=wlst_rtu_e900,json=wlstRtuE900,proto3" json:"wlst_rtu_e900,omitempty"`
	//写周回路控制表7-8
	WlstRtu_6800 *WlstRtuB200 `protobuf:"bytes,30,opt,name=wlst_rtu_6800,json=wlstRtu6800,proto3" json:"wlst_rtu_6800,omitempty"`
	//召测节假日后4时段
	WlstRtuE600 *WlstRtuE600 `protobuf:"bytes,31,opt,name=wlst_rtu_e600,json=wlstRtuE600,proto3" json:"wlst_rtu_e600,omitempty"`
	//设置节假日前4时段
	WlstRtu_4600 *WlstRtuE600 `protobuf:"bytes,32,opt,name=wlst_rtu_4600,json=wlstRtu4600,proto3" json:"wlst_rtu_4600,omitempty"`
	//召测节假日前4时段
	WlstRtuC700 *WlstRtuE600 `protobuf:"bytes,33,opt,name=wlst_rtu_c700,json=wlstRtuC700,proto3" json:"wlst_rtu_c700,omitempty"`
	//设置节假日后4时段
	WlstRtu_6500 *WlstRtuE600 `protobuf:"bytes,34,opt,name=wlst_rtu_6500,json=wlstRtu6500,proto3" json:"wlst_rtu_6500,omitempty"`
	//执行端开机申请
	WlstRtu_9800 *WlstRtu_9800 `protobuf:"bytes,35,opt,name=wlst_rtu_9800,json=wlstRtu9800,proto3" json:"wlst_rtu_9800,omitempty"`
	//设置节能状态
	WlstRtuCc00 *WlstRtu_9800 `protobuf:"bytes,36,opt,name=wlst_rtu_cc00,json=wlstRtuCc00,proto3" json:"wlst_rtu_cc00,omitempty"`
	//设置节能状态
	WlstRtu_4C00 *WlstRtu_9800 `protobuf:"bytes,37,opt,name=wlst_rtu_4c00,json=wlstRtu4c00,proto3" json:"wlst_rtu_4c00,omitempty"`
	//召测终端软件版本
	WlstRtuDc00 *WlstRtuDc00 `protobuf:"bytes,38,opt,name=wlst_rtu_dc00,json=wlstRtuDc00,proto3" json:"wlst_rtu_dc00,omitempty"`
	//从终端主机板中读取全球唯一序列号
	WlstRtuAb00 *WlstRtuDc00 `protobuf:"bytes,39,opt,name=wlst_rtu_ab00,json=wlstRtuAb00,proto3" json:"wlst_rtu_ab00,omitempty"`
	//终端心跳包
	WlstRtu_7B00 *WlstRtu_7B00 `protobuf:"bytes,40,opt,name=wlst_rtu_7b00,json=wlstRtu7b00,proto3" json:"wlst_rtu_7b00,omitempty"`
	//终端单回路开关灯
	WlstRtu_2210 *WlstRtuA200 `protobuf:"bytes,41,opt,name=wlst_rtu_2210,json=wlstRtu2210,proto3" json:"wlst_rtu_2210,omitempty"`
	//单回路开关灯应答
	WlstRtuA200 *WlstRtuA200 `protobuf:"bytes,42,opt,name=wlst_rtu_a200,json=wlstRtuA200,proto3" json:"wlst_rtu_a200,omitempty"`
	//设置年开关灯
	WlstRtu_7060 *WlstRtu_7060 `protobuf:"bytes,43,opt,name=wlst_rtu_7060,json=wlstRtu7060,proto3" json:"wlst_rtu_7060,omitempty"`
	//设置年开关灯应答
	WlstRtu_70E0 *WlstRtu_70E0 `protobuf:"bytes,44,opt,name=wlst_rtu_70e0,json=wlstRtu70e0,proto3" json:"wlst_rtu_70e0,omitempty"`
	//招测年开关灯
	WlstRtu_7061 *WlstRtu_7061 `protobuf:"bytes,45,opt,name=wlst_rtu_7061,json=wlstRtu7061,proto3" json:"wlst_rtu_7061,omitempty"`
	//招测年开关灯应答
	WlstRtu_70E1 *WlstRtu_7060 `protobuf:"bytes,46,opt,name=wlst_rtu_70e1,json=wlstRtu70e1,proto3" json:"wlst_rtu_70e1,omitempty"`
	//远程升级准备
	WlstRtu_7006 *WlstRtu_7006 `protobuf:"bytes,47,opt,name=wlst_rtu_7006,json=wlstRtu7006,proto3" json:"wlst_rtu_7006,omitempty"`
	//查询包发送状态
	WlstRtu_7007 *WlstRtu_7007 `protobuf:"bytes,48,opt,name=wlst_rtu_7007,json=wlstRtu7007,proto3" json:"wlst_rtu_7007,omitempty"`
	//发送包
	WlstRtu_7008 *WlstRtu_7008 `protobuf:"bytes,49,opt,name=wlst_rtu_7008,json=wlstRtu7008,proto3" json:"wlst_rtu_7008,omitempty"`
	//发送缓存文件
	WlstRtuCupd *WlstRtu_7008 `protobuf:"bytes,50,opt,name=wlst_rtu_cupd,json=wlstRtuCupd,proto3" json:"wlst_rtu_cupd,omitempty"`
	// ftp升级数据
	WlstRtu_7003 *WlstRtu_7003 `protobuf:"bytes,51,opt,name=wlst_rtu_7003,json=wlstRtu7003,proto3" json:"wlst_rtu_7003,omitempty"`
	//升级数据包状态应答
	WlstRtu_7087 *WlstRtu_7087 `protobuf:"bytes,52,opt,name=wlst_rtu_7087,json=wlstRtu7087,proto3" json:"wlst_rtu_7087,omitempty"`
	// FTP升级应答
	WlstRtu_7083 *WlstRtu_7087 `protobuf:"bytes,53,opt,name=wlst_rtu_7083,json=wlstRtu7083,proto3" json:"wlst_rtu_7083,omitempty"`
	//修改主板通讯参数
	WlstRtu_700A *WlstRtu_700A `protobuf:"bytes,54,opt,name=wlst_rtu_700a,json=wlstRtu700a,proto3" json:"wlst_rtu_700a,omitempty"`
	// 3006终端复位
	WlstRtu_7010 *WlstRtu_7010 `protobuf:"bytes,55,opt,name=wlst_rtu_7010,json=wlstRtu7010,proto3" json:"wlst_rtu_7010,omitempty"`
	// 3006终端复位应答
	WlstRtu_7090 *WlstRtu_7010 `protobuf:"bytes,56,opt,name=wlst_rtu_7090,json=wlstRtu7090,proto3" json:"wlst_rtu_7090,omitempty"`
	// 召测k7,k8参数
	WlstRtuDf00 *WlstRtuDf00 `protobuf:"bytes,57,opt,name=wlst_rtu_df00,json=wlstRtuDf00,proto3" json:"wlst_rtu_df00,omitempty"`
	// 新版选测
	WlstRtu_70D0 *WlstRtu_70D0 `protobuf:"bytes,58,opt,name=wlst_rtu_70d0,json=wlstRtu70d0,proto3" json:"wlst_rtu_70d0,omitempty"`
	// 新版召测参数应答
	WlstRtu_70Da *WlstRtu_70Da `protobuf:"bytes,59,opt,name=wlst_rtu_70da,json=wlstRtu70da,proto3" json:"wlst_rtu_70da,omitempty"`
	// 多路开关灯应答
	WlstRtuCb00 *WlstRtuAns `protobuf:"bytes,60,opt,name=wlst_rtu_cb00,json=wlstRtuCb00,proto3" json:"wlst_rtu_cb00,omitempty"`
	// 对时应答
	WlstRtu_9200 *WlstRtuAns `protobuf:"bytes,61,opt,name=wlst_rtu_9200,json=wlstRtu9200,proto3" json:"wlst_rtu_9200,omitempty"`
	// 设置上下限应答
	WlstRtuC400 *WlstRtuAns `protobuf:"bytes,62,opt,name=wlst_rtu_c400,json=wlstRtuC400,proto3" json:"wlst_rtu_c400,omitempty"`
	// 招测事件
	WlstRtu_7800 *WlstRtu_7800 `protobuf:"bytes,63,opt,name=wlst_rtu_7800,json=wlstRtu7800,proto3" json:"wlst_rtu_7800,omitempty"`
	// 招测事件应答
	WlstRtuF800 *WlstRtu_7800 `protobuf:"bytes,64,opt,name=wlst_rtu_f800,json=wlstRtuF800,proto3" json:"wlst_rtu_f800,omitempty"`
	// 读取sd卡数据
	WlstRtu_7053 *WlstRtu_7053 `protobuf:"bytes,65,opt,name=wlst_rtu_7053,json=wlstRtu7053,proto3" json:"wlst_rtu_7053,omitempty"`
	// 读取sd卡数据应答
	WlstRtu_70D3 *WlstRtu_70D3 `protobuf:"bytes,66,opt,name=wlst_rtu_70d3,json=wlstRtu70d3,proto3" json:"wlst_rtu_70d3,omitempty"`
	// 远程升级完成主动上报
	WlstRtu_7081 *WlstRtu_7081 `protobuf:"bytes,67,opt,name=wlst_rtu_7081,json=wlstRtu7081,proto3" json:"wlst_rtu_7081,omitempty"`
	// 升级准备查询应答
	WlstRtu_7086 *WlstRtu_7081 `protobuf:"bytes,68,opt,name=wlst_rtu_7086,json=wlstRtu7086,proto3" json:"wlst_rtu_7086,omitempty"`
	// 升级版本查询
	WlstRtu_7085 *WlstRtu_7081 `protobuf:"bytes,69,opt,name=wlst_rtu_7085,json=wlstRtu7085,proto3" json:"wlst_rtu_7085,omitempty"`
	// 电能计量查询
	WlstRtu_7020 *WlstRtu_70A0 `protobuf:"bytes,70,opt,name=wlst_rtu_7020,json=wlstRtu7020,proto3" json:"wlst_rtu_7020,omitempty"`
	// 电能计量应答
	WlstRtu_70A0 *WlstRtu_70A0 `protobuf:"bytes,71,opt,name=wlst_rtu_70a0,json=wlstRtu70a0,proto3" json:"wlst_rtu_70a0,omitempty"`
	// 设置电能采集板互感器比值
	WlstRtu_4111 *WlstRtu_4111 `protobuf:"bytes,72,opt,name=wlst_rtu_4111,json=wlstRtu4111,proto3" json:"wlst_rtu_4111,omitempty"`
	// 设置电能采集板互感器比值应答
	WlstRtuC111 *WlstRtu_4111 `protobuf:"bytes,73,opt,name=wlst_rtu_c111,json=wlstRtuC111,proto3" json:"wlst_rtu_c111,omitempty"`
	// 新版招测参数
	WlstRtu_705A *WlstRtu_705A `protobuf:"bytes,74,opt,name=wlst_rtu_705a,json=wlstRtu705a,proto3" json:"wlst_rtu_705a,omitempty"`
	//设置各种参数应答
	WlstRtuCxxx *WlstRtu_4111 `protobuf:"bytes,75,opt,name=wlst_rtu_cxxx,json=wlstRtuCxxx,proto3" json:"wlst_rtu_cxxx,omitempty"`
	// 读取硬件相关参数
	WlstRtu_705B *WlstRtu_705B `protobuf:"bytes,76,opt,name=wlst_rtu_705b,json=wlstRtu705b,proto3" json:"wlst_rtu_705b,omitempty"`
	// 读取硬件相关参数应答
	WlstRtu_70Db *WlstRtu_705B `protobuf:"bytes,77,opt,name=wlst_rtu_70db,json=wlstRtu70db,proto3" json:"wlst_rtu_70db,omitempty"`
	// 3006主动上报
	WlstRtu_7094 *WlstRtu_7094 `protobuf:"bytes,78,opt,name=wlst_rtu_7094,json=wlstRtu7094,proto3" json:"wlst_rtu_7094,omitempty"`
	// 设置火零不平衡
	WlstRtu_7021 *WlstRtu_7021 `protobuf:"bytes,79,opt,name=wlst_rtu_7021,json=wlstRtu7021,proto3" json:"wlst_rtu_7021,omitempty"`
	// 设置火零不平衡应答 (填充status_code)
	WlstRtu_70A1 *WlstRtu_7021 `protobuf:"bytes,80,opt,name=wlst_rtu_70a1,json=wlstRtu70a1,proto3" json:"wlst_rtu_70a1,omitempty"`
	// 读取火零不平衡
	WlstRtu_7022 *WlstRtu_7021 `protobuf:"bytes,81,opt,name=wlst_rtu_7022,json=wlstRtu7022,proto3" json:"wlst_rtu_7022,omitempty"`
	// 读取火零不平衡应答
	WlstRtu_70A2 *WlstRtu_7021 `protobuf:"bytes,82,opt,name=wlst_rtu_70a2,json=wlstRtu70a2,proto3" json:"wlst_rtu_70a2,omitempty"`
	// 遥控
	WlstRtu_7023 *WlstRtu_7023 `protobuf:"bytes,83,opt,name=wlst_rtu_7023,json=wlstRtu7023,proto3" json:"wlst_rtu_7023,omitempty"`
	// 遥控应答
	WlstRtu_70A3 *WlstRtu_7023 `protobuf:"bytes,84,opt,name=wlst_rtu_70a3,json=wlstRtu70a3,proto3" json:"wlst_rtu_70a3,omitempty"`
	// 漏电板参数设置
	WlstRtu_7024 *WlstRtu_7024 `protobuf:"bytes,85,opt,name=wlst_rtu_7024,json=wlstRtu7024,proto3" json:"wlst_rtu_7024,omitempty"`
	// 漏电板参数设置应答
	WlstRtu_70A4 *WlstRtu_7024 `protobuf:"bytes,86,opt,name=wlst_rtu_70a4,json=wlstRtu70a4,proto3" json:"wlst_rtu_70a4,omitempty"`
	// 漏电板选测
	WlstRtu_7026 *WlstRtu_7026 `protobuf:"bytes,87,opt,name=wlst_rtu_7026,json=wlstRtu7026,proto3" json:"wlst_rtu_7026,omitempty"`
	// 漏电板复位
	WlstRtu_7027 *WlstRtu_7027 `protobuf:"bytes,88,opt,name=wlst_rtu_7027,json=wlstRtu7027,proto3" json:"wlst_rtu_7027,omitempty"`
	// 漏电板复位应答
	WlstRtu_70A7 *WlstRtu_7027 `protobuf:"bytes,89,opt,name=wlst_rtu_70a7,json=wlstRtu70a7,proto3" json:"wlst_rtu_70a7,omitempty"`
	// 电子锁控制下行
	WlstRtu_7076 *WlstRtu_7076 `protobuf:"bytes,90,opt,name=wlst_rtu_7076,json=wlstRtu7076,proto3" json:"wlst_rtu_7076,omitempty"`
	// 电子锁控制上行
	WlstRtu_70F6 *WlstRtu_7076 `protobuf:"bytes,91,opt,name=wlst_rtu_70F6,json=wlstRtu70F6,proto3" json:"wlst_rtu_70F6,omitempty"`
	// 除湿控制下行
	WlstRtu_7077 *WlstRtu_7077 `protobuf:"bytes,92,opt,name=wlst_rtu_7077,json=wlstRtu7077,proto3" json:"wlst_rtu_7077,omitempty"`
	// 除湿控制上行
	WlstRtu_70F7 *WlstRtu_7077 `protobuf:"bytes,93,opt,name=wlst_rtu_70F7,json=wlstRtu70F7,proto3" json:"wlst_rtu_70F7,omitempty"`
	// 招测漏电板参数设置
	WlstRtu_7025 *WlstRtu_7024 `protobuf:"bytes,94,opt,name=wlst_rtu_7025,json=wlstRtu7025,proto3" json:"wlst_rtu_7025,omitempty"`
	// 招测漏电板参数设置应答
	WlstRtu_70A5 *WlstRtu_7024 `protobuf:"bytes,95,opt,name=wlst_rtu_70a5,json=wlstRtu70a5,proto3" json:"wlst_rtu_70a5,omitempty"`
	// 漏电板选测应答
	WlstRtu_70A6 *WlstRtu_7026 `protobuf:"bytes,96,opt,name=wlst_rtu_70a6,json=wlstRtu70a6,proto3" json:"wlst_rtu_70a6,omitempty"`
	// 设置交流输入保护参数
	WlstRtu_7028 *WlstRtu_7028 `protobuf:"bytes,97,opt,name=wlst_rtu_7028,json=wlstRtu7028,proto3" json:"wlst_rtu_7028,omitempty"`
	// 设置交流输入保护参数应答
	WlstRtu_70A8 *WlstRtu_7028 `protobuf:"bytes,98,opt,name=wlst_rtu_70a8,json=wlstRtu70a8,proto3" json:"wlst_rtu_70a8,omitempty"`
	// 召测交流输入保护参数
	WlstRtu_7040 *WlstRtu_7028 `protobuf:"bytes,99,opt,name=wlst_rtu_7040,json=wlstRtu7040,proto3" json:"wlst_rtu_7040,omitempty"`
	// 召测交流输入保护参数应答
	WlstRtu_70C0 *WlstRtu_7028 `protobuf:"bytes,100,opt,name=wlst_rtu_70c0,json=wlstRtu70c0,proto3" json:"wlst_rtu_70c0,omitempty"`
	// 设置直流输出过、欠压保护参数
	WlstRtu_7029 *WlstRtu_7029 `protobuf:"bytes,101,opt,name=wlst_rtu_7029,json=wlstRtu7029,proto3" json:"wlst_rtu_7029,omitempty"`
	// 设置直流输出过、欠压保护参数应答
	WlstRtu_70A9 *WlstRtu_7029 `protobuf:"bytes,102,opt,name=wlst_rtu_70a9,json=wlstRtu70a9,proto3" json:"wlst_rtu_70a9,omitempty"`
	// 召测直流输出过、欠压保护参数
	WlstRtu_7041 *WlstRtu_7029 `protobuf:"bytes,103,opt,name=wlst_rtu_7041,json=wlstRtu7041,proto3" json:"wlst_rtu_7041,omitempty"`
	// 召测直流输出过、欠压保护参数应答
	WlstRtu_70C1 *WlstRtu_7029 `protobuf:"bytes,104,opt,name=wlst_rtu_70c1,json=wlstRtu70c1,proto3" json:"wlst_rtu_70c1,omitempty"`
	// 设置直流终端参数
	WlstRtu_702A *WlstRtu_702A `protobuf:"bytes,105,opt,name=wlst_rtu_702a,json=wlstRtu702a,proto3" json:"wlst_rtu_702a,omitempty"`
	// 设置直流终端参数应答
	WlstRtu_70Aa *WlstRtu_702A `protobuf:"bytes,106,opt,name=wlst_rtu_70aa,json=wlstRtu70aa,proto3" json:"wlst_rtu_70aa,omitempty"`
	// 召测直流终端参数
	WlstRtu_7042 *WlstRtu_702A `protobuf:"bytes,107,opt,name=wlst_rtu_7042,json=wlstRtu7042,proto3" json:"wlst_rtu_7042,omitempty"`
	// 召测直流终端参数应答
	WlstRtu_70C2 *WlstRtu_702A `protobuf:"bytes,108,opt,name=wlst_rtu_70c2,json=wlstRtu70c2,proto3" json:"wlst_rtu_70c2,omitempty"`
	// 消除直流保护
	WlstRtu_703A *WlstRtu_703A `protobuf:"bytes,109,opt,name=wlst_rtu_703a,json=wlstRtu703a,proto3" json:"wlst_rtu_703a,omitempty"`
	// 消除直流保护应答
	WlstRtu_70Ba *WlstRtu_703A `protobuf:"bytes,110,opt,name=wlst_rtu_70ba,json=wlstRtu70ba,proto3" json:"wlst_rtu_70ba,omitempty"`
	// 直流选测
	WlstRtu_702B *WlstRtu_702B `protobuf:"bytes,111,opt,name=wlst_rtu_702b,json=wlstRtu702b,proto3" json:"wlst_rtu_702b,omitempty"`
	// 直流选测应答
	WlstRtu_70Ab *WlstRtu_702B `protobuf:"bytes,112,opt,name=wlst_rtu_70ab,json=wlstRtu70ab,proto3" json:"wlst_rtu_70ab,omitempty"`
	//线路检测
	//召测终端软件版本
	WlstLduDc00 *WlstRtuDc00 `protobuf:"bytes,200,opt,name=wlst_ldu_dc00,json=wlstLduDc00,proto3" json:"wlst_ldu_dc00,omitempty"`
	//选测回路状态
	WlstLdu_2600 *WlstLdu_2600 `protobuf:"bytes,201,opt,name=wlst_ldu_2600,json=wlstLdu2600,proto3" json:"wlst_ldu_2600,omitempty"`
	//读终端检测参数
	WlstLdu_5B00 *WlstLdu_2600 `protobuf:"bytes,202,opt,name=wlst_ldu_5b00,json=wlstLdu5b00,proto3" json:"wlst_ldu_5b00,omitempty"`
	//设置终端检测参数
	WlstLduC900 *WlstLdu_2600 `protobuf:"bytes,203,opt,name=wlst_ldu_c900,json=wlstLduC900,proto3" json:"wlst_ldu_c900,omitempty"`
	//自适应门限设置
	WlstLdu_4A01 *WlstLdu_2600 `protobuf:"bytes,204,opt,name=wlst_ldu_4a01,json=wlstLdu4a01,proto3" json:"wlst_ldu_4a01,omitempty"`
	//自适应门限设置
	WlstLduCa01 *WlstLdu_2600 `protobuf:"bytes,205,opt,name=wlst_ldu_ca01,json=wlstLduCa01,proto3" json:"wlst_ldu_ca01,omitempty"`
	//选测开灯阻抗基准
	WlstLdu_4D01 *WlstLdu_2600 `protobuf:"bytes,206,opt,name=wlst_ldu_4d01,json=wlstLdu4d01,proto3" json:"wlst_ldu_4d01,omitempty"`
	//选测开灯阻抗最大值
	WlstLdu_4D02 *WlstLdu_2600 `protobuf:"bytes,207,opt,name=wlst_ldu_4d02,json=wlstLdu4d02,proto3" json:"wlst_ldu_4d02,omitempty"`
	//复位开灯阻抗最大值
	WlstLdu_4D03 *WlstLdu_2600 `protobuf:"bytes,208,opt,name=wlst_ldu_4d03,json=wlstLdu4d03,proto3" json:"wlst_ldu_4d03,omitempty"`
	//选测开灯阻抗最大值
	WlstLduCd02 *WlstLdu_2600 `protobuf:"bytes,209,opt,name=wlst_ldu_cd02,json=wlstLduCd02,proto3" json:"wlst_ldu_cd02,omitempty"`
	//复位开灯阻抗最大值
	WlstLduCd03 *WlstLdu_2600 `protobuf:"bytes,210,opt,name=wlst_ldu_cd03,json=wlstLduCd03,proto3" json:"wlst_ldu_cd03,omitempty"`
	//选测回路状态
	WlstLduA600 *WlstLduA600 `protobuf:"bytes,211,opt,name=wlst_ldu_a600,json=wlstLduA600,proto3" json:"wlst_ldu_a600,omitempty"`
	//设置检测终端参数
	WlstLdu_4900 *WlstLdu_4900 `protobuf:"bytes,212,opt,name=wlst_ldu_4900,json=wlstLdu4900,proto3" json:"wlst_ldu_4900,omitempty"`
	//召测终端检测参数
	WlstLduDb00 *WlstLdu_4900 `protobuf:"bytes,213,opt,name=wlst_ldu_db00,json=wlstLduDb00,proto3" json:"wlst_ldu_db00,omitempty"`
	//选测开灯阻抗基准
	WlstLduCd01 *WlstLduCd01 `protobuf:"bytes,214,opt,name=wlst_ldu_cd01,json=wlstLduCd01,proto3" json:"wlst_ldu_cd01,omitempty"`
	//光照度,GPS,抄表,恒杰门控
	// gps数据
	WlstGps_0000 *WlstGps_0000 `protobuf:"bytes,400,opt,name=wlst_gps_0000,json=wlstGps0000,proto3" json:"wlst_gps_0000,omitempty"`
	// wx2002gps 读版本
	WlstGps_5903 *WlstGps_5903 `protobuf:"bytes,434,opt,name=wlst_gps_5903,json=wlstGps5903,proto3" json:"wlst_gps_5903,omitempty"`
	WlstGps_5983 *WlstGps_5903 `protobuf:"bytes,435,opt,name=wlst_gps_5983,json=wlstGps5983,proto3" json:"wlst_gps_5983,omitempty"`
	// wx2002gps 选测
	WlstGps_5904 *WlstGps_5904 `protobuf:"bytes,436,opt,name=wlst_gps_5904,json=wlstGps5904,proto3" json:"wlst_gps_5904,omitempty"`
	WlstGps_5984 *WlstGps_5904 `protobuf:"bytes,437,opt,name=wlst_gps_5984,json=wlstGps5984,proto3" json:"wlst_gps_5984,omitempty"`
	//选测2(多光控)
	WlstAlsA700  *WlstAlsA700 `protobuf:"bytes,401,opt,name=wlst_als_a700,json=wlstAlsA700,proto3" json:"wlst_als_a700,omitempty"`
	WlstAls_2700 *WlstAlsA700 `protobuf:"bytes,402,opt,name=wlst_als_2700,json=wlstAls2700,proto3" json:"wlst_als_2700,omitempty"`
	//设置模式(多光控)
	WlstAlsB700 *WlstAlsA700 `protobuf:"bytes,403,opt,name=wlst_als_b700,json=wlstAlsB700,proto3" json:"wlst_als_b700,omitempty"`
	//设置地址(多光控)
	WlstAlsA500  *WlstAlsA700 `protobuf:"bytes,404,opt,name=wlst_als_a500,json=wlstAlsA500,proto3" json:"wlst_als_a500,omitempty"`
	WlstAls_2500 *WlstAlsA700 `protobuf:"bytes,405,opt,name=wlst_als_2500,json=wlstAls2500,proto3" json:"wlst_als_2500,omitempty"`
	//设置上报数据间隔时间
	WlstAlsB800 *WlstAlsA700 `protobuf:"bytes,406,opt,name=wlst_als_b800,json=wlstAlsB800,proto3" json:"wlst_als_b800,omitempty"`
	//设置模式
	WlstAlsB600 *WlstAlsA700 `protobuf:"bytes,407,opt,name=wlst_als_b600,json=wlstAlsB600,proto3" json:"wlst_als_b600,omitempty"`
	//设置模式
	WlstAls_3600 *WlstAlsA700 `protobuf:"bytes,408,opt,name=wlst_als_3600,json=wlstAls3600,proto3" json:"wlst_als_3600,omitempty"`
	//召测模式
	WlstAlsC600 *WlstAlsA700 `protobuf:"bytes,409,opt,name=wlst_als_c600,json=wlstAlsC600,proto3" json:"wlst_als_c600,omitempty"`
	//设置模式(多光控)
	WlstAls_3700 *WlstAlsA700 `protobuf:"bytes,410,opt,name=wlst_als_3700,json=wlstAls3700,proto3" json:"wlst_als_3700,omitempty"`
	//对终端主报数据(RS485)(多光控)
	WlstAlsA800 *WlstAlsA700 `protobuf:"bytes,411,opt,name=wlst_als_a800,json=wlstAlsA800,proto3" json:"wlst_als_a800,omitempty"`
	//召测模式(多光控)
	WlstAlsC700  *WlstAlsA700 `protobuf:"bytes,412,opt,name=wlst_als_c700,json=wlstAlsC700,proto3" json:"wlst_als_c700,omitempty"`
	WlstAls_4700 *WlstAlsA700 `protobuf:"bytes,413,opt,name=wlst_als_4700,json=wlstAls4700,proto3" json:"wlst_als_4700,omitempty"`
	//设置上报数据间隔时间
	WlstAls_3800 *WlstAlsA700 `protobuf:"bytes,414,opt,name=wlst_als_3800,json=wlstAls3800,proto3" json:"wlst_als_3800,omitempty"`
	//召测上报数据间隔时间
	WlstAlsC800  *WlstAlsA700 `protobuf:"bytes,415,opt,name=wlst_als_c800,json=wlstAlsC800,proto3" json:"wlst_als_c800,omitempty"`
	WlstAls_4800 *WlstAlsA700 `protobuf:"bytes,416,opt,name=wlst_als_4800,json=wlstAls4800,proto3" json:"wlst_als_4800,omitempty"`
	//召测软件版本
	WlstAlsCa00  *WlstAlsA700 `protobuf:"bytes,417,opt,name=wlst_als_ca00,json=wlstAlsCa00,proto3" json:"wlst_als_ca00,omitempty"`
	WlstAls_4A00 *WlstAlsA700 `protobuf:"bytes,418,opt,name=wlst_als_4a00,json=wlstAls4a00,proto3" json:"wlst_als_4a00,omitempty"`
	//选测1
	WlstAlsA600 *WlstAlsA700 `protobuf:"bytes,419,opt,name=wlst_als_a600,json=wlstAlsA600,proto3" json:"wlst_als_a600,omitempty"`
	// 2007读电表数据
	WlstMru_9100 *WlstMru_9100 `protobuf:"bytes,430,opt,name=wlst_mru_9100,json=wlstMru9100,proto3" json:"wlst_mru_9100,omitempty"`
	// 2007读电表数据
	WlstMru_1100 *WlstMru_9100 `protobuf:"bytes,431,opt,name=wlst_mru_1100,json=wlstMru1100,proto3" json:"wlst_mru_1100,omitempty"`
	// 2007读电表地址
	WlstMru_9300 *WlstMru_9100 `protobuf:"bytes,432,opt,name=wlst_mru_9300,json=wlstMru9300,proto3" json:"wlst_mru_9300,omitempty"`
	// 2007读电表地址
	WlstMru_1300 *WlstMru_9100 `protobuf:"bytes,433,opt,name=wlst_mru_1300,json=wlstMru1300,proto3" json:"wlst_mru_1300,omitempty"`
	// 漏电
	// 手动操作
	WlstElu_6257 *WlstElu_6257 `protobuf:"bytes,438,opt,name=wlst_elu_6257,json=wlstElu6257,proto3" json:"wlst_elu_6257,omitempty"`
	WlstElu_62D7 *WlstElu_6257 `protobuf:"bytes,439,opt,name=wlst_elu_62d7,json=wlstElu62d7,proto3" json:"wlst_elu_62d7,omitempty"`
	// 主动报警/选测应答,漏电/温度
	WlstElu_62D8 *WlstElu_62D8 `protobuf:"bytes,440,opt,name=wlst_elu_62d8,json=wlstElu62d8,proto3" json:"wlst_elu_62d8,omitempty"`
	// 查询事件
	WlstElu_625A *WlstElu_625A `protobuf:"bytes,444,opt,name=wlst_elu_625a,json=wlstElu625a,proto3" json:"wlst_elu_625a,omitempty"`
	WlstElu_62Da *WlstElu_625A `protobuf:"bytes,445,opt,name=wlst_elu_62da,json=wlstElu62da,proto3" json:"wlst_elu_62da,omitempty"`
	// 设置检测门限
	WlstElu_625B *WlstElu_625B `protobuf:"bytes,446,opt,name=wlst_elu_625b,json=wlstElu625b,proto3" json:"wlst_elu_625b,omitempty"`
	WlstElu_62Db *WlstElu_625B `protobuf:"bytes,447,opt,name=wlst_elu_62db,json=wlstElu62db,proto3" json:"wlst_elu_62db,omitempty"`
	// 设置时钟
	WlstElu_625C *WlstElu_625C `protobuf:"bytes,448,opt,name=wlst_elu_625c,json=wlstElu625c,proto3" json:"wlst_elu_625c,omitempty"`
	WlstElu_62Dc *WlstElu_625C `protobuf:"bytes,449,opt,name=wlst_elu_62dc,json=wlstElu62dc,proto3" json:"wlst_elu_62dc,omitempty"`
	// 召测参数
	WlstElu_62Dd *WlstElu_6256 `protobuf:"bytes,450,opt,name=wlst_elu_62dd,json=wlstElu62dd,proto3" json:"wlst_elu_62dd,omitempty"`
	// 召测时钟
	WlstElu_62De *WlstElu_625C `protobuf:"bytes,451,opt,name=wlst_elu_62de,json=wlstElu62de,proto3" json:"wlst_elu_62de,omitempty"`
	// 复位应答
	WlstElu_62Df *WlstElu_6255 `protobuf:"bytes,452,opt,name=wlst_elu_62df,json=wlstElu62df,proto3" json:"wlst_elu_62df,omitempty"`
	// 设置地址
	WlstElu_6255 *WlstElu_6255 `protobuf:"bytes,453,opt,name=wlst_elu_6255,json=wlstElu6255,proto3" json:"wlst_elu_6255,omitempty"`
	WlstElu_62D5 *WlstElu_6255 `protobuf:"bytes,454,opt,name=wlst_elu_62d5,json=wlstElu62d5,proto3" json:"wlst_elu_62d5,omitempty"`
	// 设置运行参数
	WlstElu_6256 *WlstElu_6256 `protobuf:"bytes,455,opt,name=wlst_elu_6256,json=wlstElu6256,proto3" json:"wlst_elu_6256,omitempty"`
	WlstElu_62D6 *WlstElu_6256 `protobuf:"bytes,456,opt,name=wlst_elu_62d6,json=wlstElu62d6,proto3" json:"wlst_elu_62d6,omitempty"`
	// 设置/读取 8路2级运行参数
	WlstElu_6266 *WlstElu_6266 `protobuf:"bytes,457,opt,name=wlst_elu_6266,json=wlstElu6266,proto3" json:"wlst_elu_6266,omitempty"`
	WlstElu_62E6 *WlstElu_6266 `protobuf:"bytes,458,opt,name=wlst_elu_62e6,json=wlstElu62e6,proto3" json:"wlst_elu_62e6,omitempty"`
	WlstElu_62Ed *WlstElu_6266 `protobuf:"bytes,459,opt,name=wlst_elu_62ed,json=wlstElu62ed,proto3" json:"wlst_elu_62ed,omitempty"`
	// 主动报警/选测 8路2级数据
	WlstElu_62E8 *WlstElu_62E8 `protobuf:"bytes,460,opt,name=wlst_elu_62e8,json=wlstElu62e8,proto3" json:"wlst_elu_62e8,omitempty"`
	WlstElu_62E9 *WlstElu_62E8 `protobuf:"bytes,461,opt,name=wlst_elu_62e9,json=wlstElu62e9,proto3" json:"wlst_elu_62e9,omitempty"`
	// 恒杰门控
	// 设置地址
	HjLock_0100 *HjLock_0100 `protobuf:"bytes,469,opt,name=hj_lock_0100,json=hjLock0100,proto3" json:"hj_lock_0100,omitempty"`
	// 设置地址应答
	HjLock_8100 *HjLock_0000 `protobuf:"bytes,470,opt,name=hj_lock_8100,json=hjLock8100,proto3" json:"hj_lock_8100,omitempty"`
	// 查询锁状态应答,下行命令:hj_lock_0200
	HjLock_8200 *HjLock_0200 `protobuf:"bytes,471,opt,name=hj_lock_8200,json=hjLock8200,proto3" json:"hj_lock_8200,omitempty"`
	// 开锁应答,下行命令:hj_lock_0300
	HjLock_8300 *HjLock_0000 `protobuf:"bytes,472,opt,name=hj_lock_8300,json=hjLock8300,proto3" json:"hj_lock_8300,omitempty"`
	// 关锁应答,下行命令:hj_lock_0400
	HjLock_8400 *HjLock_0000 `protobuf:"bytes,473,opt,name=hj_lock_8400,json=hjLock8400,proto3" json:"hj_lock_8400,omitempty"`
	// 开门提醒设置
	HjLock_0500 *HjLock_0500 `protobuf:"bytes,474,opt,name=hj_lock_0500,json=hjLock0500,proto3" json:"hj_lock_0500,omitempty"`
	// 开门提醒设置应答
	HjLock_8500 *HjLock_0000 `protobuf:"bytes,475,opt,name=hj_lock_8500,json=hjLock8500,proto3" json:"hj_lock_8500,omitempty"`
	// 添加卡
	HjLock_0600 *HjLock_0600 `protobuf:"bytes,476,opt,name=hj_lock_0600,json=hjLock0600,proto3" json:"hj_lock_0600,omitempty"`
	// 添加卡应答
	HjLock_8600 *HjLock_0000 `protobuf:"bytes,477,opt,name=hj_lock_8600,json=hjLock8600,proto3" json:"hj_lock_8600,omitempty"`
	// 删除卡
	HjLock_0700 *HjLock_0600 `protobuf:"bytes,478,opt,name=hj_lock_0700,json=hjLock0700,proto3" json:"hj_lock_0700,omitempty"`
	// 删除卡应答
	HjLock_8700 *HjLock_0000 `protobuf:"bytes,479,opt,name=hj_lock_8700,json=hjLock8700,proto3" json:"hj_lock_8700,omitempty"`
	// 设置管理卡
	HjLock_0800 *HjLock_0800 `protobuf:"bytes,480,opt,name=hj_lock_0800,json=hjLock0800,proto3" json:"hj_lock_0800,omitempty"`
	// 设置管理卡应答
	HjLock_8800 *HjLock_0000 `protobuf:"bytes,481,opt,name=hj_lock_8800,json=hjLock8800,proto3" json:"hj_lock_8800,omitempty"`
	// 设置开锁时间
	HjLock_0C00 *HjLock_0C00 `protobuf:"bytes,482,opt,name=hj_lock_0c00,json=hjLock0c00,proto3" json:"hj_lock_0c00,omitempty"`
	// 设置开锁时间应答
	HjLock_8C00 *HjLock_0000 `protobuf:"bytes,483,opt,name=hj_lock_8c00,json=hjLock8c00,proto3" json:"hj_lock_8c00,omitempty"`
	// 复位应答,下行命令:hj_lock_0900
	HjLock_8900 *HjLock_0000 `protobuf:"bytes,484,opt,name=hj_lock_8900,json=hjLock8900,proto3" json:"hj_lock_8900,omitempty"`
	// 恢复出厂应答,下行命令:hj_lock_0a00
	HjLock_8A00 *HjLock_0000 `protobuf:"bytes,485,opt,name=hj_lock_8a00,json=hjLock8a00,proto3" json:"hj_lock_8a00,omitempty"`
	// 刷卡主报
	HjLock_8E00 *HjLock_0200 `protobuf:"bytes,486,opt,name=hj_lock_8e00,json=hjLock8e00,proto3" json:"hj_lock_8e00,omitempty"`
	// 设置是否刷卡上报
	HjLock_0D00 *HjLock_0D00 `protobuf:"bytes,487,opt,name=hj_lock_0d00,json=hjLock0d00,proto3" json:"hj_lock_0d00,omitempty"`
	// 设置是否刷卡上报应答
	HjLock_8D00 *HjLock_0000 `protobuf:"bytes,488,opt,name=hj_lock_8d00,json=hjLock8d00,proto3" json:"hj_lock_8d00,omitempty"`
	// 设置报警参数
	HjLock_0E00 *HjLock_0E00 `protobuf:"bytes,489,opt,name=hj_lock_0e00,json=hjLock0e00,proto3" json:"hj_lock_0e00,omitempty"`
	// 设置报警参数应答
	HjLock_8E01 *HjLock_0000 `protobuf:"bytes,490,opt,name=hj_lock_8e01,json=hjLock8e01,proto3" json:"hj_lock_8e01,omitempty"`
	// 设置门磁报警
	HjLock_0F00 *HjLock_0F00 `protobuf:"bytes,491,opt,name=hj_lock_0f00,json=hjLock0f00,proto3" json:"hj_lock_0f00,omitempty"`
	// 设置门磁报警应答
	HjLock_8F00 *HjLock_0000 `protobuf:"bytes,492,opt,name=hj_lock_8f00,json=hjLock8f00,proto3" json:"hj_lock_8f00,omitempty"`
	// 查询锁号应答, 下行命令 xh.lock.1000
	HjLock_9000 *HjLock_1000 `protobuf:"bytes,493,opt,name=hj_lock_9000,json=hjLock9000,proto3" json:"hj_lock_9000,omitempty"`
	// 查询门锁状态应答,下行命令 xh.lock.1100
	HjLock_9100 *HjLock_1100 `protobuf:"bytes,494,opt,name=hj_lock_9100,json=hjLock9100,proto3" json:"hj_lock_9100,omitempty"`
	// 设置通讯方式
	HjLock_1300 *HjLock_1300 `protobuf:"bytes,495,opt,name=hj_lock_1300,json=hjLock1300,proto3" json:"hj_lock_1300,omitempty"`
	// 设置通讯方式应答
	HjLock_9300 *HjLock_0000 `protobuf:"bytes,496,opt,name=hj_lock_9300,json=hjLock9300,proto3" json:"hj_lock_9300,omitempty"`
	//单灯
	//复位网络
	WlstSlu_1900 *WlstSlu_2400 `protobuf:"bytes,601,opt,name=wlst_slu_1900,json=wlstSlu1900,proto3" json:"wlst_slu_1900,omitempty"`
	//复位网络应答
	WlstSlu_9900 *WlstSlu_2400 `protobuf:"bytes,602,opt,name=wlst_slu_9900,json=wlstSlu9900,proto3" json:"wlst_slu_9900,omitempty"`
	//招测集中器版本
	WlstSluD000 *WlstSluD000 `protobuf:"bytes,603,opt,name=wlst_slu_d000,json=wlstSluD000,proto3" json:"wlst_slu_d000,omitempty"`
	//启动停止集中器巡测
	WlstSlu_2400 *WlstSlu_2400 `protobuf:"bytes,604,opt,name=wlst_slu_2400,json=wlstSlu2400,proto3" json:"wlst_slu_2400,omitempty"`
	//启动停止集中器巡测 应答
	WlstSluA400 *WlstSluF400 `protobuf:"bytes,605,opt,name=wlst_slu_a400,json=wlstSluA400,proto3" json:"wlst_slu_a400,omitempty"`
	//设置集中器停运主报
	WlstSlu_2800 *WlstSlu_2800 `protobuf:"bytes,606,opt,name=wlst_slu_2800,json=wlstSlu2800,proto3" json:"wlst_slu_2800,omitempty"`
	//设置集中器停运主报 应答
	WlstSluA800 *WlstSluF400 `protobuf:"bytes,607,opt,name=wlst_slu_a800,json=wlstSluA800,proto3" json:"wlst_slu_a800,omitempty"`
	//设置集中器参数
	WlstSlu_3000 *WlstSlu_3000 `protobuf:"bytes,608,opt,name=wlst_slu_3000,json=wlstSlu3000,proto3" json:"wlst_slu_3000,omitempty"`
	//设置集中器参数 应答
	WlstSluB000 *WlstSluF400 `protobuf:"bytes,609,opt,name=wlst_slu_b000,json=wlstSluB000,proto3" json:"wlst_slu_b000,omitempty"`
	//选测集中器参数 应答
	WlstSluB200 *WlstSlu_3000 `protobuf:"bytes,610,opt,name=wlst_slu_b200,json=wlstSluB200,proto3" json:"wlst_slu_b200,omitempty"`
	//招测控制器域名更改信息 应答
	WlstSlu_9A00 *WlstSlu_9A00 `protobuf:"bytes,611,opt,name=wlst_slu_9a00,json=wlstSlu9a00,proto3" json:"wlst_slu_9a00,omitempty"`
	//选测集中器报警参数 应答
	WlstSluCd00 *WlstSluCd00 `protobuf:"bytes,612,opt,name=wlst_slu_cd00,json=wlstSluCd00,proto3" json:"wlst_slu_cd00,omitempty"`
	//设置控制器域名
	WlstSlu_1C00 *WlstSlu_1C00 `protobuf:"bytes,613,opt,name=wlst_slu_1c00,json=wlstSlu1c00,proto3" json:"wlst_slu_1c00,omitempty"`
	//设置控制器域名 应答
	WlstSlu_9C00 *WlstSluF400 `protobuf:"bytes,614,opt,name=wlst_slu_9c00,json=wlstSlu9c00,proto3" json:"wlst_slu_9c00,omitempty"`
	//选测未知控制器
	WlstSlu_1D00 *WlstSlu_1D00 `protobuf:"bytes,615,opt,name=wlst_slu_1d00,json=wlstSlu1d00,proto3" json:"wlst_slu_1d00,omitempty"`
	//选测未知控制器 应答
	WlstSlu_9D00 *WlstSlu_9D00 `protobuf:"bytes,616,opt,name=wlst_slu_9d00,json=wlstSlu9d00,proto3" json:"wlst_slu_9d00,omitempty"`
	//复位以及参数初始化
	WlstSlu_7000 *WlstSluF000 `protobuf:"bytes,617,opt,name=wlst_slu_7000,json=wlstSlu7000,proto3" json:"wlst_slu_7000,omitempty"`
	//复位以及参数初始化 应答
	WlstSluF000 *WlstSluF000 `protobuf:"bytes,618,opt,name=wlst_slu_f000,json=wlstSluF000,proto3" json:"wlst_slu_f000,omitempty"`
	//时钟设置
	WlstSlu_7100 *WlstSluF100 `protobuf:"bytes,619,opt,name=wlst_slu_7100,json=wlstSlu7100,proto3" json:"wlst_slu_7100,omitempty"`
	//时钟设置 应答
	WlstSluF100 *WlstSluF100 `protobuf:"bytes,620,opt,name=wlst_slu_f100,json=wlstSluF100,proto3" json:"wlst_slu_f100,omitempty"`
	//控制器参数设置读取
	WlstSlu_7200 *WlstSluF200 `protobuf:"bytes,621,opt,name=wlst_slu_7200,json=wlstSlu7200,proto3" json:"wlst_slu_7200,omitempty"`
	//控制器参数设置读取 应答
	WlstSluF200 *WlstSluF200 `protobuf:"bytes,622,opt,name=wlst_slu_f200,json=wlstSluF200,proto3" json:"wlst_slu_f200,omitempty"`
	//选测 (集中器缓存)
	WlstSlu_7300 *WlstSlu_7300 `protobuf:"bytes,623,opt,name=wlst_slu_7300,json=wlstSlu7300,proto3" json:"wlst_slu_7300,omitempty"`
	//选测 应答
	WlstSluF300 *WlstSlu_7300 `protobuf:"bytes,624,opt,name=wlst_slu_f300,json=wlstSluF300,proto3" json:"wlst_slu_f300,omitempty"`
	//设置时间(485用,到集中器)
	WlstSlu_7400 *WlstSlu_7400 `protobuf:"bytes,625,opt,name=wlst_slu_7400,json=wlstSlu7400,proto3" json:"wlst_slu_7400,omitempty"`
	//设置时间(485用,到集中器) 应答
	WlstSluF400 *WlstSluF400 `protobuf:"bytes,626,opt,name=wlst_slu_f400,json=wlstSluF400,proto3" json:"wlst_slu_f400,omitempty"`
	//设置时间(gprs用,到集中器)
	// Wlst_slu_7400 wlst_slu_7d00 = 627;
	//设置时间(gprs用,到集中器) 应答
	// Wlst_slu_f400 wlst_slu_fd00 = 628;
	//设置集中器报警参数
	WlstSlu_7600 *WlstSluCd00 `protobuf:"bytes,629,opt,name=wlst_slu_7600,json=wlstSlu7600,proto3" json:"wlst_slu_7600,omitempty"`
	//设置集中器报警参数 应答
	WlstSluF600 *WlstSluF400 `protobuf:"bytes,630,opt,name=wlst_slu_f600,json=wlstSluF600,proto3" json:"wlst_slu_f600,omitempty"`
	//集中器主动上报
	WlstSluF900 *WlstSluF900 `protobuf:"bytes,631,opt,name=wlst_slu_f900,json=wlstSluF900,proto3" json:"wlst_slu_f900,omitempty"`
	//选测控制器参数
	WlstSlu_7A00 *WlstSlu_1D00 `protobuf:"bytes,632,opt,name=wlst_slu_7a00,json=wlstSlu7a00,proto3" json:"wlst_slu_7a00,omitempty"`
	//选测控制器参数 应答
	WlstSluFa00 *WlstSlu_9D00 `protobuf:"bytes,633,opt,name=wlst_slu_fa00,json=wlstSluFa00,proto3" json:"wlst_slu_fa00,omitempty"`
	//读取短程控制参数
	WlstSlu_7B00 *WlstSlu_7B00 `protobuf:"bytes,634,opt,name=wlst_slu_7b00,json=wlstSlu7b00,proto3" json:"wlst_slu_7b00,omitempty"`
	//读取短程控制参数 应答
	WlstSluFb00 *WlstSlu_7B00 `protobuf:"bytes,635,opt,name=wlst_slu_fb00,json=wlstSluFb00,proto3" json:"wlst_slu_fb00,omitempty"`
	//集中器返回操作失败的控制器
	WlstSluFe00 *WlstSluFe00 `protobuf:"bytes,636,opt,name=wlst_slu_fe00,json=wlstSluFe00,proto3" json:"wlst_slu_fe00,omitempty"`
	//设置本地控制参数(到控制器)
	WlstSlu_7C00 *WlstSlu_7C00 `protobuf:"bytes,637,opt,name=wlst_slu_7c00,json=wlstSlu7c00,proto3" json:"wlst_slu_7c00,omitempty"`
	//设置本地控制参数 应答
	WlstSluFc00 *WlstSluF400 `protobuf:"bytes,638,opt,name=wlst_slu_fc00,json=wlstSluFc00,proto3" json:"wlst_slu_fc00,omitempty"`
	//控制器复位以及参数初始化
	WlstSlu_6F00 *WlstSlu_6F00 `protobuf:"bytes,639,opt,name=wlst_slu_6f00,json=wlstSlu6f00,proto3" json:"wlst_slu_6f00,omitempty"`
	//控制器复位以及参数初始化 应答
	WlstSluEf00 *WlstSlu_6F00 `protobuf:"bytes,640,opt,name=wlst_slu_ef00,json=wlstSluEf00,proto3" json:"wlst_slu_ef00,omitempty"`
	//设置延迟巡测间隔
	WlstSlu_6E00 *WlstSlu_6E00 `protobuf:"bytes,641,opt,name=wlst_slu_6e00,json=wlstSlu6e00,proto3" json:"wlst_slu_6e00,omitempty"`
	//延迟巡测间隔招测/应答
	WlstSluEe00 *WlstSlu_6E00 `protobuf:"bytes,642,opt,name=wlst_slu_ee00,json=wlstSluEe00,proto3" json:"wlst_slu_ee00,omitempty"`
	// 设置单灯节假日
	WlstSlu_6B00 *WlstSlu_6B00 `protobuf:"bytes,643,opt,name=wlst_slu_6b00,json=wlstSlu6b00,proto3" json:"wlst_slu_6b00,omitempty"`
	// 设置单灯节假日应答
	WlstSluEb00 *WlstSluF400 `protobuf:"bytes,644,opt,name=wlst_slu_eb00,json=wlstSluEb00,proto3" json:"wlst_slu_eb00,omitempty"`
	// 召测单灯节假日设置
	WlstSlu_6C00 *WlstSlu_6C00 `protobuf:"bytes,645,opt,name=wlst_slu_6c00,json=wlstSlu6c00,proto3" json:"wlst_slu_6c00,omitempty"`
	// 召测单灯节假日设置应答
	WlstSluEc00 *WlstSluEc00 `protobuf:"bytes,646,opt,name=wlst_slu_ec00,json=wlstSluEc00,proto3" json:"wlst_slu_ec00,omitempty"`
	// 召测事件记录
	WlstSlu_7800 *WlstSlu_7800 `protobuf:"bytes,647,opt,name=wlst_slu_7800,json=wlstSlu7800,proto3" json:"wlst_slu_7800,omitempty"`
	// 召测事件记录应答
	WlstSluF800 *WlstSluF800 `protobuf:"bytes,648,opt,name=wlst_slu_f800,json=wlstSluF800,proto3" json:"wlst_slu_f800,omitempty"`
	// nb控制器数据主报
	WlstSluB900 *WlstSlu_3900 `protobuf:"bytes,649,opt,name=wlst_slu_b900,json=wlstSluB900,proto3" json:"wlst_slu_b900,omitempty"`
	//节能
	WlstEsu_9B00 *WlstRtuDc00  `protobuf:"bytes,800,opt,name=wlst_esu_9b00,json=wlstEsu9b00,proto3" json:"wlst_esu_9b00,omitempty"`
	WlstEsu_9200 *WlstEsu_9200 `protobuf:"bytes,801,opt,name=wlst_esu_9200,json=wlstEsu9200,proto3" json:"wlst_esu_9200,omitempty"`
	WlstEsu_1100 *WlstEsu_9200 `protobuf:"bytes,802,opt,name=wlst_esu_1100,json=wlstEsu1100,proto3" json:"wlst_esu_1100,omitempty"`
	WlstEsu_9E00 *WlstEsu_9E00 `protobuf:"bytes,803,opt,name=wlst_esu_9e00,json=wlstEsu9e00,proto3" json:"wlst_esu_9e00,omitempty"`
	WlstEsu_1D00 *WlstEsu_9E00 `protobuf:"bytes,804,opt,name=wlst_esu_1d00,json=wlstEsu1d00,proto3" json:"wlst_esu_1d00,omitempty"`
	WlstEsu_9A00 *WlstEsu_9A00 `protobuf:"bytes,805,opt,name=wlst_esu_9a00,json=wlstEsu9a00,proto3" json:"wlst_esu_9a00,omitempty"`
	WlstEsu_1900 *WlstEsu_1900 `protobuf:"bytes,806,opt,name=wlst_esu_1900,json=wlstEsu1900,proto3" json:"wlst_esu_1900,omitempty"`
	WlstEsu_2500 *WlstEsu_1900 `protobuf:"bytes,807,opt,name=wlst_esu_2500,json=wlstEsu2500,proto3" json:"wlst_esu_2500,omitempty"`
	WlstEsu_1800 *WlstEsu_1800 `protobuf:"bytes,808,opt,name=wlst_esu_1800,json=wlstEsu1800,proto3" json:"wlst_esu_1800,omitempty"`
	WlstEsu_9700 *WlstEsu_9700 `protobuf:"bytes,809,opt,name=wlst_esu_9700,json=wlstEsu9700,proto3" json:"wlst_esu_9700,omitempty"`
	WlstEsu_1700 *WlstEsu_9700 `protobuf:"bytes,810,opt,name=wlst_esu_1700,json=wlstEsu1700,proto3" json:"wlst_esu_1700,omitempty"`
	WlstEsu_1A00 *WlstEsu_9700 `protobuf:"bytes,811,opt,name=wlst_esu_1a00,json=wlstEsu1a00,proto3" json:"wlst_esu_1a00,omitempty"`
	WlstEsu_9500 *WlstEsu_9500 `protobuf:"bytes,812,opt,name=wlst_esu_9500,json=wlstEsu9500,proto3" json:"wlst_esu_9500,omitempty"`
	WlstEsu_1400 *WlstEsu_9500 `protobuf:"bytes,813,opt,name=wlst_esu_1400,json=wlstEsu1400,proto3" json:"wlst_esu_1400,omitempty"`
	WlstEsu_9F00 *WlstEsu_9F00 `protobuf:"bytes,814,opt,name=wlst_esu_9f00,json=wlstEsu9f00,proto3" json:"wlst_esu_9f00,omitempty"`
	WlstEsu_9300 *WlstEsu_9F00 `protobuf:"bytes,815,opt,name=wlst_esu_9300,json=wlstEsu9300,proto3" json:"wlst_esu_9300,omitempty"`
	WlstEsu_9400 *WlstEsu_9400 `protobuf:"bytes,816,opt,name=wlst_esu_9400,json=wlstEsu9400,proto3" json:"wlst_esu_9400,omitempty"`
	WlstEsu_9000 *WlstEsu_9000 `protobuf:"bytes,817,opt,name=wlst_esu_9000,json=wlstEsu9000,proto3" json:"wlst_esu_9000,omitempty"`
	WlstEsu_9100 *WlstEsu_9000 `protobuf:"bytes,818,opt,name=wlst_esu_9100,json=wlstEsu9100,proto3" json:"wlst_esu_9100,omitempty"`
	WlstEsu_9900 *WlstEsu_9000 `protobuf:"bytes,819,opt,name=wlst_esu_9900,json=wlstEsu9900,proto3" json:"wlst_esu_9900,omitempty"`
	WlstEsu_9D00 *WlstEsu_9000 `protobuf:"bytes,820,opt,name=wlst_esu_9d00,json=wlstEsu9d00,proto3" json:"wlst_esu_9d00,omitempty"`
	WlstEsuA500  *WlstEsu_9000 `protobuf:"bytes,821,opt,name=wlst_esu_a500,json=wlstEsuA500,proto3" json:"wlst_esu_a500,omitempty"`
	WlstEsu_1600 *WlstEsu_1600 `protobuf:"bytes,822,opt,name=wlst_esu_1600,json=wlstEsu1600,proto3" json:"wlst_esu_1600,omitempty"`
	WlstEsu_9600 *WlstEsu_9000 `protobuf:"bytes,823,opt,name=wlst_esu_9600,json=wlstEsu9600,proto3" json:"wlst_esu_9600,omitempty"`
	WlstEsu_9800 *WlstEsu_9000 `protobuf:"bytes,825,opt,name=wlst_esu_9800,json=wlstEsu9800,proto3" json:"wlst_esu_9800,omitempty"`
	WlstEsuA200  *WlstEsu_9000 `protobuf:"bytes,826,opt,name=wlst_esu_a200,json=wlstEsuA200,proto3" json:"wlst_esu_a200,omitempty"`
	WlstEsuA300  *WlstEsu_9000 `protobuf:"bytes,827,opt,name=wlst_esu_a300,json=wlstEsuA300,proto3" json:"wlst_esu_a300,omitempty"`
	// 智能漏电
	// 对时
	WlstIelu_0120 *WlstIelu_0120 `protobuf:"bytes,900,opt,name=wlst_ielu_0120,json=wlstIelu0120,proto3" json:"wlst_ielu_0120,omitempty"`
	// 对时应答
	WlstIelu_01A0 *WlstIelu_0120 `protobuf:"bytes,901,opt,name=wlst_ielu_01a0,json=wlstIelu01a0,proto3" json:"wlst_ielu_01a0,omitempty"`
	// 读取时钟应答
	WlstIelu_0121 *WlstIelu_0120 `protobuf:"bytes,902,opt,name=wlst_ielu_0121,json=wlstIelu0121,proto3" json:"wlst_ielu_0121,omitempty"`
	WlstIelu_01A1 *WlstIelu_0120 `protobuf:"bytes,903,opt,name=wlst_ielu_01a1,json=wlstIelu01a1,proto3" json:"wlst_ielu_01a1,omitempty"`
	// 查询版本应答
	WlstIelu_0122 *WlstIelu_0122 `protobuf:"bytes,904,opt,name=wlst_ielu_0122,json=wlstIelu0122,proto3" json:"wlst_ielu_0122,omitempty"`
	WlstIelu_01A2 *WlstIelu_0122 `protobuf:"bytes,905,opt,name=wlst_ielu_01a2,json=wlstIelu01a2,proto3" json:"wlst_ielu_01a2,omitempty"`
	// 分合匝控制
	WlstIelu_0123 *WlstIelu_0123 `protobuf:"bytes,906,opt,name=wlst_ielu_0123,json=wlstIelu0123,proto3" json:"wlst_ielu_0123,omitempty"`
	// 分合匝控制应答
	WlstIelu_01A3 *WlstIelu_0123 `protobuf:"bytes,907,opt,name=wlst_ielu_01a3,json=wlstIelu01a3,proto3" json:"wlst_ielu_01a3,omitempty"`
	// 设置参数
	WlstIelu_0124 *WlstIelu_0124 `protobuf:"bytes,908,opt,name=wlst_ielu_0124,json=wlstIelu0124,proto3" json:"wlst_ielu_0124,omitempty"`
	// 设置参数应答
	WlstIelu_01A4 *WlstIelu_0124 `protobuf:"bytes,909,opt,name=wlst_ielu_01a4,json=wlstIelu01a4,proto3" json:"wlst_ielu_01a4,omitempty"`
	// 读取参数应答
	WlstIelu_0125 *WlstIelu_0124 `protobuf:"bytes,910,opt,name=wlst_ielu_0125,json=wlstIelu0125,proto3" json:"wlst_ielu_0125,omitempty"`
	WlstIelu_01A5 *WlstIelu_0124 `protobuf:"bytes,911,opt,name=wlst_ielu_01a5,json=wlstIelu01a5,proto3" json:"wlst_ielu_01a5,omitempty"`
	// 选测数据应答
	WlstIelu_0126 *WlstIelu_0126 `protobuf:"bytes,912,opt,name=wlst_ielu_0126,json=wlstIelu0126,proto3" json:"wlst_ielu_0126,omitempty"`
	WlstIelu_01A6 *WlstIelu_0126 `protobuf:"bytes,913,opt,name=wlst_ielu_01a6,json=wlstIelu01a6,proto3" json:"wlst_ielu_01a6,omitempty"`
	// 消除漏电报警
	WlstIelu_0127 *WlstIelu_0127 `protobuf:"bytes,914,opt,name=wlst_ielu_0127,json=wlstIelu0127,proto3" json:"wlst_ielu_0127,omitempty"`
	// 消除漏电报警应答
	WlstIelu_01A7 *WlstIelu_0127 `protobuf:"bytes,915,opt,name=wlst_ielu_01a7,json=wlstIelu01a7,proto3" json:"wlst_ielu_01a7,omitempty"`
	// 查询事件记录
	WlstIelu_0128 *WlstIelu_0128 `protobuf:"bytes,916,opt,name=wlst_ielu_0128,json=wlstIelu0128,proto3" json:"wlst_ielu_0128,omitempty"`
	// 查询事件记录应答
	WlstIelu_01A8 *WlstIelu_0128 `protobuf:"bytes,917,opt,name=wlst_ielu_01a8,json=wlstIelu01a8,proto3" json:"wlst_ielu_01a8,omitempty"`
	// 主动报警
	WlstIelu_0194 *WlstIelu_0194 `protobuf:"bytes,918,opt,name=wlst_ielu_0194,json=wlstIelu0194,proto3" json:"wlst_ielu_0194,omitempty"`
}

数据服务和通讯服务传输格式

func (*WlstTerminal) Descriptor

func (*WlstTerminal) Descriptor() ([]byte, []int)

func (*WlstTerminal) GetHjLock_0100

func (m *WlstTerminal) GetHjLock_0100() *HjLock_0100

func (*WlstTerminal) GetHjLock_0500

func (m *WlstTerminal) GetHjLock_0500() *HjLock_0500

func (*WlstTerminal) GetHjLock_0600

func (m *WlstTerminal) GetHjLock_0600() *HjLock_0600

func (*WlstTerminal) GetHjLock_0700

func (m *WlstTerminal) GetHjLock_0700() *HjLock_0600

func (*WlstTerminal) GetHjLock_0800

func (m *WlstTerminal) GetHjLock_0800() *HjLock_0800

func (*WlstTerminal) GetHjLock_0C00

func (m *WlstTerminal) GetHjLock_0C00() *HjLock_0C00

func (*WlstTerminal) GetHjLock_0D00

func (m *WlstTerminal) GetHjLock_0D00() *HjLock_0D00

func (*WlstTerminal) GetHjLock_0E00

func (m *WlstTerminal) GetHjLock_0E00() *HjLock_0E00

func (*WlstTerminal) GetHjLock_0F00

func (m *WlstTerminal) GetHjLock_0F00() *HjLock_0F00

func (*WlstTerminal) GetHjLock_1300

func (m *WlstTerminal) GetHjLock_1300() *HjLock_1300

func (*WlstTerminal) GetHjLock_8100

func (m *WlstTerminal) GetHjLock_8100() *HjLock_0000

func (*WlstTerminal) GetHjLock_8200

func (m *WlstTerminal) GetHjLock_8200() *HjLock_0200

func (*WlstTerminal) GetHjLock_8300

func (m *WlstTerminal) GetHjLock_8300() *HjLock_0000

func (*WlstTerminal) GetHjLock_8400

func (m *WlstTerminal) GetHjLock_8400() *HjLock_0000

func (*WlstTerminal) GetHjLock_8500

func (m *WlstTerminal) GetHjLock_8500() *HjLock_0000

func (*WlstTerminal) GetHjLock_8600

func (m *WlstTerminal) GetHjLock_8600() *HjLock_0000

func (*WlstTerminal) GetHjLock_8700

func (m *WlstTerminal) GetHjLock_8700() *HjLock_0000

func (*WlstTerminal) GetHjLock_8800

func (m *WlstTerminal) GetHjLock_8800() *HjLock_0000

func (*WlstTerminal) GetHjLock_8900

func (m *WlstTerminal) GetHjLock_8900() *HjLock_0000

func (*WlstTerminal) GetHjLock_8A00

func (m *WlstTerminal) GetHjLock_8A00() *HjLock_0000

func (*WlstTerminal) GetHjLock_8C00

func (m *WlstTerminal) GetHjLock_8C00() *HjLock_0000

func (*WlstTerminal) GetHjLock_8D00

func (m *WlstTerminal) GetHjLock_8D00() *HjLock_0000

func (*WlstTerminal) GetHjLock_8E00

func (m *WlstTerminal) GetHjLock_8E00() *HjLock_0200

func (*WlstTerminal) GetHjLock_8E01

func (m *WlstTerminal) GetHjLock_8E01() *HjLock_0000

func (*WlstTerminal) GetHjLock_8F00

func (m *WlstTerminal) GetHjLock_8F00() *HjLock_0000

func (*WlstTerminal) GetHjLock_9000

func (m *WlstTerminal) GetHjLock_9000() *HjLock_1000

func (*WlstTerminal) GetHjLock_9100

func (m *WlstTerminal) GetHjLock_9100() *HjLock_1100

func (*WlstTerminal) GetHjLock_9300

func (m *WlstTerminal) GetHjLock_9300() *HjLock_0000

func (*WlstTerminal) GetWlstAlsA500

func (m *WlstTerminal) GetWlstAlsA500() *WlstAlsA700

func (*WlstTerminal) GetWlstAlsA600

func (m *WlstTerminal) GetWlstAlsA600() *WlstAlsA700

func (*WlstTerminal) GetWlstAlsA700

func (m *WlstTerminal) GetWlstAlsA700() *WlstAlsA700

func (*WlstTerminal) GetWlstAlsA800

func (m *WlstTerminal) GetWlstAlsA800() *WlstAlsA700

func (*WlstTerminal) GetWlstAlsB600

func (m *WlstTerminal) GetWlstAlsB600() *WlstAlsA700

func (*WlstTerminal) GetWlstAlsB700

func (m *WlstTerminal) GetWlstAlsB700() *WlstAlsA700

func (*WlstTerminal) GetWlstAlsB800

func (m *WlstTerminal) GetWlstAlsB800() *WlstAlsA700

func (*WlstTerminal) GetWlstAlsC600

func (m *WlstTerminal) GetWlstAlsC600() *WlstAlsA700

func (*WlstTerminal) GetWlstAlsC700

func (m *WlstTerminal) GetWlstAlsC700() *WlstAlsA700

func (*WlstTerminal) GetWlstAlsC800

func (m *WlstTerminal) GetWlstAlsC800() *WlstAlsA700

func (*WlstTerminal) GetWlstAlsCa00

func (m *WlstTerminal) GetWlstAlsCa00() *WlstAlsA700

func (*WlstTerminal) GetWlstAls_2500

func (m *WlstTerminal) GetWlstAls_2500() *WlstAlsA700

func (*WlstTerminal) GetWlstAls_2700

func (m *WlstTerminal) GetWlstAls_2700() *WlstAlsA700

func (*WlstTerminal) GetWlstAls_3600

func (m *WlstTerminal) GetWlstAls_3600() *WlstAlsA700

func (*WlstTerminal) GetWlstAls_3700

func (m *WlstTerminal) GetWlstAls_3700() *WlstAlsA700

func (*WlstTerminal) GetWlstAls_3800

func (m *WlstTerminal) GetWlstAls_3800() *WlstAlsA700

func (*WlstTerminal) GetWlstAls_4700

func (m *WlstTerminal) GetWlstAls_4700() *WlstAlsA700

func (*WlstTerminal) GetWlstAls_4800

func (m *WlstTerminal) GetWlstAls_4800() *WlstAlsA700

func (*WlstTerminal) GetWlstAls_4A00

func (m *WlstTerminal) GetWlstAls_4A00() *WlstAlsA700

func (*WlstTerminal) GetWlstElu_6255

func (m *WlstTerminal) GetWlstElu_6255() *WlstElu_6255

func (*WlstTerminal) GetWlstElu_6256

func (m *WlstTerminal) GetWlstElu_6256() *WlstElu_6256

func (*WlstTerminal) GetWlstElu_6257

func (m *WlstTerminal) GetWlstElu_6257() *WlstElu_6257

func (*WlstTerminal) GetWlstElu_625A

func (m *WlstTerminal) GetWlstElu_625A() *WlstElu_625A

func (*WlstTerminal) GetWlstElu_625B

func (m *WlstTerminal) GetWlstElu_625B() *WlstElu_625B

func (*WlstTerminal) GetWlstElu_625C

func (m *WlstTerminal) GetWlstElu_625C() *WlstElu_625C

func (*WlstTerminal) GetWlstElu_6266

func (m *WlstTerminal) GetWlstElu_6266() *WlstElu_6266

func (*WlstTerminal) GetWlstElu_62D5

func (m *WlstTerminal) GetWlstElu_62D5() *WlstElu_6255

func (*WlstTerminal) GetWlstElu_62D6

func (m *WlstTerminal) GetWlstElu_62D6() *WlstElu_6256

func (*WlstTerminal) GetWlstElu_62D7

func (m *WlstTerminal) GetWlstElu_62D7() *WlstElu_6257

func (*WlstTerminal) GetWlstElu_62D8

func (m *WlstTerminal) GetWlstElu_62D8() *WlstElu_62D8

func (*WlstTerminal) GetWlstElu_62Da

func (m *WlstTerminal) GetWlstElu_62Da() *WlstElu_625A

func (*WlstTerminal) GetWlstElu_62Db

func (m *WlstTerminal) GetWlstElu_62Db() *WlstElu_625B

func (*WlstTerminal) GetWlstElu_62Dc

func (m *WlstTerminal) GetWlstElu_62Dc() *WlstElu_625C

func (*WlstTerminal) GetWlstElu_62Dd

func (m *WlstTerminal) GetWlstElu_62Dd() *WlstElu_6256

func (*WlstTerminal) GetWlstElu_62De

func (m *WlstTerminal) GetWlstElu_62De() *WlstElu_625C

func (*WlstTerminal) GetWlstElu_62Df

func (m *WlstTerminal) GetWlstElu_62Df() *WlstElu_6255

func (*WlstTerminal) GetWlstElu_62E6

func (m *WlstTerminal) GetWlstElu_62E6() *WlstElu_6266

func (*WlstTerminal) GetWlstElu_62E8

func (m *WlstTerminal) GetWlstElu_62E8() *WlstElu_62E8

func (*WlstTerminal) GetWlstElu_62E9

func (m *WlstTerminal) GetWlstElu_62E9() *WlstElu_62E8

func (*WlstTerminal) GetWlstElu_62Ed

func (m *WlstTerminal) GetWlstElu_62Ed() *WlstElu_6266

func (*WlstTerminal) GetWlstEsuA200

func (m *WlstTerminal) GetWlstEsuA200() *WlstEsu_9000

func (*WlstTerminal) GetWlstEsuA300

func (m *WlstTerminal) GetWlstEsuA300() *WlstEsu_9000

func (*WlstTerminal) GetWlstEsuA500

func (m *WlstTerminal) GetWlstEsuA500() *WlstEsu_9000

func (*WlstTerminal) GetWlstEsu_1100

func (m *WlstTerminal) GetWlstEsu_1100() *WlstEsu_9200

func (*WlstTerminal) GetWlstEsu_1400

func (m *WlstTerminal) GetWlstEsu_1400() *WlstEsu_9500

func (*WlstTerminal) GetWlstEsu_1600

func (m *WlstTerminal) GetWlstEsu_1600() *WlstEsu_1600

func (*WlstTerminal) GetWlstEsu_1700

func (m *WlstTerminal) GetWlstEsu_1700() *WlstEsu_9700

func (*WlstTerminal) GetWlstEsu_1800

func (m *WlstTerminal) GetWlstEsu_1800() *WlstEsu_1800

func (*WlstTerminal) GetWlstEsu_1900

func (m *WlstTerminal) GetWlstEsu_1900() *WlstEsu_1900

func (*WlstTerminal) GetWlstEsu_1A00

func (m *WlstTerminal) GetWlstEsu_1A00() *WlstEsu_9700

func (*WlstTerminal) GetWlstEsu_1D00

func (m *WlstTerminal) GetWlstEsu_1D00() *WlstEsu_9E00

func (*WlstTerminal) GetWlstEsu_2500

func (m *WlstTerminal) GetWlstEsu_2500() *WlstEsu_1900

func (*WlstTerminal) GetWlstEsu_9000

func (m *WlstTerminal) GetWlstEsu_9000() *WlstEsu_9000

func (*WlstTerminal) GetWlstEsu_9100

func (m *WlstTerminal) GetWlstEsu_9100() *WlstEsu_9000

func (*WlstTerminal) GetWlstEsu_9200

func (m *WlstTerminal) GetWlstEsu_9200() *WlstEsu_9200

func (*WlstTerminal) GetWlstEsu_9300

func (m *WlstTerminal) GetWlstEsu_9300() *WlstEsu_9F00

func (*WlstTerminal) GetWlstEsu_9400

func (m *WlstTerminal) GetWlstEsu_9400() *WlstEsu_9400

func (*WlstTerminal) GetWlstEsu_9500

func (m *WlstTerminal) GetWlstEsu_9500() *WlstEsu_9500

func (*WlstTerminal) GetWlstEsu_9600

func (m *WlstTerminal) GetWlstEsu_9600() *WlstEsu_9000

func (*WlstTerminal) GetWlstEsu_9700

func (m *WlstTerminal) GetWlstEsu_9700() *WlstEsu_9700

func (*WlstTerminal) GetWlstEsu_9800

func (m *WlstTerminal) GetWlstEsu_9800() *WlstEsu_9000

func (*WlstTerminal) GetWlstEsu_9900

func (m *WlstTerminal) GetWlstEsu_9900() *WlstEsu_9000

func (*WlstTerminal) GetWlstEsu_9A00

func (m *WlstTerminal) GetWlstEsu_9A00() *WlstEsu_9A00

func (*WlstTerminal) GetWlstEsu_9B00

func (m *WlstTerminal) GetWlstEsu_9B00() *WlstRtuDc00

func (*WlstTerminal) GetWlstEsu_9D00

func (m *WlstTerminal) GetWlstEsu_9D00() *WlstEsu_9000

func (*WlstTerminal) GetWlstEsu_9E00

func (m *WlstTerminal) GetWlstEsu_9E00() *WlstEsu_9E00

func (*WlstTerminal) GetWlstEsu_9F00

func (m *WlstTerminal) GetWlstEsu_9F00() *WlstEsu_9F00

func (*WlstTerminal) GetWlstGps_0000

func (m *WlstTerminal) GetWlstGps_0000() *WlstGps_0000

func (*WlstTerminal) GetWlstGps_5903

func (m *WlstTerminal) GetWlstGps_5903() *WlstGps_5903

func (*WlstTerminal) GetWlstGps_5904

func (m *WlstTerminal) GetWlstGps_5904() *WlstGps_5904

func (*WlstTerminal) GetWlstGps_5983

func (m *WlstTerminal) GetWlstGps_5983() *WlstGps_5903

func (*WlstTerminal) GetWlstGps_5984

func (m *WlstTerminal) GetWlstGps_5984() *WlstGps_5904

func (*WlstTerminal) GetWlstIelu_0120

func (m *WlstTerminal) GetWlstIelu_0120() *WlstIelu_0120

func (*WlstTerminal) GetWlstIelu_0121

func (m *WlstTerminal) GetWlstIelu_0121() *WlstIelu_0120

func (*WlstTerminal) GetWlstIelu_0122

func (m *WlstTerminal) GetWlstIelu_0122() *WlstIelu_0122

func (*WlstTerminal) GetWlstIelu_0123

func (m *WlstTerminal) GetWlstIelu_0123() *WlstIelu_0123

func (*WlstTerminal) GetWlstIelu_0124

func (m *WlstTerminal) GetWlstIelu_0124() *WlstIelu_0124

func (*WlstTerminal) GetWlstIelu_0125

func (m *WlstTerminal) GetWlstIelu_0125() *WlstIelu_0124

func (*WlstTerminal) GetWlstIelu_0126

func (m *WlstTerminal) GetWlstIelu_0126() *WlstIelu_0126

func (*WlstTerminal) GetWlstIelu_0127

func (m *WlstTerminal) GetWlstIelu_0127() *WlstIelu_0127

func (*WlstTerminal) GetWlstIelu_0128

func (m *WlstTerminal) GetWlstIelu_0128() *WlstIelu_0128

func (*WlstTerminal) GetWlstIelu_0194

func (m *WlstTerminal) GetWlstIelu_0194() *WlstIelu_0194

func (*WlstTerminal) GetWlstIelu_01A0

func (m *WlstTerminal) GetWlstIelu_01A0() *WlstIelu_0120

func (*WlstTerminal) GetWlstIelu_01A1

func (m *WlstTerminal) GetWlstIelu_01A1() *WlstIelu_0120

func (*WlstTerminal) GetWlstIelu_01A2

func (m *WlstTerminal) GetWlstIelu_01A2() *WlstIelu_0122

func (*WlstTerminal) GetWlstIelu_01A3

func (m *WlstTerminal) GetWlstIelu_01A3() *WlstIelu_0123

func (*WlstTerminal) GetWlstIelu_01A4

func (m *WlstTerminal) GetWlstIelu_01A4() *WlstIelu_0124

func (*WlstTerminal) GetWlstIelu_01A5

func (m *WlstTerminal) GetWlstIelu_01A5() *WlstIelu_0124

func (*WlstTerminal) GetWlstIelu_01A6

func (m *WlstTerminal) GetWlstIelu_01A6() *WlstIelu_0126

func (*WlstTerminal) GetWlstIelu_01A7

func (m *WlstTerminal) GetWlstIelu_01A7() *WlstIelu_0127

func (*WlstTerminal) GetWlstIelu_01A8

func (m *WlstTerminal) GetWlstIelu_01A8() *WlstIelu_0128

func (*WlstTerminal) GetWlstLduA600

func (m *WlstTerminal) GetWlstLduA600() *WlstLduA600

func (*WlstTerminal) GetWlstLduC900

func (m *WlstTerminal) GetWlstLduC900() *WlstLdu_2600

func (*WlstTerminal) GetWlstLduCa01

func (m *WlstTerminal) GetWlstLduCa01() *WlstLdu_2600

func (*WlstTerminal) GetWlstLduCd01

func (m *WlstTerminal) GetWlstLduCd01() *WlstLduCd01

func (*WlstTerminal) GetWlstLduCd02

func (m *WlstTerminal) GetWlstLduCd02() *WlstLdu_2600

func (*WlstTerminal) GetWlstLduCd03

func (m *WlstTerminal) GetWlstLduCd03() *WlstLdu_2600

func (*WlstTerminal) GetWlstLduDb00

func (m *WlstTerminal) GetWlstLduDb00() *WlstLdu_4900

func (*WlstTerminal) GetWlstLduDc00

func (m *WlstTerminal) GetWlstLduDc00() *WlstRtuDc00

func (*WlstTerminal) GetWlstLdu_2600

func (m *WlstTerminal) GetWlstLdu_2600() *WlstLdu_2600

func (*WlstTerminal) GetWlstLdu_4900

func (m *WlstTerminal) GetWlstLdu_4900() *WlstLdu_4900

func (*WlstTerminal) GetWlstLdu_4A01

func (m *WlstTerminal) GetWlstLdu_4A01() *WlstLdu_2600

func (*WlstTerminal) GetWlstLdu_4D01

func (m *WlstTerminal) GetWlstLdu_4D01() *WlstLdu_2600

func (*WlstTerminal) GetWlstLdu_4D02

func (m *WlstTerminal) GetWlstLdu_4D02() *WlstLdu_2600

func (*WlstTerminal) GetWlstLdu_4D03

func (m *WlstTerminal) GetWlstLdu_4D03() *WlstLdu_2600

func (*WlstTerminal) GetWlstLdu_5B00

func (m *WlstTerminal) GetWlstLdu_5B00() *WlstLdu_2600

func (*WlstTerminal) GetWlstMru_1100

func (m *WlstTerminal) GetWlstMru_1100() *WlstMru_9100

func (*WlstTerminal) GetWlstMru_1300

func (m *WlstTerminal) GetWlstMru_1300() *WlstMru_9100

func (*WlstTerminal) GetWlstMru_9100

func (m *WlstTerminal) GetWlstMru_9100() *WlstMru_9100

func (*WlstTerminal) GetWlstMru_9300

func (m *WlstTerminal) GetWlstMru_9300() *WlstMru_9100

func (*WlstTerminal) GetWlstRtuA000

func (m *WlstTerminal) GetWlstRtuA000() *WlstRtuA000

func (*WlstTerminal) GetWlstRtuA200

func (m *WlstTerminal) GetWlstRtuA200() *WlstRtuA200

func (*WlstTerminal) GetWlstRtuAb00

func (m *WlstTerminal) GetWlstRtuAb00() *WlstRtuDc00

func (*WlstTerminal) GetWlstRtuB200

func (m *WlstTerminal) GetWlstRtuB200() *WlstRtuB200

func (*WlstTerminal) GetWlstRtuC111

func (m *WlstTerminal) GetWlstRtuC111() *WlstRtu_4111

func (*WlstTerminal) GetWlstRtuC400

func (m *WlstTerminal) GetWlstRtuC400() *WlstRtuAns

func (*WlstTerminal) GetWlstRtuC700

func (m *WlstTerminal) GetWlstRtuC700() *WlstRtuE600

func (*WlstTerminal) GetWlstRtuCb00

func (m *WlstTerminal) GetWlstRtuCb00() *WlstRtuAns

func (*WlstTerminal) GetWlstRtuCc00

func (m *WlstTerminal) GetWlstRtuCc00() *WlstRtu_9800

func (*WlstTerminal) GetWlstRtuCupd

func (m *WlstTerminal) GetWlstRtuCupd() *WlstRtu_7008

func (*WlstTerminal) GetWlstRtuCxxx

func (m *WlstTerminal) GetWlstRtuCxxx() *WlstRtu_4111

func (*WlstTerminal) GetWlstRtuD900

func (m *WlstTerminal) GetWlstRtuD900() *WlstRtuB200

func (*WlstTerminal) GetWlstRtuDa00

func (m *WlstTerminal) GetWlstRtuDa00() *WlstRtuDa00

func (*WlstTerminal) GetWlstRtuDc00

func (m *WlstTerminal) GetWlstRtuDc00() *WlstRtuDc00

func (*WlstTerminal) GetWlstRtuDf00

func (m *WlstTerminal) GetWlstRtuDf00() *WlstRtuDf00

func (*WlstTerminal) GetWlstRtuE600

func (m *WlstTerminal) GetWlstRtuE600() *WlstRtuE600

func (*WlstTerminal) GetWlstRtuE900

func (m *WlstTerminal) GetWlstRtuE900() *WlstRtuB200

func (*WlstTerminal) GetWlstRtuF800

func (m *WlstTerminal) GetWlstRtuF800() *WlstRtu_7800

func (*WlstTerminal) GetWlstRtu_1200

func (m *WlstTerminal) GetWlstRtu_1200() *WlstRtu_9300

func (*WlstTerminal) GetWlstRtu_1900

func (m *WlstTerminal) GetWlstRtu_1900() *WlstRtu_1900

func (*WlstTerminal) GetWlstRtu_2210

func (m *WlstTerminal) GetWlstRtu_2210() *WlstRtuA200

func (*WlstTerminal) GetWlstRtu_3100

func (m *WlstTerminal) GetWlstRtu_3100() *WlstRtuB200

func (*WlstTerminal) GetWlstRtu_4000

func (m *WlstTerminal) GetWlstRtu_4000() *WlstRtu_4000

func (*WlstTerminal) GetWlstRtu_4101

func (m *WlstTerminal) GetWlstRtu_4101() *WlstRtu_4101

func (*WlstTerminal) GetWlstRtu_4104

func (m *WlstTerminal) GetWlstRtu_4104() *WlstRtu_4104

func (*WlstTerminal) GetWlstRtu_4110

func (m *WlstTerminal) GetWlstRtu_4110() *WlstRtu_4110

func (*WlstTerminal) GetWlstRtu_4111

func (m *WlstTerminal) GetWlstRtu_4111() *WlstRtu_4111

func (*WlstTerminal) GetWlstRtu_4201

func (m *WlstTerminal) GetWlstRtu_4201() *WlstRtu_4200

func (*WlstTerminal) GetWlstRtu_4204

func (m *WlstTerminal) GetWlstRtu_4204() *WlstRtu_4200

func (*WlstTerminal) GetWlstRtu_4210

func (m *WlstTerminal) GetWlstRtu_4210() *WlstRtu_4200

func (*WlstTerminal) GetWlstRtu_4401

func (m *WlstTerminal) GetWlstRtu_4401() *WlstRtu_4401

func (*WlstTerminal) GetWlstRtu_4600

func (m *WlstTerminal) GetWlstRtu_4600() *WlstRtuE600

func (*WlstTerminal) GetWlstRtu_4B00

func (m *WlstTerminal) GetWlstRtu_4B00() *WlstRtu_4B00

func (*WlstTerminal) GetWlstRtu_4C00

func (m *WlstTerminal) GetWlstRtu_4C00() *WlstRtu_9800

func (*WlstTerminal) GetWlstRtu_5800

func (m *WlstTerminal) GetWlstRtu_5800() *WlstRtuB200

func (*WlstTerminal) GetWlstRtu_6100

func (m *WlstTerminal) GetWlstRtu_6100() *WlstRtu_6100

func (*WlstTerminal) GetWlstRtu_6500

func (m *WlstTerminal) GetWlstRtu_6500() *WlstRtuE600

func (*WlstTerminal) GetWlstRtu_6800

func (m *WlstTerminal) GetWlstRtu_6800() *WlstRtuB200

func (*WlstTerminal) GetWlstRtu_7003

func (m *WlstTerminal) GetWlstRtu_7003() *WlstRtu_7003

func (*WlstTerminal) GetWlstRtu_7006

func (m *WlstTerminal) GetWlstRtu_7006() *WlstRtu_7006

func (*WlstTerminal) GetWlstRtu_7007

func (m *WlstTerminal) GetWlstRtu_7007() *WlstRtu_7007

func (*WlstTerminal) GetWlstRtu_7008

func (m *WlstTerminal) GetWlstRtu_7008() *WlstRtu_7008

func (*WlstTerminal) GetWlstRtu_700A

func (m *WlstTerminal) GetWlstRtu_700A() *WlstRtu_700A

func (*WlstTerminal) GetWlstRtu_7010

func (m *WlstTerminal) GetWlstRtu_7010() *WlstRtu_7010

func (*WlstTerminal) GetWlstRtu_7020

func (m *WlstTerminal) GetWlstRtu_7020() *WlstRtu_70A0

func (*WlstTerminal) GetWlstRtu_7021

func (m *WlstTerminal) GetWlstRtu_7021() *WlstRtu_7021

func (*WlstTerminal) GetWlstRtu_7022

func (m *WlstTerminal) GetWlstRtu_7022() *WlstRtu_7021

func (*WlstTerminal) GetWlstRtu_7023

func (m *WlstTerminal) GetWlstRtu_7023() *WlstRtu_7023

func (*WlstTerminal) GetWlstRtu_7024

func (m *WlstTerminal) GetWlstRtu_7024() *WlstRtu_7024

func (*WlstTerminal) GetWlstRtu_7025

func (m *WlstTerminal) GetWlstRtu_7025() *WlstRtu_7024

func (*WlstTerminal) GetWlstRtu_7026

func (m *WlstTerminal) GetWlstRtu_7026() *WlstRtu_7026

func (*WlstTerminal) GetWlstRtu_7027

func (m *WlstTerminal) GetWlstRtu_7027() *WlstRtu_7027

func (*WlstTerminal) GetWlstRtu_7028

func (m *WlstTerminal) GetWlstRtu_7028() *WlstRtu_7028

func (*WlstTerminal) GetWlstRtu_7029

func (m *WlstTerminal) GetWlstRtu_7029() *WlstRtu_7029

func (*WlstTerminal) GetWlstRtu_702A

func (m *WlstTerminal) GetWlstRtu_702A() *WlstRtu_702A

func (*WlstTerminal) GetWlstRtu_702B

func (m *WlstTerminal) GetWlstRtu_702B() *WlstRtu_702B

func (*WlstTerminal) GetWlstRtu_703A

func (m *WlstTerminal) GetWlstRtu_703A() *WlstRtu_703A

func (*WlstTerminal) GetWlstRtu_7040

func (m *WlstTerminal) GetWlstRtu_7040() *WlstRtu_7028

func (*WlstTerminal) GetWlstRtu_7041

func (m *WlstTerminal) GetWlstRtu_7041() *WlstRtu_7029

func (*WlstTerminal) GetWlstRtu_7042

func (m *WlstTerminal) GetWlstRtu_7042() *WlstRtu_702A

func (*WlstTerminal) GetWlstRtu_7053

func (m *WlstTerminal) GetWlstRtu_7053() *WlstRtu_7053

func (*WlstTerminal) GetWlstRtu_705A

func (m *WlstTerminal) GetWlstRtu_705A() *WlstRtu_705A

func (*WlstTerminal) GetWlstRtu_705B

func (m *WlstTerminal) GetWlstRtu_705B() *WlstRtu_705B

func (*WlstTerminal) GetWlstRtu_7060

func (m *WlstTerminal) GetWlstRtu_7060() *WlstRtu_7060

func (*WlstTerminal) GetWlstRtu_7061

func (m *WlstTerminal) GetWlstRtu_7061() *WlstRtu_7061

func (*WlstTerminal) GetWlstRtu_7076

func (m *WlstTerminal) GetWlstRtu_7076() *WlstRtu_7076

func (*WlstTerminal) GetWlstRtu_7077

func (m *WlstTerminal) GetWlstRtu_7077() *WlstRtu_7077

func (*WlstTerminal) GetWlstRtu_7081

func (m *WlstTerminal) GetWlstRtu_7081() *WlstRtu_7081

func (*WlstTerminal) GetWlstRtu_7083

func (m *WlstTerminal) GetWlstRtu_7083() *WlstRtu_7087

func (*WlstTerminal) GetWlstRtu_7085

func (m *WlstTerminal) GetWlstRtu_7085() *WlstRtu_7081

func (*WlstTerminal) GetWlstRtu_7086

func (m *WlstTerminal) GetWlstRtu_7086() *WlstRtu_7081

func (*WlstTerminal) GetWlstRtu_7087

func (m *WlstTerminal) GetWlstRtu_7087() *WlstRtu_7087

func (*WlstTerminal) GetWlstRtu_7090

func (m *WlstTerminal) GetWlstRtu_7090() *WlstRtu_7010

func (*WlstTerminal) GetWlstRtu_7094

func (m *WlstTerminal) GetWlstRtu_7094() *WlstRtu_7094

func (*WlstTerminal) GetWlstRtu_70A0

func (m *WlstTerminal) GetWlstRtu_70A0() *WlstRtu_70A0

func (*WlstTerminal) GetWlstRtu_70A1

func (m *WlstTerminal) GetWlstRtu_70A1() *WlstRtu_7021

func (*WlstTerminal) GetWlstRtu_70A2

func (m *WlstTerminal) GetWlstRtu_70A2() *WlstRtu_7021

func (*WlstTerminal) GetWlstRtu_70A3

func (m *WlstTerminal) GetWlstRtu_70A3() *WlstRtu_7023

func (*WlstTerminal) GetWlstRtu_70A4

func (m *WlstTerminal) GetWlstRtu_70A4() *WlstRtu_7024

func (*WlstTerminal) GetWlstRtu_70A5

func (m *WlstTerminal) GetWlstRtu_70A5() *WlstRtu_7024

func (*WlstTerminal) GetWlstRtu_70A6

func (m *WlstTerminal) GetWlstRtu_70A6() *WlstRtu_7026

func (*WlstTerminal) GetWlstRtu_70A7

func (m *WlstTerminal) GetWlstRtu_70A7() *WlstRtu_7027

func (*WlstTerminal) GetWlstRtu_70A8

func (m *WlstTerminal) GetWlstRtu_70A8() *WlstRtu_7028

func (*WlstTerminal) GetWlstRtu_70A9

func (m *WlstTerminal) GetWlstRtu_70A9() *WlstRtu_7029

func (*WlstTerminal) GetWlstRtu_70Aa

func (m *WlstTerminal) GetWlstRtu_70Aa() *WlstRtu_702A

func (*WlstTerminal) GetWlstRtu_70Ab

func (m *WlstTerminal) GetWlstRtu_70Ab() *WlstRtu_702B

func (*WlstTerminal) GetWlstRtu_70Ba

func (m *WlstTerminal) GetWlstRtu_70Ba() *WlstRtu_703A

func (*WlstTerminal) GetWlstRtu_70C0

func (m *WlstTerminal) GetWlstRtu_70C0() *WlstRtu_7028

func (*WlstTerminal) GetWlstRtu_70C1

func (m *WlstTerminal) GetWlstRtu_70C1() *WlstRtu_7029

func (*WlstTerminal) GetWlstRtu_70C2

func (m *WlstTerminal) GetWlstRtu_70C2() *WlstRtu_702A

func (*WlstTerminal) GetWlstRtu_70D0

func (m *WlstTerminal) GetWlstRtu_70D0() *WlstRtu_70D0

func (*WlstTerminal) GetWlstRtu_70D3

func (m *WlstTerminal) GetWlstRtu_70D3() *WlstRtu_70D3

func (*WlstTerminal) GetWlstRtu_70Da

func (m *WlstTerminal) GetWlstRtu_70Da() *WlstRtu_70Da

func (*WlstTerminal) GetWlstRtu_70Db

func (m *WlstTerminal) GetWlstRtu_70Db() *WlstRtu_705B

func (*WlstTerminal) GetWlstRtu_70E0

func (m *WlstTerminal) GetWlstRtu_70E0() *WlstRtu_70E0

func (*WlstTerminal) GetWlstRtu_70E1

func (m *WlstTerminal) GetWlstRtu_70E1() *WlstRtu_7060

func (*WlstTerminal) GetWlstRtu_70F6

func (m *WlstTerminal) GetWlstRtu_70F6() *WlstRtu_7076

func (*WlstTerminal) GetWlstRtu_70F7

func (m *WlstTerminal) GetWlstRtu_70F7() *WlstRtu_7077

func (*WlstTerminal) GetWlstRtu_7800

func (m *WlstTerminal) GetWlstRtu_7800() *WlstRtu_7800

func (*WlstTerminal) GetWlstRtu_7B00

func (m *WlstTerminal) GetWlstRtu_7B00() *WlstRtu_7B00

func (*WlstTerminal) GetWlstRtu_9200

func (m *WlstTerminal) GetWlstRtu_9200() *WlstRtuAns

func (*WlstTerminal) GetWlstRtu_9300

func (m *WlstTerminal) GetWlstRtu_9300() *WlstRtu_9300

func (*WlstTerminal) GetWlstRtu_9800

func (m *WlstTerminal) GetWlstRtu_9800() *WlstRtu_9800

func (*WlstTerminal) GetWlstSluA400

func (m *WlstTerminal) GetWlstSluA400() *WlstSluF400

func (*WlstTerminal) GetWlstSluA800

func (m *WlstTerminal) GetWlstSluA800() *WlstSluF400

func (*WlstTerminal) GetWlstSluB000

func (m *WlstTerminal) GetWlstSluB000() *WlstSluF400

func (*WlstTerminal) GetWlstSluB200

func (m *WlstTerminal) GetWlstSluB200() *WlstSlu_3000

func (*WlstTerminal) GetWlstSluB900

func (m *WlstTerminal) GetWlstSluB900() *WlstSlu_3900

func (*WlstTerminal) GetWlstSluCd00

func (m *WlstTerminal) GetWlstSluCd00() *WlstSluCd00

func (*WlstTerminal) GetWlstSluD000

func (m *WlstTerminal) GetWlstSluD000() *WlstSluD000

func (*WlstTerminal) GetWlstSluEb00

func (m *WlstTerminal) GetWlstSluEb00() *WlstSluF400

func (*WlstTerminal) GetWlstSluEc00

func (m *WlstTerminal) GetWlstSluEc00() *WlstSluEc00

func (*WlstTerminal) GetWlstSluEe00

func (m *WlstTerminal) GetWlstSluEe00() *WlstSlu_6E00

func (*WlstTerminal) GetWlstSluEf00

func (m *WlstTerminal) GetWlstSluEf00() *WlstSlu_6F00

func (*WlstTerminal) GetWlstSluF000

func (m *WlstTerminal) GetWlstSluF000() *WlstSluF000

func (*WlstTerminal) GetWlstSluF100

func (m *WlstTerminal) GetWlstSluF100() *WlstSluF100

func (*WlstTerminal) GetWlstSluF200

func (m *WlstTerminal) GetWlstSluF200() *WlstSluF200

func (*WlstTerminal) GetWlstSluF300

func (m *WlstTerminal) GetWlstSluF300() *WlstSlu_7300

func (*WlstTerminal) GetWlstSluF400

func (m *WlstTerminal) GetWlstSluF400() *WlstSluF400

func (*WlstTerminal) GetWlstSluF600

func (m *WlstTerminal) GetWlstSluF600() *WlstSluF400

func (*WlstTerminal) GetWlstSluF800

func (m *WlstTerminal) GetWlstSluF800() *WlstSluF800

func (*WlstTerminal) GetWlstSluF900

func (m *WlstTerminal) GetWlstSluF900() *WlstSluF900

func (*WlstTerminal) GetWlstSluFa00

func (m *WlstTerminal) GetWlstSluFa00() *WlstSlu_9D00

func (*WlstTerminal) GetWlstSluFb00

func (m *WlstTerminal) GetWlstSluFb00() *WlstSlu_7B00

func (*WlstTerminal) GetWlstSluFc00

func (m *WlstTerminal) GetWlstSluFc00() *WlstSluF400

func (*WlstTerminal) GetWlstSluFe00

func (m *WlstTerminal) GetWlstSluFe00() *WlstSluFe00

func (*WlstTerminal) GetWlstSlu_1900

func (m *WlstTerminal) GetWlstSlu_1900() *WlstSlu_2400

func (*WlstTerminal) GetWlstSlu_1C00

func (m *WlstTerminal) GetWlstSlu_1C00() *WlstSlu_1C00

func (*WlstTerminal) GetWlstSlu_1D00

func (m *WlstTerminal) GetWlstSlu_1D00() *WlstSlu_1D00

func (*WlstTerminal) GetWlstSlu_2400

func (m *WlstTerminal) GetWlstSlu_2400() *WlstSlu_2400

func (*WlstTerminal) GetWlstSlu_2800

func (m *WlstTerminal) GetWlstSlu_2800() *WlstSlu_2800

func (*WlstTerminal) GetWlstSlu_3000

func (m *WlstTerminal) GetWlstSlu_3000() *WlstSlu_3000

func (*WlstTerminal) GetWlstSlu_6B00

func (m *WlstTerminal) GetWlstSlu_6B00() *WlstSlu_6B00

func (*WlstTerminal) GetWlstSlu_6C00

func (m *WlstTerminal) GetWlstSlu_6C00() *WlstSlu_6C00

func (*WlstTerminal) GetWlstSlu_6E00

func (m *WlstTerminal) GetWlstSlu_6E00() *WlstSlu_6E00

func (*WlstTerminal) GetWlstSlu_6F00

func (m *WlstTerminal) GetWlstSlu_6F00() *WlstSlu_6F00

func (*WlstTerminal) GetWlstSlu_7000

func (m *WlstTerminal) GetWlstSlu_7000() *WlstSluF000

func (*WlstTerminal) GetWlstSlu_7100

func (m *WlstTerminal) GetWlstSlu_7100() *WlstSluF100

func (*WlstTerminal) GetWlstSlu_7200

func (m *WlstTerminal) GetWlstSlu_7200() *WlstSluF200

func (*WlstTerminal) GetWlstSlu_7300

func (m *WlstTerminal) GetWlstSlu_7300() *WlstSlu_7300

func (*WlstTerminal) GetWlstSlu_7400

func (m *WlstTerminal) GetWlstSlu_7400() *WlstSlu_7400

func (*WlstTerminal) GetWlstSlu_7600

func (m *WlstTerminal) GetWlstSlu_7600() *WlstSluCd00

func (*WlstTerminal) GetWlstSlu_7800

func (m *WlstTerminal) GetWlstSlu_7800() *WlstSlu_7800

func (*WlstTerminal) GetWlstSlu_7A00

func (m *WlstTerminal) GetWlstSlu_7A00() *WlstSlu_1D00

func (*WlstTerminal) GetWlstSlu_7B00

func (m *WlstTerminal) GetWlstSlu_7B00() *WlstSlu_7B00

func (*WlstTerminal) GetWlstSlu_7C00

func (m *WlstTerminal) GetWlstSlu_7C00() *WlstSlu_7C00

func (*WlstTerminal) GetWlstSlu_9900

func (m *WlstTerminal) GetWlstSlu_9900() *WlstSlu_2400

func (*WlstTerminal) GetWlstSlu_9A00

func (m *WlstTerminal) GetWlstSlu_9A00() *WlstSlu_9A00

func (*WlstTerminal) GetWlstSlu_9C00

func (m *WlstTerminal) GetWlstSlu_9C00() *WlstSluF400

func (*WlstTerminal) GetWlstSlu_9D00

func (m *WlstTerminal) GetWlstSlu_9D00() *WlstSlu_9D00

func (*WlstTerminal) Marshal

func (m *WlstTerminal) Marshal() (dAtA []byte, err error)

func (*WlstTerminal) MarshalTo

func (m *WlstTerminal) MarshalTo(dAtA []byte) (int, error)

func (*WlstTerminal) MarshalToSizedBuffer

func (m *WlstTerminal) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WlstTerminal) ProtoMessage

func (*WlstTerminal) ProtoMessage()

func (*WlstTerminal) Reset

func (m *WlstTerminal) Reset()

func (*WlstTerminal) Size

func (m *WlstTerminal) Size() (n int)

func (*WlstTerminal) String

func (m *WlstTerminal) String() string

func (*WlstTerminal) Unmarshal

func (m *WlstTerminal) Unmarshal(dAtA []byte) error

func (*WlstTerminal) XXX_DiscardUnknown

func (m *WlstTerminal) XXX_DiscardUnknown()

func (*WlstTerminal) XXX_Marshal

func (m *WlstTerminal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WlstTerminal) XXX_Merge

func (m *WlstTerminal) XXX_Merge(src proto.Message)

func (*WlstTerminal) XXX_Size

func (m *WlstTerminal) XXX_Size() int

func (*WlstTerminal) XXX_Unmarshal

func (m *WlstTerminal) XXX_Unmarshal(b []byte) error

type WxjyEsuD700

type WxjyEsuD700 struct {
	// A相输入电压
	PhaseAIn int32 `protobuf:"varint,1,opt,name=phase_a_in,json=phaseAIn,proto3" json:"phase_a_in,omitempty"`
	// B相输入电压
	PhaseBIn int32 `protobuf:"varint,2,opt,name=phase_b_in,json=phaseBIn,proto3" json:"phase_b_in,omitempty"`
	// C相输入电压
	PhaseCIn int32 `protobuf:"varint,3,opt,name=phase_c_in,json=phaseCIn,proto3" json:"phase_c_in,omitempty"`
	// A相输出电压
	PhaseAOut int32 `protobuf:"varint,4,opt,name=phase_a_out,json=phaseAOut,proto3" json:"phase_a_out,omitempty"`
	// B相输出电压
	PhaseBOut int32 `protobuf:"varint,5,opt,name=phase_b_out,json=phaseBOut,proto3" json:"phase_b_out,omitempty"`
	// C相输出电压
	PhaseCOut int32 `protobuf:"varint,6,opt,name=phase_c_out,json=phaseCOut,proto3" json:"phase_c_out,omitempty"`
}

func (*WxjyEsuD700) Descriptor

func (*WxjyEsuD700) Descriptor() ([]byte, []int)

func (*WxjyEsuD700) GetPhaseAIn

func (m *WxjyEsuD700) GetPhaseAIn() int32

func (*WxjyEsuD700) GetPhaseAOut

func (m *WxjyEsuD700) GetPhaseAOut() int32

func (*WxjyEsuD700) GetPhaseBIn

func (m *WxjyEsuD700) GetPhaseBIn() int32

func (*WxjyEsuD700) GetPhaseBOut

func (m *WxjyEsuD700) GetPhaseBOut() int32

func (*WxjyEsuD700) GetPhaseCIn

func (m *WxjyEsuD700) GetPhaseCIn() int32

func (*WxjyEsuD700) GetPhaseCOut

func (m *WxjyEsuD700) GetPhaseCOut() int32

func (*WxjyEsuD700) Marshal

func (m *WxjyEsuD700) Marshal() (dAtA []byte, err error)

func (*WxjyEsuD700) MarshalTo

func (m *WxjyEsuD700) MarshalTo(dAtA []byte) (int, error)

func (*WxjyEsuD700) MarshalToSizedBuffer

func (m *WxjyEsuD700) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WxjyEsuD700) ProtoMessage

func (*WxjyEsuD700) ProtoMessage()

func (*WxjyEsuD700) Reset

func (m *WxjyEsuD700) Reset()

func (*WxjyEsuD700) Size

func (m *WxjyEsuD700) Size() (n int)

func (*WxjyEsuD700) String

func (m *WxjyEsuD700) String() string

func (*WxjyEsuD700) Unmarshal

func (m *WxjyEsuD700) Unmarshal(dAtA []byte) error

func (*WxjyEsuD700) XXX_DiscardUnknown

func (m *WxjyEsuD700) XXX_DiscardUnknown()

func (*WxjyEsuD700) XXX_Marshal

func (m *WxjyEsuD700) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WxjyEsuD700) XXX_Merge

func (m *WxjyEsuD700) XXX_Merge(src proto.Message)

func (*WxjyEsuD700) XXX_Size

func (m *WxjyEsuD700) XXX_Size() int

func (*WxjyEsuD700) XXX_Unmarshal

func (m *WxjyEsuD700) XXX_Unmarshal(b []byte) error

type WxjyEsuD800

type WxjyEsuD800 struct {
	//报警状态
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
}

func (*WxjyEsuD800) Descriptor

func (*WxjyEsuD800) Descriptor() ([]byte, []int)

func (*WxjyEsuD800) GetStatus

func (m *WxjyEsuD800) GetStatus() string

func (*WxjyEsuD800) Marshal

func (m *WxjyEsuD800) Marshal() (dAtA []byte, err error)

func (*WxjyEsuD800) MarshalTo

func (m *WxjyEsuD800) MarshalTo(dAtA []byte) (int, error)

func (*WxjyEsuD800) MarshalToSizedBuffer

func (m *WxjyEsuD800) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WxjyEsuD800) ProtoMessage

func (*WxjyEsuD800) ProtoMessage()

func (*WxjyEsuD800) Reset

func (m *WxjyEsuD800) Reset()

func (*WxjyEsuD800) Size

func (m *WxjyEsuD800) Size() (n int)

func (*WxjyEsuD800) String

func (m *WxjyEsuD800) String() string

func (*WxjyEsuD800) Unmarshal

func (m *WxjyEsuD800) Unmarshal(dAtA []byte) error

func (*WxjyEsuD800) XXX_DiscardUnknown

func (m *WxjyEsuD800) XXX_DiscardUnknown()

func (*WxjyEsuD800) XXX_Marshal

func (m *WxjyEsuD800) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WxjyEsuD800) XXX_Merge

func (m *WxjyEsuD800) XXX_Merge(src proto.Message)

func (*WxjyEsuD800) XXX_Size

func (m *WxjyEsuD800) XXX_Size() int

func (*WxjyEsuD800) XXX_Unmarshal

func (m *WxjyEsuD800) XXX_Unmarshal(b []byte) error

type WxjyEsu_5500

type WxjyEsu_5500 struct {
	//当前时间 hhmmss
	TimeNow string `protobuf:"bytes,1,opt,name=time_now,json=timeNow,proto3" json:"time_now,omitempty"`
	//时间1-3 hhmm
	XTime []int32 `protobuf:"varint,2,rep,packed,name=x_time,json=xTime,proto3" json:"x_time,omitempty"`
	//电压
	XVoltage []int32 `protobuf:"varint,3,rep,packed,name=x_voltage,json=xVoltage,proto3" json:"x_voltage,omitempty"`
}

江阴节能协议 Wxjy_esu_d500

func (*WxjyEsu_5500) Descriptor

func (*WxjyEsu_5500) Descriptor() ([]byte, []int)

func (*WxjyEsu_5500) GetTimeNow

func (m *WxjyEsu_5500) GetTimeNow() string

func (*WxjyEsu_5500) GetXTime

func (m *WxjyEsu_5500) GetXTime() []int32

func (*WxjyEsu_5500) GetXVoltage

func (m *WxjyEsu_5500) GetXVoltage() []int32

func (*WxjyEsu_5500) Marshal

func (m *WxjyEsu_5500) Marshal() (dAtA []byte, err error)

func (*WxjyEsu_5500) MarshalTo

func (m *WxjyEsu_5500) MarshalTo(dAtA []byte) (int, error)

func (*WxjyEsu_5500) MarshalToSizedBuffer

func (m *WxjyEsu_5500) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WxjyEsu_5500) ProtoMessage

func (*WxjyEsu_5500) ProtoMessage()

func (*WxjyEsu_5500) Reset

func (m *WxjyEsu_5500) Reset()

func (*WxjyEsu_5500) Size

func (m *WxjyEsu_5500) Size() (n int)

func (*WxjyEsu_5500) String

func (m *WxjyEsu_5500) String() string

func (*WxjyEsu_5500) Unmarshal

func (m *WxjyEsu_5500) Unmarshal(dAtA []byte) error

func (*WxjyEsu_5500) XXX_DiscardUnknown

func (m *WxjyEsu_5500) XXX_DiscardUnknown()

func (*WxjyEsu_5500) XXX_Marshal

func (m *WxjyEsu_5500) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WxjyEsu_5500) XXX_Merge

func (m *WxjyEsu_5500) XXX_Merge(src proto.Message)

func (*WxjyEsu_5500) XXX_Size

func (m *WxjyEsu_5500) XXX_Size() int

func (*WxjyEsu_5500) XXX_Unmarshal

func (m *WxjyEsu_5500) XXX_Unmarshal(b []byte) error

type YfDry_0300

type YfDry_0300 struct {
	Addr                int32 `protobuf:"varint,1,opt,name=addr,proto3" json:"addr,omitempty"`
	CtlStatus           int32 `protobuf:"varint,2,opt,name=ctl_status,json=ctlStatus,proto3" json:"ctl_status,omitempty"`
	DewPoint            int32 `protobuf:"varint,3,opt,name=dew_point,json=dewPoint,proto3" json:"dew_point,omitempty"`
	Humidity            int32 `protobuf:"varint,4,opt,name=humidity,proto3" json:"humidity,omitempty"`
	Temperature         int32 `protobuf:"varint,5,opt,name=temperature,proto3" json:"temperature,omitempty"`
	HumidityUplimit     int32 `protobuf:"varint,6,opt,name=humidity_uplimit,json=humidityUplimit,proto3" json:"humidity_uplimit,omitempty"`
	HumidityLowlimit    int32 `protobuf:"varint,7,opt,name=humidity_lowlimit,json=humidityLowlimit,proto3" json:"humidity_lowlimit,omitempty"`
	TemperatureUplimit  int32 `protobuf:"varint,8,opt,name=temperature_uplimit,json=temperatureUplimit,proto3" json:"temperature_uplimit,omitempty"`
	TemperatureLowlimit int32 `protobuf:"varint,9,opt,name=temperature_lowlimit,json=temperatureLowlimit,proto3" json:"temperature_lowlimit,omitempty"`
}

远帆除湿 读取数据

func (*YfDry_0300) Descriptor

func (*YfDry_0300) Descriptor() ([]byte, []int)

func (*YfDry_0300) GetAddr

func (m *YfDry_0300) GetAddr() int32

func (*YfDry_0300) GetCtlStatus

func (m *YfDry_0300) GetCtlStatus() int32

func (*YfDry_0300) GetDewPoint

func (m *YfDry_0300) GetDewPoint() int32

func (*YfDry_0300) GetHumidity

func (m *YfDry_0300) GetHumidity() int32

func (*YfDry_0300) GetHumidityLowlimit

func (m *YfDry_0300) GetHumidityLowlimit() int32

func (*YfDry_0300) GetHumidityUplimit

func (m *YfDry_0300) GetHumidityUplimit() int32

func (*YfDry_0300) GetTemperature

func (m *YfDry_0300) GetTemperature() int32

func (*YfDry_0300) GetTemperatureLowlimit

func (m *YfDry_0300) GetTemperatureLowlimit() int32

func (*YfDry_0300) GetTemperatureUplimit

func (m *YfDry_0300) GetTemperatureUplimit() int32

func (*YfDry_0300) Marshal

func (m *YfDry_0300) Marshal() (dAtA []byte, err error)

func (*YfDry_0300) MarshalTo

func (m *YfDry_0300) MarshalTo(dAtA []byte) (int, error)

func (*YfDry_0300) MarshalToSizedBuffer

func (m *YfDry_0300) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*YfDry_0300) ProtoMessage

func (*YfDry_0300) ProtoMessage()

func (*YfDry_0300) Reset

func (m *YfDry_0300) Reset()

func (*YfDry_0300) Size

func (m *YfDry_0300) Size() (n int)

func (*YfDry_0300) String

func (m *YfDry_0300) String() string

func (*YfDry_0300) Unmarshal

func (m *YfDry_0300) Unmarshal(dAtA []byte) error

func (*YfDry_0300) XXX_DiscardUnknown

func (m *YfDry_0300) XXX_DiscardUnknown()

func (*YfDry_0300) XXX_Marshal

func (m *YfDry_0300) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*YfDry_0300) XXX_Merge

func (m *YfDry_0300) XXX_Merge(src proto.Message)

func (*YfDry_0300) XXX_Size

func (m *YfDry_0300) XXX_Size() int

func (*YfDry_0300) XXX_Unmarshal

func (m *YfDry_0300) XXX_Unmarshal(b []byte) error

type YfDry_1001

type YfDry_1001 struct {
	Addr      int32 `protobuf:"varint,1,opt,name=addr,proto3" json:"addr,omitempty"`
	CtlStatus int32 `protobuf:"varint,2,opt,name=ctl_status,json=ctlStatus,proto3" json:"ctl_status,omitempty"`
}

运行控制

func (*YfDry_1001) Descriptor

func (*YfDry_1001) Descriptor() ([]byte, []int)

func (*YfDry_1001) GetAddr

func (m *YfDry_1001) GetAddr() int32

func (*YfDry_1001) GetCtlStatus

func (m *YfDry_1001) GetCtlStatus() int32

func (*YfDry_1001) Marshal

func (m *YfDry_1001) Marshal() (dAtA []byte, err error)

func (*YfDry_1001) MarshalTo

func (m *YfDry_1001) MarshalTo(dAtA []byte) (int, error)

func (*YfDry_1001) MarshalToSizedBuffer

func (m *YfDry_1001) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*YfDry_1001) ProtoMessage

func (*YfDry_1001) ProtoMessage()

func (*YfDry_1001) Reset

func (m *YfDry_1001) Reset()

func (*YfDry_1001) Size

func (m *YfDry_1001) Size() (n int)

func (*YfDry_1001) String

func (m *YfDry_1001) String() string

func (*YfDry_1001) Unmarshal

func (m *YfDry_1001) Unmarshal(dAtA []byte) error

func (*YfDry_1001) XXX_DiscardUnknown

func (m *YfDry_1001) XXX_DiscardUnknown()

func (*YfDry_1001) XXX_Marshal

func (m *YfDry_1001) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*YfDry_1001) XXX_Merge

func (m *YfDry_1001) XXX_Merge(src proto.Message)

func (*YfDry_1001) XXX_Size

func (m *YfDry_1001) XXX_Size() int

func (*YfDry_1001) XXX_Unmarshal

func (m *YfDry_1001) XXX_Unmarshal(b []byte) error

type YfDry_1005

type YfDry_1005 struct {
	Addr                int32 `protobuf:"varint,1,opt,name=addr,proto3" json:"addr,omitempty"`
	HumidityUplimit     int32 `protobuf:"varint,6,opt,name=humidity_uplimit,json=humidityUplimit,proto3" json:"humidity_uplimit,omitempty"`
	HumidityLowlimit    int32 `protobuf:"varint,7,opt,name=humidity_lowlimit,json=humidityLowlimit,proto3" json:"humidity_lowlimit,omitempty"`
	TemperatureUplimit  int32 `protobuf:"varint,8,opt,name=temperature_uplimit,json=temperatureUplimit,proto3" json:"temperature_uplimit,omitempty"`
	TemperatureLowlimit int32 `protobuf:"varint,9,opt,name=temperature_lowlimit,json=temperatureLowlimit,proto3" json:"temperature_lowlimit,omitempty"`
}

设置参数

func (*YfDry_1005) Descriptor

func (*YfDry_1005) Descriptor() ([]byte, []int)

func (*YfDry_1005) GetAddr

func (m *YfDry_1005) GetAddr() int32

func (*YfDry_1005) GetHumidityLowlimit

func (m *YfDry_1005) GetHumidityLowlimit() int32

func (*YfDry_1005) GetHumidityUplimit

func (m *YfDry_1005) GetHumidityUplimit() int32

func (*YfDry_1005) GetTemperatureLowlimit

func (m *YfDry_1005) GetTemperatureLowlimit() int32

func (*YfDry_1005) GetTemperatureUplimit

func (m *YfDry_1005) GetTemperatureUplimit() int32

func (*YfDry_1005) Marshal

func (m *YfDry_1005) Marshal() (dAtA []byte, err error)

func (*YfDry_1005) MarshalTo

func (m *YfDry_1005) MarshalTo(dAtA []byte) (int, error)

func (*YfDry_1005) MarshalToSizedBuffer

func (m *YfDry_1005) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*YfDry_1005) ProtoMessage

func (*YfDry_1005) ProtoMessage()

func (*YfDry_1005) Reset

func (m *YfDry_1005) Reset()

func (*YfDry_1005) Size

func (m *YfDry_1005) Size() (n int)

func (*YfDry_1005) String

func (m *YfDry_1005) String() string

func (*YfDry_1005) Unmarshal

func (m *YfDry_1005) Unmarshal(dAtA []byte) error

func (*YfDry_1005) XXX_DiscardUnknown

func (m *YfDry_1005) XXX_DiscardUnknown()

func (*YfDry_1005) XXX_Marshal

func (m *YfDry_1005) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*YfDry_1005) XXX_Merge

func (m *YfDry_1005) XXX_Merge(src proto.Message)

func (*YfDry_1005) XXX_Size

func (m *YfDry_1005) XXX_Size() int

func (*YfDry_1005) XXX_Unmarshal

func (m *YfDry_1005) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL