dlt645_0x0001.go 279 B

1234567891011121314151617
  1. package protocol
  2. // 注册应答
  3. type Dlt_0x0040 struct {
  4. }
  5. func (entity *Dlt_0x0040) MsgID() MsgID {
  6. return Msgdlt_0x0040
  7. }
  8. func (entity *Dlt_0x0040) Encode() ([]byte, error) {
  9. panic("emmm")
  10. }
  11. func (entity *Dlt_0x0040) Decode(data []byte) (int, error) {
  12. return 0, nil
  13. }