mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
474 lines
15 KiB
Go
474 lines
15 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: base/base.proto
|
|
|
|
package tcpgateway
|
|
|
|
import (
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
math "math"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
type Int struct {
|
|
Value *int32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Int) Reset() { *m = Int{} }
|
|
func (m *Int) String() string { return proto.CompactTextString(m) }
|
|
func (*Int) ProtoMessage() {}
|
|
func (*Int) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d66ec2e140567106, []int{0}
|
|
}
|
|
|
|
func (m *Int) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Int.Unmarshal(m, b)
|
|
}
|
|
func (m *Int) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Int.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Int) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Int.Merge(m, src)
|
|
}
|
|
func (m *Int) XXX_Size() int {
|
|
return xxx_messageInfo_Int.Size(m)
|
|
}
|
|
func (m *Int) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Int.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Int proto.InternalMessageInfo
|
|
|
|
func (m *Int) GetValue() int32 {
|
|
if m != nil && m.Value != nil {
|
|
return *m.Value
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Int64 struct {
|
|
Value *int64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Int64) Reset() { *m = Int64{} }
|
|
func (m *Int64) String() string { return proto.CompactTextString(m) }
|
|
func (*Int64) ProtoMessage() {}
|
|
func (*Int64) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d66ec2e140567106, []int{1}
|
|
}
|
|
|
|
func (m *Int64) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Int64.Unmarshal(m, b)
|
|
}
|
|
func (m *Int64) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Int64.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Int64) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Int64.Merge(m, src)
|
|
}
|
|
func (m *Int64) XXX_Size() int {
|
|
return xxx_messageInfo_Int64.Size(m)
|
|
}
|
|
func (m *Int64) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Int64.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Int64 proto.InternalMessageInfo
|
|
|
|
func (m *Int64) GetValue() int64 {
|
|
if m != nil && m.Value != nil {
|
|
return *m.Value
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Bool struct {
|
|
Value *bool `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Bool) Reset() { *m = Bool{} }
|
|
func (m *Bool) String() string { return proto.CompactTextString(m) }
|
|
func (*Bool) ProtoMessage() {}
|
|
func (*Bool) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d66ec2e140567106, []int{2}
|
|
}
|
|
|
|
func (m *Bool) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Bool.Unmarshal(m, b)
|
|
}
|
|
func (m *Bool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Bool.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Bool) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Bool.Merge(m, src)
|
|
}
|
|
func (m *Bool) XXX_Size() int {
|
|
return xxx_messageInfo_Bool.Size(m)
|
|
}
|
|
func (m *Bool) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Bool.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Bool proto.InternalMessageInfo
|
|
|
|
func (m *Bool) GetValue() bool {
|
|
if m != nil && m.Value != nil {
|
|
return *m.Value
|
|
}
|
|
return false
|
|
}
|
|
|
|
type String struct {
|
|
Value *string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *String) Reset() { *m = String{} }
|
|
func (m *String) String() string { return proto.CompactTextString(m) }
|
|
func (*String) ProtoMessage() {}
|
|
func (*String) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d66ec2e140567106, []int{3}
|
|
}
|
|
|
|
func (m *String) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_String.Unmarshal(m, b)
|
|
}
|
|
func (m *String) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_String.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *String) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_String.Merge(m, src)
|
|
}
|
|
func (m *String) XXX_Size() int {
|
|
return xxx_messageInfo_String.Size(m)
|
|
}
|
|
func (m *String) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_String.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_String proto.InternalMessageInfo
|
|
|
|
func (m *String) GetValue() string {
|
|
if m != nil && m.Value != nil {
|
|
return *m.Value
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type Bytes struct {
|
|
Value []byte `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Bytes) Reset() { *m = Bytes{} }
|
|
func (m *Bytes) String() string { return proto.CompactTextString(m) }
|
|
func (*Bytes) ProtoMessage() {}
|
|
func (*Bytes) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d66ec2e140567106, []int{4}
|
|
}
|
|
|
|
func (m *Bytes) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Bytes.Unmarshal(m, b)
|
|
}
|
|
func (m *Bytes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Bytes.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Bytes) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Bytes.Merge(m, src)
|
|
}
|
|
func (m *Bytes) XXX_Size() int {
|
|
return xxx_messageInfo_Bytes.Size(m)
|
|
}
|
|
func (m *Bytes) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Bytes.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Bytes proto.InternalMessageInfo
|
|
|
|
func (m *Bytes) GetValue() []byte {
|
|
if m != nil {
|
|
return m.Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MsgHead struct {
|
|
Cid *int32 `protobuf:"varint,1,opt,name=cid" json:"cid,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *MsgHead) Reset() { *m = MsgHead{} }
|
|
func (m *MsgHead) String() string { return proto.CompactTextString(m) }
|
|
func (*MsgHead) ProtoMessage() {}
|
|
func (*MsgHead) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d66ec2e140567106, []int{5}
|
|
}
|
|
|
|
func (m *MsgHead) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MsgHead.Unmarshal(m, b)
|
|
}
|
|
func (m *MsgHead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MsgHead.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *MsgHead) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_MsgHead.Merge(m, src)
|
|
}
|
|
func (m *MsgHead) XXX_Size() int {
|
|
return xxx_messageInfo_MsgHead.Size(m)
|
|
}
|
|
func (m *MsgHead) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_MsgHead.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_MsgHead proto.InternalMessageInfo
|
|
|
|
func (m *MsgHead) GetCid() int32 {
|
|
if m != nil && m.Cid != nil {
|
|
return *m.Cid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Msg struct {
|
|
Head *MsgHead `protobuf:"bytes,1,opt,name=head" json:"head,omitempty"`
|
|
Ret *int32 `protobuf:"varint,2,opt,name=ret" json:"ret,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
proto.XXX_InternalExtensions `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Msg) Reset() { *m = Msg{} }
|
|
func (m *Msg) String() string { return proto.CompactTextString(m) }
|
|
func (*Msg) ProtoMessage() {}
|
|
func (*Msg) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d66ec2e140567106, []int{6}
|
|
}
|
|
|
|
var extRange_Msg = []proto.ExtensionRange{
|
|
{Start: 100, End: 10000},
|
|
}
|
|
|
|
func (*Msg) ExtensionRangeArray() []proto.ExtensionRange {
|
|
return extRange_Msg
|
|
}
|
|
|
|
func (m *Msg) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Msg.Unmarshal(m, b)
|
|
}
|
|
func (m *Msg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Msg.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Msg) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Msg.Merge(m, src)
|
|
}
|
|
func (m *Msg) XXX_Size() int {
|
|
return xxx_messageInfo_Msg.Size(m)
|
|
}
|
|
func (m *Msg) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Msg.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Msg proto.InternalMessageInfo
|
|
|
|
func (m *Msg) GetHead() *MsgHead {
|
|
if m != nil {
|
|
return m.Head
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Msg) GetRet() int32 {
|
|
if m != nil && m.Ret != nil {
|
|
return *m.Ret
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ClientList struct {
|
|
ClientList []uint64 `protobuf:"varint,1,rep,name=clientList" json:"clientList,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ClientList) Reset() { *m = ClientList{} }
|
|
func (m *ClientList) String() string { return proto.CompactTextString(m) }
|
|
func (*ClientList) ProtoMessage() {}
|
|
func (*ClientList) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d66ec2e140567106, []int{7}
|
|
}
|
|
|
|
func (m *ClientList) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ClientList.Unmarshal(m, b)
|
|
}
|
|
func (m *ClientList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ClientList.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ClientList) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ClientList.Merge(m, src)
|
|
}
|
|
func (m *ClientList) XXX_Size() int {
|
|
return xxx_messageInfo_ClientList.Size(m)
|
|
}
|
|
func (m *ClientList) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ClientList.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ClientList proto.InternalMessageInfo
|
|
|
|
func (m *ClientList) GetClientList() []uint64 {
|
|
if m != nil {
|
|
return m.ClientList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ReplyMessage struct {
|
|
ClientList []uint64 `protobuf:"varint,1,rep,name=clientList" json:"clientList,omitempty"`
|
|
MsgType *uint32 `protobuf:"varint,2,opt,name=msgType" json:"msgType,omitempty"`
|
|
Msg []byte `protobuf:"bytes,3,opt,name=msg" json:"msg,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ReplyMessage) Reset() { *m = ReplyMessage{} }
|
|
func (m *ReplyMessage) String() string { return proto.CompactTextString(m) }
|
|
func (*ReplyMessage) ProtoMessage() {}
|
|
func (*ReplyMessage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d66ec2e140567106, []int{8}
|
|
}
|
|
|
|
func (m *ReplyMessage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ReplyMessage.Unmarshal(m, b)
|
|
}
|
|
func (m *ReplyMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ReplyMessage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ReplyMessage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ReplyMessage.Merge(m, src)
|
|
}
|
|
func (m *ReplyMessage) XXX_Size() int {
|
|
return xxx_messageInfo_ReplyMessage.Size(m)
|
|
}
|
|
func (m *ReplyMessage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ReplyMessage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ReplyMessage proto.InternalMessageInfo
|
|
|
|
func (m *ReplyMessage) GetClientList() []uint64 {
|
|
if m != nil {
|
|
return m.ClientList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *ReplyMessage) GetMsgType() uint32 {
|
|
if m != nil && m.MsgType != nil {
|
|
return *m.MsgType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *ReplyMessage) GetMsg() []byte {
|
|
if m != nil {
|
|
return m.Msg
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type PlaceHolders struct {
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *PlaceHolders) Reset() { *m = PlaceHolders{} }
|
|
func (m *PlaceHolders) String() string { return proto.CompactTextString(m) }
|
|
func (*PlaceHolders) ProtoMessage() {}
|
|
func (*PlaceHolders) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d66ec2e140567106, []int{9}
|
|
}
|
|
|
|
func (m *PlaceHolders) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_PlaceHolders.Unmarshal(m, b)
|
|
}
|
|
func (m *PlaceHolders) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_PlaceHolders.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *PlaceHolders) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_PlaceHolders.Merge(m, src)
|
|
}
|
|
func (m *PlaceHolders) XXX_Size() int {
|
|
return xxx_messageInfo_PlaceHolders.Size(m)
|
|
}
|
|
func (m *PlaceHolders) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_PlaceHolders.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_PlaceHolders proto.InternalMessageInfo
|
|
|
|
func init() {
|
|
proto.RegisterType((*Int)(nil), "tcpgateway.Int")
|
|
proto.RegisterType((*Int64)(nil), "tcpgateway.Int64")
|
|
proto.RegisterType((*Bool)(nil), "tcpgateway.Bool")
|
|
proto.RegisterType((*String)(nil), "tcpgateway.String")
|
|
proto.RegisterType((*Bytes)(nil), "tcpgateway.Bytes")
|
|
proto.RegisterType((*MsgHead)(nil), "tcpgateway.MsgHead")
|
|
proto.RegisterType((*Msg)(nil), "tcpgateway.Msg")
|
|
proto.RegisterType((*ClientList)(nil), "tcpgateway.ClientList")
|
|
proto.RegisterType((*ReplyMessage)(nil), "tcpgateway.ReplyMessage")
|
|
proto.RegisterType((*PlaceHolders)(nil), "tcpgateway.PlaceHolders")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("base/base.proto", fileDescriptor_d66ec2e140567106) }
|
|
|
|
var fileDescriptor_d66ec2e140567106 = []byte{
|
|
// 276 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x8f, 0x41, 0x4b, 0xc3, 0x40,
|
|
0x10, 0x85, 0xa9, 0x9b, 0xd8, 0x3a, 0x46, 0x2d, 0xab, 0x87, 0x40, 0xb5, 0x94, 0xbd, 0x58, 0x44,
|
|
0x22, 0x88, 0xf8, 0x03, 0xea, 0xc1, 0x16, 0x8c, 0x48, 0xf4, 0xe4, 0x6d, 0x4d, 0x86, 0x35, 0xb0,
|
|
0x4d, 0x42, 0x66, 0x54, 0xf2, 0x33, 0xfc, 0xc7, 0x92, 0xa4, 0xd1, 0xe6, 0xe4, 0x65, 0x99, 0xb7,
|
|
0xdf, 0xec, 0xdb, 0xf7, 0xe0, 0xe8, 0x4d, 0x13, 0x5e, 0xd5, 0x47, 0x50, 0x94, 0x39, 0xe7, 0x12,
|
|
0x38, 0x2e, 0x8c, 0x66, 0xfc, 0xd2, 0x95, 0x9a, 0x80, 0x58, 0x65, 0x2c, 0x4f, 0xc0, 0xfd, 0xd4,
|
|
0xf6, 0x03, 0xfd, 0xc1, 0x6c, 0x30, 0x77, 0xa3, 0x56, 0xa8, 0x33, 0x70, 0x57, 0x19, 0xdf, 0xde,
|
|
0xf4, 0xb1, 0xe8, 0xf0, 0x29, 0x38, 0x8b, 0x3c, 0xb7, 0x7d, 0x3a, 0xea, 0xe8, 0x14, 0x76, 0x9f,
|
|
0xb9, 0x4c, 0x33, 0xd3, 0xe7, 0x7b, 0x5b, 0xe6, 0x8b, 0x8a, 0x91, 0xfa, 0xd8, 0xeb, 0xf0, 0x04,
|
|
0x86, 0x21, 0x99, 0x25, 0xea, 0x44, 0x8e, 0x41, 0xc4, 0x69, 0xb2, 0x89, 0x56, 0x8f, 0xea, 0x1e,
|
|
0x44, 0x48, 0x46, 0x9e, 0x83, 0xf3, 0x8e, 0xba, 0x25, 0xfb, 0xd7, 0xc7, 0xc1, 0x5f, 0xaf, 0x60,
|
|
0xf3, 0x36, 0x6a, 0x16, 0x6a, 0x87, 0x12, 0xd9, 0xdf, 0x69, 0x1d, 0x4a, 0xe4, 0x0b, 0x77, 0x94,
|
|
0x8c, 0xbf, 0x1f, 0xd5, 0x25, 0xc0, 0x9d, 0x4d, 0x31, 0xe3, 0x87, 0x94, 0x58, 0x4e, 0x01, 0xe2,
|
|
0x5f, 0xe5, 0x0f, 0x66, 0x62, 0xee, 0x44, 0x5b, 0x37, 0xea, 0x15, 0xbc, 0x08, 0x0b, 0x5b, 0x85,
|
|
0x48, 0xa4, 0x0d, 0xfe, 0xb7, 0x2f, 0x7d, 0x18, 0xae, 0xc9, 0xbc, 0x54, 0x05, 0x36, 0x5f, 0x1f,
|
|
0x44, 0x9d, 0xac, 0x03, 0xad, 0xc9, 0xf8, 0xa2, 0x69, 0x5c, 0x8f, 0xea, 0x10, 0xbc, 0x27, 0xab,
|
|
0x63, 0x5c, 0xe6, 0x36, 0xc1, 0x92, 0x7e, 0x02, 0x00, 0x00, 0xff, 0xff, 0xc7, 0xb1, 0xeb, 0xcb,
|
|
0xb6, 0x01, 0x00, 0x00,
|
|
}
|