diff options
Diffstat (limited to 'vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/system.pb.go')
-rw-r--r-- | vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/system.pb.go | 579 |
1 files changed, 579 insertions, 0 deletions
diff --git a/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/system.pb.go b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/system.pb.go new file mode 100644 index 00000000..bc5b1102 --- /dev/null +++ b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/system.pb.go @@ -0,0 +1,579 @@ +// Code generated by protoc-gen-go. +// source: gcsystemmsgs.proto +// DO NOT EDIT! + +package protobuf + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import 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 protobuf is being compiled against. +const _ = proto.ProtoPackageIsVersion1 + +type EGCSystemMsg int32 + +const ( + EGCSystemMsg_k_EGCMsgInvalid EGCSystemMsg = 0 + EGCSystemMsg_k_EGCMsgMulti EGCSystemMsg = 1 + EGCSystemMsg_k_EGCMsgGenericReply EGCSystemMsg = 10 + EGCSystemMsg_k_EGCMsgSystemBase EGCSystemMsg = 50 + EGCSystemMsg_k_EGCMsgAchievementAwarded EGCSystemMsg = 51 + EGCSystemMsg_k_EGCMsgConCommand EGCSystemMsg = 52 + EGCSystemMsg_k_EGCMsgStartPlaying EGCSystemMsg = 53 + EGCSystemMsg_k_EGCMsgStopPlaying EGCSystemMsg = 54 + EGCSystemMsg_k_EGCMsgStartGameserver EGCSystemMsg = 55 + EGCSystemMsg_k_EGCMsgStopGameserver EGCSystemMsg = 56 + EGCSystemMsg_k_EGCMsgWGRequest EGCSystemMsg = 57 + EGCSystemMsg_k_EGCMsgWGResponse EGCSystemMsg = 58 + EGCSystemMsg_k_EGCMsgGetUserGameStatsSchema EGCSystemMsg = 59 + EGCSystemMsg_k_EGCMsgGetUserGameStatsSchemaResponse EGCSystemMsg = 60 + EGCSystemMsg_k_EGCMsgGetUserStatsDEPRECATED EGCSystemMsg = 61 + EGCSystemMsg_k_EGCMsgGetUserStatsResponse EGCSystemMsg = 62 + EGCSystemMsg_k_EGCMsgAppInfoUpdated EGCSystemMsg = 63 + EGCSystemMsg_k_EGCMsgValidateSession EGCSystemMsg = 64 + EGCSystemMsg_k_EGCMsgValidateSessionResponse EGCSystemMsg = 65 + EGCSystemMsg_k_EGCMsgLookupAccountFromInput EGCSystemMsg = 66 + EGCSystemMsg_k_EGCMsgSendHTTPRequest EGCSystemMsg = 67 + EGCSystemMsg_k_EGCMsgSendHTTPRequestResponse EGCSystemMsg = 68 + EGCSystemMsg_k_EGCMsgPreTestSetup EGCSystemMsg = 69 + EGCSystemMsg_k_EGCMsgRecordSupportAction EGCSystemMsg = 70 + EGCSystemMsg_k_EGCMsgGetAccountDetails_DEPRECATED EGCSystemMsg = 71 + EGCSystemMsg_k_EGCMsgReceiveInterAppMessage EGCSystemMsg = 73 + EGCSystemMsg_k_EGCMsgFindAccounts EGCSystemMsg = 74 + EGCSystemMsg_k_EGCMsgPostAlert EGCSystemMsg = 75 + EGCSystemMsg_k_EGCMsgGetLicenses EGCSystemMsg = 76 + EGCSystemMsg_k_EGCMsgGetUserStats EGCSystemMsg = 77 + EGCSystemMsg_k_EGCMsgGetCommands EGCSystemMsg = 78 + EGCSystemMsg_k_EGCMsgGetCommandsResponse EGCSystemMsg = 79 + EGCSystemMsg_k_EGCMsgAddFreeLicense EGCSystemMsg = 80 + EGCSystemMsg_k_EGCMsgAddFreeLicenseResponse EGCSystemMsg = 81 + EGCSystemMsg_k_EGCMsgGetIPLocation EGCSystemMsg = 82 + EGCSystemMsg_k_EGCMsgGetIPLocationResponse EGCSystemMsg = 83 + EGCSystemMsg_k_EGCMsgSystemStatsSchema EGCSystemMsg = 84 + EGCSystemMsg_k_EGCMsgGetSystemStats EGCSystemMsg = 85 + EGCSystemMsg_k_EGCMsgGetSystemStatsResponse EGCSystemMsg = 86 + EGCSystemMsg_k_EGCMsgSendEmail EGCSystemMsg = 87 + EGCSystemMsg_k_EGCMsgSendEmailResponse EGCSystemMsg = 88 + EGCSystemMsg_k_EGCMsgGetEmailTemplate EGCSystemMsg = 89 + EGCSystemMsg_k_EGCMsgGetEmailTemplateResponse EGCSystemMsg = 90 + EGCSystemMsg_k_EGCMsgGrantGuestPass EGCSystemMsg = 91 + EGCSystemMsg_k_EGCMsgGrantGuestPassResponse EGCSystemMsg = 92 + EGCSystemMsg_k_EGCMsgGetAccountDetails EGCSystemMsg = 93 + EGCSystemMsg_k_EGCMsgGetAccountDetailsResponse EGCSystemMsg = 94 + EGCSystemMsg_k_EGCMsgGetPersonaNames EGCSystemMsg = 95 + EGCSystemMsg_k_EGCMsgGetPersonaNamesResponse EGCSystemMsg = 96 + EGCSystemMsg_k_EGCMsgMultiplexMsg EGCSystemMsg = 97 + EGCSystemMsg_k_EGCMsgWebAPIRegisterInterfaces EGCSystemMsg = 101 + EGCSystemMsg_k_EGCMsgWebAPIJobRequest EGCSystemMsg = 102 + EGCSystemMsg_k_EGCMsgWebAPIJobRequestHttpResponse EGCSystemMsg = 104 + EGCSystemMsg_k_EGCMsgWebAPIJobRequestForwardResponse EGCSystemMsg = 105 + EGCSystemMsg_k_EGCMsgMemCachedGet EGCSystemMsg = 200 + EGCSystemMsg_k_EGCMsgMemCachedGetResponse EGCSystemMsg = 201 + EGCSystemMsg_k_EGCMsgMemCachedSet EGCSystemMsg = 202 + EGCSystemMsg_k_EGCMsgMemCachedDelete EGCSystemMsg = 203 + EGCSystemMsg_k_EGCMsgMemCachedStats EGCSystemMsg = 204 + EGCSystemMsg_k_EGCMsgMemCachedStatsResponse EGCSystemMsg = 205 + EGCSystemMsg_k_EGCMsgSQLStats EGCSystemMsg = 210 + EGCSystemMsg_k_EGCMsgSQLStatsResponse EGCSystemMsg = 211 + EGCSystemMsg_k_EGCMsgMasterSetDirectory EGCSystemMsg = 220 + EGCSystemMsg_k_EGCMsgMasterSetDirectoryResponse EGCSystemMsg = 221 + EGCSystemMsg_k_EGCMsgMasterSetWebAPIRouting EGCSystemMsg = 222 + EGCSystemMsg_k_EGCMsgMasterSetWebAPIRoutingResponse EGCSystemMsg = 223 + EGCSystemMsg_k_EGCMsgMasterSetClientMsgRouting EGCSystemMsg = 224 + EGCSystemMsg_k_EGCMsgMasterSetClientMsgRoutingResponse EGCSystemMsg = 225 + EGCSystemMsg_k_EGCMsgSetOptions EGCSystemMsg = 226 + EGCSystemMsg_k_EGCMsgSetOptionsResponse EGCSystemMsg = 227 + EGCSystemMsg_k_EGCMsgSystemBase2 EGCSystemMsg = 500 + EGCSystemMsg_k_EGCMsgGetPurchaseTrustStatus EGCSystemMsg = 501 + EGCSystemMsg_k_EGCMsgGetPurchaseTrustStatusResponse EGCSystemMsg = 502 + EGCSystemMsg_k_EGCMsgUpdateSession EGCSystemMsg = 503 + EGCSystemMsg_k_EGCMsgGCAccountVacStatusChange EGCSystemMsg = 504 + EGCSystemMsg_k_EGCMsgCheckFriendship EGCSystemMsg = 505 + EGCSystemMsg_k_EGCMsgCheckFriendshipResponse EGCSystemMsg = 506 + EGCSystemMsg_k_EGCMsgGetPartnerAccountLink EGCSystemMsg = 507 + EGCSystemMsg_k_EGCMsgGetPartnerAccountLinkResponse EGCSystemMsg = 508 + EGCSystemMsg_k_EGCMsgVSReportedSuspiciousActivity EGCSystemMsg = 509 + EGCSystemMsg_k_EGCMsgDPPartnerMicroTxns EGCSystemMsg = 512 + EGCSystemMsg_k_EGCMsgDPPartnerMicroTxnsResponse EGCSystemMsg = 513 + EGCSystemMsg_k_EGCMsgGetIPASN EGCSystemMsg = 514 + EGCSystemMsg_k_EGCMsgGetIPASNResponse EGCSystemMsg = 515 + EGCSystemMsg_k_EGCMsgGetAppFriendsList EGCSystemMsg = 516 + EGCSystemMsg_k_EGCMsgGetAppFriendsListResponse EGCSystemMsg = 517 +) + +var EGCSystemMsg_name = map[int32]string{ + 0: "k_EGCMsgInvalid", + 1: "k_EGCMsgMulti", + 10: "k_EGCMsgGenericReply", + 50: "k_EGCMsgSystemBase", + 51: "k_EGCMsgAchievementAwarded", + 52: "k_EGCMsgConCommand", + 53: "k_EGCMsgStartPlaying", + 54: "k_EGCMsgStopPlaying", + 55: "k_EGCMsgStartGameserver", + 56: "k_EGCMsgStopGameserver", + 57: "k_EGCMsgWGRequest", + 58: "k_EGCMsgWGResponse", + 59: "k_EGCMsgGetUserGameStatsSchema", + 60: "k_EGCMsgGetUserGameStatsSchemaResponse", + 61: "k_EGCMsgGetUserStatsDEPRECATED", + 62: "k_EGCMsgGetUserStatsResponse", + 63: "k_EGCMsgAppInfoUpdated", + 64: "k_EGCMsgValidateSession", + 65: "k_EGCMsgValidateSessionResponse", + 66: "k_EGCMsgLookupAccountFromInput", + 67: "k_EGCMsgSendHTTPRequest", + 68: "k_EGCMsgSendHTTPRequestResponse", + 69: "k_EGCMsgPreTestSetup", + 70: "k_EGCMsgRecordSupportAction", + 71: "k_EGCMsgGetAccountDetails_DEPRECATED", + 73: "k_EGCMsgReceiveInterAppMessage", + 74: "k_EGCMsgFindAccounts", + 75: "k_EGCMsgPostAlert", + 76: "k_EGCMsgGetLicenses", + 77: "k_EGCMsgGetUserStats", + 78: "k_EGCMsgGetCommands", + 79: "k_EGCMsgGetCommandsResponse", + 80: "k_EGCMsgAddFreeLicense", + 81: "k_EGCMsgAddFreeLicenseResponse", + 82: "k_EGCMsgGetIPLocation", + 83: "k_EGCMsgGetIPLocationResponse", + 84: "k_EGCMsgSystemStatsSchema", + 85: "k_EGCMsgGetSystemStats", + 86: "k_EGCMsgGetSystemStatsResponse", + 87: "k_EGCMsgSendEmail", + 88: "k_EGCMsgSendEmailResponse", + 89: "k_EGCMsgGetEmailTemplate", + 90: "k_EGCMsgGetEmailTemplateResponse", + 91: "k_EGCMsgGrantGuestPass", + 92: "k_EGCMsgGrantGuestPassResponse", + 93: "k_EGCMsgGetAccountDetails", + 94: "k_EGCMsgGetAccountDetailsResponse", + 95: "k_EGCMsgGetPersonaNames", + 96: "k_EGCMsgGetPersonaNamesResponse", + 97: "k_EGCMsgMultiplexMsg", + 101: "k_EGCMsgWebAPIRegisterInterfaces", + 102: "k_EGCMsgWebAPIJobRequest", + 104: "k_EGCMsgWebAPIJobRequestHttpResponse", + 105: "k_EGCMsgWebAPIJobRequestForwardResponse", + 200: "k_EGCMsgMemCachedGet", + 201: "k_EGCMsgMemCachedGetResponse", + 202: "k_EGCMsgMemCachedSet", + 203: "k_EGCMsgMemCachedDelete", + 204: "k_EGCMsgMemCachedStats", + 205: "k_EGCMsgMemCachedStatsResponse", + 210: "k_EGCMsgSQLStats", + 211: "k_EGCMsgSQLStatsResponse", + 220: "k_EGCMsgMasterSetDirectory", + 221: "k_EGCMsgMasterSetDirectoryResponse", + 222: "k_EGCMsgMasterSetWebAPIRouting", + 223: "k_EGCMsgMasterSetWebAPIRoutingResponse", + 224: "k_EGCMsgMasterSetClientMsgRouting", + 225: "k_EGCMsgMasterSetClientMsgRoutingResponse", + 226: "k_EGCMsgSetOptions", + 227: "k_EGCMsgSetOptionsResponse", + 500: "k_EGCMsgSystemBase2", + 501: "k_EGCMsgGetPurchaseTrustStatus", + 502: "k_EGCMsgGetPurchaseTrustStatusResponse", + 503: "k_EGCMsgUpdateSession", + 504: "k_EGCMsgGCAccountVacStatusChange", + 505: "k_EGCMsgCheckFriendship", + 506: "k_EGCMsgCheckFriendshipResponse", + 507: "k_EGCMsgGetPartnerAccountLink", + 508: "k_EGCMsgGetPartnerAccountLinkResponse", + 509: "k_EGCMsgVSReportedSuspiciousActivity", + 512: "k_EGCMsgDPPartnerMicroTxns", + 513: "k_EGCMsgDPPartnerMicroTxnsResponse", + 514: "k_EGCMsgGetIPASN", + 515: "k_EGCMsgGetIPASNResponse", + 516: "k_EGCMsgGetAppFriendsList", + 517: "k_EGCMsgGetAppFriendsListResponse", +} +var EGCSystemMsg_value = map[string]int32{ + "k_EGCMsgInvalid": 0, + "k_EGCMsgMulti": 1, + "k_EGCMsgGenericReply": 10, + "k_EGCMsgSystemBase": 50, + "k_EGCMsgAchievementAwarded": 51, + "k_EGCMsgConCommand": 52, + "k_EGCMsgStartPlaying": 53, + "k_EGCMsgStopPlaying": 54, + "k_EGCMsgStartGameserver": 55, + "k_EGCMsgStopGameserver": 56, + "k_EGCMsgWGRequest": 57, + "k_EGCMsgWGResponse": 58, + "k_EGCMsgGetUserGameStatsSchema": 59, + "k_EGCMsgGetUserGameStatsSchemaResponse": 60, + "k_EGCMsgGetUserStatsDEPRECATED": 61, + "k_EGCMsgGetUserStatsResponse": 62, + "k_EGCMsgAppInfoUpdated": 63, + "k_EGCMsgValidateSession": 64, + "k_EGCMsgValidateSessionResponse": 65, + "k_EGCMsgLookupAccountFromInput": 66, + "k_EGCMsgSendHTTPRequest": 67, + "k_EGCMsgSendHTTPRequestResponse": 68, + "k_EGCMsgPreTestSetup": 69, + "k_EGCMsgRecordSupportAction": 70, + "k_EGCMsgGetAccountDetails_DEPRECATED": 71, + "k_EGCMsgReceiveInterAppMessage": 73, + "k_EGCMsgFindAccounts": 74, + "k_EGCMsgPostAlert": 75, + "k_EGCMsgGetLicenses": 76, + "k_EGCMsgGetUserStats": 77, + "k_EGCMsgGetCommands": 78, + "k_EGCMsgGetCommandsResponse": 79, + "k_EGCMsgAddFreeLicense": 80, + "k_EGCMsgAddFreeLicenseResponse": 81, + "k_EGCMsgGetIPLocation": 82, + "k_EGCMsgGetIPLocationResponse": 83, + "k_EGCMsgSystemStatsSchema": 84, + "k_EGCMsgGetSystemStats": 85, + "k_EGCMsgGetSystemStatsResponse": 86, + "k_EGCMsgSendEmail": 87, + "k_EGCMsgSendEmailResponse": 88, + "k_EGCMsgGetEmailTemplate": 89, + "k_EGCMsgGetEmailTemplateResponse": 90, + "k_EGCMsgGrantGuestPass": 91, + "k_EGCMsgGrantGuestPassResponse": 92, + "k_EGCMsgGetAccountDetails": 93, + "k_EGCMsgGetAccountDetailsResponse": 94, + "k_EGCMsgGetPersonaNames": 95, + "k_EGCMsgGetPersonaNamesResponse": 96, + "k_EGCMsgMultiplexMsg": 97, + "k_EGCMsgWebAPIRegisterInterfaces": 101, + "k_EGCMsgWebAPIJobRequest": 102, + "k_EGCMsgWebAPIJobRequestHttpResponse": 104, + "k_EGCMsgWebAPIJobRequestForwardResponse": 105, + "k_EGCMsgMemCachedGet": 200, + "k_EGCMsgMemCachedGetResponse": 201, + "k_EGCMsgMemCachedSet": 202, + "k_EGCMsgMemCachedDelete": 203, + "k_EGCMsgMemCachedStats": 204, + "k_EGCMsgMemCachedStatsResponse": 205, + "k_EGCMsgSQLStats": 210, + "k_EGCMsgSQLStatsResponse": 211, + "k_EGCMsgMasterSetDirectory": 220, + "k_EGCMsgMasterSetDirectoryResponse": 221, + "k_EGCMsgMasterSetWebAPIRouting": 222, + "k_EGCMsgMasterSetWebAPIRoutingResponse": 223, + "k_EGCMsgMasterSetClientMsgRouting": 224, + "k_EGCMsgMasterSetClientMsgRoutingResponse": 225, + "k_EGCMsgSetOptions": 226, + "k_EGCMsgSetOptionsResponse": 227, + "k_EGCMsgSystemBase2": 500, + "k_EGCMsgGetPurchaseTrustStatus": 501, + "k_EGCMsgGetPurchaseTrustStatusResponse": 502, + "k_EGCMsgUpdateSession": 503, + "k_EGCMsgGCAccountVacStatusChange": 504, + "k_EGCMsgCheckFriendship": 505, + "k_EGCMsgCheckFriendshipResponse": 506, + "k_EGCMsgGetPartnerAccountLink": 507, + "k_EGCMsgGetPartnerAccountLinkResponse": 508, + "k_EGCMsgVSReportedSuspiciousActivity": 509, + "k_EGCMsgDPPartnerMicroTxns": 512, + "k_EGCMsgDPPartnerMicroTxnsResponse": 513, + "k_EGCMsgGetIPASN": 514, + "k_EGCMsgGetIPASNResponse": 515, + "k_EGCMsgGetAppFriendsList": 516, + "k_EGCMsgGetAppFriendsListResponse": 517, +} + +func (x EGCSystemMsg) Enum() *EGCSystemMsg { + p := new(EGCSystemMsg) + *p = x + return p +} +func (x EGCSystemMsg) String() string { + return proto.EnumName(EGCSystemMsg_name, int32(x)) +} +func (x *EGCSystemMsg) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(EGCSystemMsg_value, data, "EGCSystemMsg") + if err != nil { + return err + } + *x = EGCSystemMsg(value) + return nil +} +func (EGCSystemMsg) EnumDescriptor() ([]byte, []int) { return system_fileDescriptor0, []int{0} } + +type ESOMsg int32 + +const ( + ESOMsg_k_ESOMsg_Create ESOMsg = 21 + ESOMsg_k_ESOMsg_Update ESOMsg = 22 + ESOMsg_k_ESOMsg_Destroy ESOMsg = 23 + ESOMsg_k_ESOMsg_CacheSubscribed ESOMsg = 24 + ESOMsg_k_ESOMsg_CacheUnsubscribed ESOMsg = 25 + ESOMsg_k_ESOMsg_UpdateMultiple ESOMsg = 26 + ESOMsg_k_ESOMsg_CacheSubscriptionRefresh ESOMsg = 28 + ESOMsg_k_ESOMsg_CacheSubscribedUpToDate ESOMsg = 29 +) + +var ESOMsg_name = map[int32]string{ + 21: "k_ESOMsg_Create", + 22: "k_ESOMsg_Update", + 23: "k_ESOMsg_Destroy", + 24: "k_ESOMsg_CacheSubscribed", + 25: "k_ESOMsg_CacheUnsubscribed", + 26: "k_ESOMsg_UpdateMultiple", + 28: "k_ESOMsg_CacheSubscriptionRefresh", + 29: "k_ESOMsg_CacheSubscribedUpToDate", +} +var ESOMsg_value = map[string]int32{ + "k_ESOMsg_Create": 21, + "k_ESOMsg_Update": 22, + "k_ESOMsg_Destroy": 23, + "k_ESOMsg_CacheSubscribed": 24, + "k_ESOMsg_CacheUnsubscribed": 25, + "k_ESOMsg_UpdateMultiple": 26, + "k_ESOMsg_CacheSubscriptionRefresh": 28, + "k_ESOMsg_CacheSubscribedUpToDate": 29, +} + +func (x ESOMsg) Enum() *ESOMsg { + p := new(ESOMsg) + *p = x + return p +} +func (x ESOMsg) String() string { + return proto.EnumName(ESOMsg_name, int32(x)) +} +func (x *ESOMsg) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(ESOMsg_value, data, "ESOMsg") + if err != nil { + return err + } + *x = ESOMsg(value) + return nil +} +func (ESOMsg) EnumDescriptor() ([]byte, []int) { return system_fileDescriptor0, []int{1} } + +type EGCBaseClientMsg int32 + +const ( + EGCBaseClientMsg_k_EMsgGCPingRequest EGCBaseClientMsg = 3001 + EGCBaseClientMsg_k_EMsgGCPingResponse EGCBaseClientMsg = 3002 + EGCBaseClientMsg_k_EMsgGCClientWelcome EGCBaseClientMsg = 4004 + EGCBaseClientMsg_k_EMsgGCServerWelcome EGCBaseClientMsg = 4005 + EGCBaseClientMsg_k_EMsgGCClientHello EGCBaseClientMsg = 4006 + EGCBaseClientMsg_k_EMsgGCServerHello EGCBaseClientMsg = 4007 + EGCBaseClientMsg_k_EMsgGCClientConnectionStatus EGCBaseClientMsg = 4009 + EGCBaseClientMsg_k_EMsgGCServerConnectionStatus EGCBaseClientMsg = 4010 +) + +var EGCBaseClientMsg_name = map[int32]string{ + 3001: "k_EMsgGCPingRequest", + 3002: "k_EMsgGCPingResponse", + 4004: "k_EMsgGCClientWelcome", + 4005: "k_EMsgGCServerWelcome", + 4006: "k_EMsgGCClientHello", + 4007: "k_EMsgGCServerHello", + 4009: "k_EMsgGCClientConnectionStatus", + 4010: "k_EMsgGCServerConnectionStatus", +} +var EGCBaseClientMsg_value = map[string]int32{ + "k_EMsgGCPingRequest": 3001, + "k_EMsgGCPingResponse": 3002, + "k_EMsgGCClientWelcome": 4004, + "k_EMsgGCServerWelcome": 4005, + "k_EMsgGCClientHello": 4006, + "k_EMsgGCServerHello": 4007, + "k_EMsgGCClientConnectionStatus": 4009, + "k_EMsgGCServerConnectionStatus": 4010, +} + +func (x EGCBaseClientMsg) Enum() *EGCBaseClientMsg { + p := new(EGCBaseClientMsg) + *p = x + return p +} +func (x EGCBaseClientMsg) String() string { + return proto.EnumName(EGCBaseClientMsg_name, int32(x)) +} +func (x *EGCBaseClientMsg) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(EGCBaseClientMsg_value, data, "EGCBaseClientMsg") + if err != nil { + return err + } + *x = EGCBaseClientMsg(value) + return nil +} +func (EGCBaseClientMsg) EnumDescriptor() ([]byte, []int) { return system_fileDescriptor0, []int{2} } + +type EGCToGCMsg int32 + +const ( + EGCToGCMsg_k_EGCToGCMsgMasterAck EGCToGCMsg = 150 + EGCToGCMsg_k_EGCToGCMsgMasterAckResponse EGCToGCMsg = 151 + EGCToGCMsg_k_EGCToGCMsgRouted EGCToGCMsg = 152 + EGCToGCMsg_k_EGCToGCMsgRoutedReply EGCToGCMsg = 153 + EGCToGCMsg_k_EMsgGCUpdateSubGCSessionInfo EGCToGCMsg = 154 + EGCToGCMsg_k_EMsgGCRequestSubGCSessionInfo EGCToGCMsg = 155 + EGCToGCMsg_k_EMsgGCRequestSubGCSessionInfoResponse EGCToGCMsg = 156 + EGCToGCMsg_k_EGCToGCMsgMasterStartupComplete EGCToGCMsg = 157 + EGCToGCMsg_k_EMsgGCToGCSOCacheSubscribe EGCToGCMsg = 158 + EGCToGCMsg_k_EMsgGCToGCSOCacheUnsubscribe EGCToGCMsg = 159 + EGCToGCMsg_k_EMsgGCToGCLoadSessionSOCache EGCToGCMsg = 160 + EGCToGCMsg_k_EMsgGCToGCLoadSessionSOCacheResponse EGCToGCMsg = 161 + EGCToGCMsg_k_EMsgGCToGCUpdateSessionStats EGCToGCMsg = 162 +) + +var EGCToGCMsg_name = map[int32]string{ + 150: "k_EGCToGCMsgMasterAck", + 151: "k_EGCToGCMsgMasterAckResponse", + 152: "k_EGCToGCMsgRouted", + 153: "k_EGCToGCMsgRoutedReply", + 154: "k_EMsgGCUpdateSubGCSessionInfo", + 155: "k_EMsgGCRequestSubGCSessionInfo", + 156: "k_EMsgGCRequestSubGCSessionInfoResponse", + 157: "k_EGCToGCMsgMasterStartupComplete", + 158: "k_EMsgGCToGCSOCacheSubscribe", + 159: "k_EMsgGCToGCSOCacheUnsubscribe", + 160: "k_EMsgGCToGCLoadSessionSOCache", + 161: "k_EMsgGCToGCLoadSessionSOCacheResponse", + 162: "k_EMsgGCToGCUpdateSessionStats", +} +var EGCToGCMsg_value = map[string]int32{ + "k_EGCToGCMsgMasterAck": 150, + "k_EGCToGCMsgMasterAckResponse": 151, + "k_EGCToGCMsgRouted": 152, + "k_EGCToGCMsgRoutedReply": 153, + "k_EMsgGCUpdateSubGCSessionInfo": 154, + "k_EMsgGCRequestSubGCSessionInfo": 155, + "k_EMsgGCRequestSubGCSessionInfoResponse": 156, + "k_EGCToGCMsgMasterStartupComplete": 157, + "k_EMsgGCToGCSOCacheSubscribe": 158, + "k_EMsgGCToGCSOCacheUnsubscribe": 159, + "k_EMsgGCToGCLoadSessionSOCache": 160, + "k_EMsgGCToGCLoadSessionSOCacheResponse": 161, + "k_EMsgGCToGCUpdateSessionStats": 162, +} + +func (x EGCToGCMsg) Enum() *EGCToGCMsg { + p := new(EGCToGCMsg) + *p = x + return p +} +func (x EGCToGCMsg) String() string { + return proto.EnumName(EGCToGCMsg_name, int32(x)) +} +func (x *EGCToGCMsg) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(EGCToGCMsg_value, data, "EGCToGCMsg") + if err != nil { + return err + } + *x = EGCToGCMsg(value) + return nil +} +func (EGCToGCMsg) EnumDescriptor() ([]byte, []int) { return system_fileDescriptor0, []int{3} } + +func init() { + proto.RegisterEnum("EGCSystemMsg", EGCSystemMsg_name, EGCSystemMsg_value) + proto.RegisterEnum("ESOMsg", ESOMsg_name, ESOMsg_value) + proto.RegisterEnum("EGCBaseClientMsg", EGCBaseClientMsg_name, EGCBaseClientMsg_value) + proto.RegisterEnum("EGCToGCMsg", EGCToGCMsg_name, EGCToGCMsg_value) +} + +var system_fileDescriptor0 = []byte{ + // 1475 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x57, 0x59, 0x73, 0x1b, 0xc5, + 0x13, 0xcf, 0x96, 0xfc, 0xff, 0x3f, 0x4c, 0x41, 0xd1, 0x99, 0xc4, 0x47, 0x12, 0x27, 0x4a, 0x42, + 0x0e, 0x62, 0xa8, 0x3c, 0x84, 0xfb, 0x46, 0x91, 0x64, 0x5b, 0x41, 0x8e, 0x15, 0x4b, 0xb6, 0xb9, + 0xcd, 0x7a, 0x35, 0xb6, 0xb6, 0x2c, 0xed, 0x2c, 0x33, 0xbb, 0x26, 0x7e, 0x0b, 0xd7, 0x57, 0xe0, + 0xbe, 0x8b, 0xa3, 0xe0, 0x1b, 0xc0, 0x27, 0xe0, 0x7c, 0x81, 0x57, 0xee, 0x7c, 0x01, 0x1e, 0xb8, + 0x21, 0x55, 0xf4, 0xee, 0xce, 0xce, 0xce, 0x4a, 0xb2, 0x79, 0x93, 0xe6, 0xd7, 0xdd, 0xd3, 0xdd, + 0xd3, 0xfd, 0xeb, 0x5e, 0x42, 0xd7, 0x1d, 0xb9, 0x25, 0x03, 0xd6, 0xeb, 0xc9, 0x75, 0x79, 0xda, + 0x17, 0x3c, 0xe0, 0x53, 0x97, 0x47, 0xc9, 0x55, 0xd5, 0x99, 0x72, 0x33, 0x3e, 0x9f, 0x93, 0xeb, + 0x74, 0x0f, 0xb9, 0x66, 0x63, 0x05, 0x4f, 0xf0, 0x77, 0xcd, 0xdb, 0xb4, 0xbb, 0x6e, 0x1b, 0x76, + 0xd1, 0xdd, 0xe4, 0xea, 0xf4, 0x70, 0x2e, 0xec, 0x06, 0x2e, 0x58, 0x74, 0x82, 0xec, 0x4d, 0x8f, + 0x66, 0x98, 0xc7, 0x84, 0xeb, 0x2c, 0x30, 0xbf, 0xbb, 0x05, 0x84, 0x8e, 0x11, 0x9a, 0x22, 0x89, + 0xd9, 0xb3, 0xb6, 0x64, 0x70, 0x86, 0x1e, 0x22, 0xfb, 0xd3, 0xf3, 0x92, 0xd3, 0x71, 0xd9, 0x26, + 0xeb, 0x31, 0x2f, 0x28, 0x3d, 0x69, 0x8b, 0x36, 0x6b, 0xc3, 0x8d, 0xa6, 0x5e, 0x99, 0x7b, 0x65, + 0xde, 0xeb, 0xd9, 0x5e, 0x1b, 0x6e, 0x32, 0x6f, 0x6a, 0x06, 0xb6, 0x08, 0x1a, 0x5d, 0x7b, 0xcb, + 0xf5, 0xd6, 0xe1, 0x66, 0x3a, 0x4e, 0xf6, 0x64, 0x08, 0xf7, 0x53, 0xe0, 0x16, 0x7a, 0x80, 0x8c, + 0xe7, 0x54, 0x66, 0xec, 0x1e, 0x93, 0x4c, 0x6c, 0x32, 0x01, 0xb7, 0xd2, 0xfd, 0x64, 0xcc, 0xd4, + 0x32, 0xb0, 0xdb, 0xe8, 0x28, 0xd9, 0x9d, 0x62, 0xcb, 0x33, 0x0b, 0xec, 0x89, 0x90, 0xc9, 0x00, + 0x6e, 0x37, 0x5d, 0x8b, 0x8e, 0xa5, 0xcf, 0x3d, 0x0c, 0xe9, 0x0e, 0x7a, 0x94, 0x1c, 0xca, 0x92, + 0x10, 0x2c, 0xa2, 0x99, 0xc8, 0x1a, 0x5e, 0x19, 0xc8, 0xa6, 0xd3, 0x61, 0x3d, 0x1b, 0xee, 0xa4, + 0x53, 0xe4, 0xc4, 0xce, 0x32, 0xda, 0xde, 0x5d, 0x43, 0xec, 0xc5, 0x72, 0x95, 0x6a, 0x63, 0xa1, + 0x5a, 0x2e, 0xb5, 0xaa, 0x15, 0xb8, 0x9b, 0x1e, 0x26, 0x93, 0xc3, 0x64, 0xb4, 0x95, 0x7b, 0xcc, + 0x00, 0x4b, 0xbe, 0x5f, 0xf3, 0xd6, 0xf8, 0xa2, 0xdf, 0xb6, 0x03, 0x4c, 0xf2, 0xbd, 0x66, 0x66, + 0x96, 0xa2, 0xc7, 0xc5, 0xe3, 0x26, 0x93, 0xd2, 0xe5, 0x1e, 0xdc, 0x47, 0xaf, 0x25, 0xc5, 0x6d, + 0x40, 0x6d, 0xbd, 0x64, 0xfa, 0x58, 0xe7, 0x7c, 0x23, 0xf4, 0x4b, 0x8e, 0xc3, 0x43, 0x2f, 0x98, + 0x16, 0xbc, 0x57, 0xf3, 0xfc, 0x30, 0x80, 0xb3, 0xb9, 0xfc, 0x33, 0xaf, 0x3d, 0xdb, 0x6a, 0x35, + 0xd2, 0x64, 0x96, 0xcd, 0x5b, 0xfa, 0x40, 0x7d, 0x4b, 0xc5, 0x7c, 0xf4, 0x86, 0x60, 0x2d, 0x04, + 0x9b, 0x2c, 0x08, 0x7d, 0xa8, 0xd2, 0x22, 0x39, 0x90, 0x22, 0x0b, 0xcc, 0xe1, 0xa2, 0xdd, 0x0c, + 0x7d, 0x9f, 0x8b, 0xa0, 0xe4, 0x04, 0x51, 0x14, 0xd3, 0xf4, 0x3a, 0x72, 0xcc, 0x48, 0x90, 0xf2, + 0xae, 0xc2, 0x02, 0xdb, 0xed, 0xca, 0x15, 0x23, 0x95, 0x33, 0x66, 0x28, 0x68, 0x8a, 0xb9, 0x9b, + 0xac, 0xe6, 0x05, 0x4c, 0x60, 0xd2, 0xe6, 0x30, 0x6c, 0x7b, 0x9d, 0x41, 0xcd, 0x74, 0x64, 0xda, + 0xf5, 0xda, 0xca, 0x9c, 0x84, 0x73, 0x66, 0xad, 0x34, 0xb8, 0x0c, 0x4a, 0x5d, 0x26, 0x02, 0xb8, + 0xdf, 0x2c, 0x4a, 0xbc, 0xbe, 0xee, 0x3a, 0x0c, 0x23, 0x92, 0x50, 0xcf, 0x77, 0x4c, 0xf6, 0x70, + 0x30, 0xd7, 0xa7, 0xa2, 0x2a, 0x5f, 0xc2, 0x79, 0x33, 0x56, 0x03, 0xd0, 0x69, 0x9a, 0xcf, 0x3d, + 0x75, 0xbb, 0x3d, 0x2d, 0x18, 0x53, 0x17, 0x42, 0xc3, 0x8c, 0x2e, 0x8f, 0x69, 0xfd, 0x0b, 0x74, + 0x1f, 0x19, 0x35, 0x2e, 0xa8, 0x35, 0xea, 0xdc, 0xb1, 0xe3, 0x34, 0x2e, 0xd0, 0x23, 0xe4, 0xe0, + 0x50, 0x48, 0x6b, 0x37, 0xe9, 0x41, 0xb2, 0x2f, 0xdf, 0xe9, 0x66, 0xe5, 0xb7, 0x4c, 0xe7, 0xd0, + 0x82, 0x21, 0x01, 0x8b, 0x7d, 0x95, 0x6e, 0x60, 0xda, 0xfc, 0x92, 0x99, 0xe0, 0xa8, 0x50, 0xaa, + 0x3d, 0x7c, 0x41, 0x58, 0xce, 0xdd, 0x9a, 0x1e, 0x6b, 0xad, 0x07, 0xe8, 0x24, 0x99, 0x30, 0x2c, + 0xc7, 0x68, 0x8b, 0xf5, 0xfc, 0x2e, 0x16, 0x33, 0x3c, 0x48, 0x8f, 0x91, 0xc3, 0xdb, 0xa1, 0xda, + 0xc6, 0x43, 0x39, 0xcf, 0x85, 0xed, 0x05, 0x33, 0x51, 0x75, 0x36, 0x6c, 0x29, 0xe1, 0xe1, 0x9c, + 0xe7, 0x39, 0x4c, 0xeb, 0x3f, 0x62, 0xba, 0x38, 0x50, 0x82, 0xf0, 0x28, 0x3d, 0x4e, 0x8e, 0x6c, + 0x0b, 0x6b, 0x2b, 0x8f, 0x99, 0x5d, 0x84, 0x62, 0x0d, 0x26, 0x24, 0xf7, 0xec, 0xf3, 0x11, 0x5d, + 0xc1, 0x8a, 0xd9, 0x45, 0x7d, 0xa0, 0xb6, 0xf0, 0xb8, 0x59, 0x72, 0x31, 0x6f, 0xfb, 0x5d, 0x76, + 0x11, 0x7f, 0x83, 0x6d, 0xe6, 0x61, 0x99, 0xad, 0x96, 0x1a, 0xb5, 0x05, 0xb6, 0xee, 0xe2, 0x23, + 0x88, 0xb8, 0x03, 0xd6, 0x6c, 0x07, 0x2f, 0x61, 0x66, 0x2e, 0x13, 0xa9, 0x73, 0x7c, 0x35, 0x6d, + 0xe4, 0x35, 0xb3, 0xd1, 0xfa, 0xd1, 0xd9, 0x20, 0xf0, 0xb5, 0x1f, 0x1d, 0x7a, 0x3d, 0x39, 0xb9, + 0x9d, 0xe4, 0x34, 0x17, 0xd1, 0x04, 0xd0, 0xc2, 0x2e, 0xd6, 0x64, 0xe6, 0x34, 0xeb, 0x95, 0x6d, + 0x2c, 0xa7, 0x36, 0x86, 0x08, 0x9f, 0x58, 0x58, 0x93, 0x93, 0xc3, 0x20, 0xad, 0xfc, 0xa9, 0x35, + 0x54, 0x1b, 0xa9, 0x03, 0x3e, 0xb3, 0x30, 0x9a, 0xf1, 0x01, 0xa8, 0xc2, 0xba, 0x0c, 0x0b, 0xe3, + 0x73, 0x0b, 0xb3, 0x3d, 0x36, 0xa8, 0x18, 0x57, 0xeb, 0x17, 0x16, 0x66, 0xfb, 0xd0, 0x70, 0x50, + 0x5f, 0xfd, 0xa5, 0x85, 0xf5, 0x0a, 0xba, 0x30, 0x2f, 0xd4, 0x13, 0xdd, 0xaf, 0x2c, 0x2c, 0x86, + 0x89, 0xfe, 0x63, 0xad, 0xf5, 0xb5, 0x85, 0x3d, 0xae, 0xc7, 0xe2, 0x9c, 0x1d, 0xbd, 0x00, 0x7a, + 0x5b, 0x71, 0x05, 0x73, 0x02, 0x2e, 0xb6, 0xe0, 0x1b, 0x8b, 0x9e, 0x24, 0x47, 0xb7, 0x17, 0xd0, + 0x96, 0xbe, 0xcd, 0x3b, 0x99, 0x0a, 0xaa, 0xc7, 0xe5, 0x61, 0x10, 0x4d, 0xc6, 0xef, 0x2c, 0x7c, + 0x8a, 0x13, 0x3b, 0x0b, 0x69, 0x8b, 0xdf, 0x5b, 0xf4, 0x44, 0x56, 0xa8, 0x5a, 0xb8, 0xdc, 0x75, + 0x71, 0x6c, 0x47, 0x94, 0xa9, 0x8c, 0xfe, 0x60, 0xd1, 0xd3, 0xe4, 0xd4, 0x7f, 0xca, 0x69, 0xbb, + 0x3f, 0x5a, 0x48, 0x78, 0xd9, 0x8a, 0xc0, 0x82, 0x79, 0x3f, 0xe2, 0x15, 0x09, 0x3f, 0xe5, 0x92, + 0x91, 0x01, 0x5a, 0xf3, 0x72, 0xb4, 0x76, 0xec, 0x19, 0x5c, 0x2e, 0xce, 0xc0, 0x2f, 0x05, 0x33, + 0xfa, 0xa8, 0x21, 0x42, 0xe1, 0x74, 0x10, 0x6a, 0x89, 0x10, 0x47, 0x07, 0xe6, 0x3c, 0x94, 0xf0, + 0x6b, 0xc1, 0x8c, 0x7e, 0xb8, 0x90, 0xbe, 0xeb, 0xb7, 0x02, 0xb2, 0x80, 0x26, 0xc7, 0x64, 0x80, + 0xa6, 0x93, 0xf2, 0xf7, 0x02, 0xb6, 0x70, 0xc6, 0x23, 0x65, 0xd5, 0xc1, 0x4b, 0xb6, 0x93, 0x18, + 0x29, 0x77, 0x6c, 0x0f, 0x87, 0xc7, 0x1f, 0x05, 0xb3, 0xe4, 0xca, 0x1d, 0xe6, 0x6c, 0x4c, 0x0b, + 0x4c, 0x4a, 0x5b, 0x76, 0x5c, 0x1f, 0xfe, 0x2c, 0x60, 0x13, 0x16, 0xb7, 0x41, 0xb5, 0x1b, 0x7f, + 0x15, 0x90, 0x70, 0x4c, 0x22, 0x6e, 0xe0, 0x3a, 0x83, 0xeb, 0x96, 0xba, 0xb2, 0xee, 0x7a, 0x1b, + 0xf0, 0x77, 0x01, 0x97, 0x8c, 0xe3, 0x3b, 0xca, 0x68, 0x7b, 0xff, 0x14, 0xe8, 0xa9, 0xac, 0x6d, + 0x97, 0x9a, 0xb8, 0xb4, 0xe1, 0xec, 0xc4, 0x62, 0x0e, 0xa5, 0xef, 0x3a, 0x2e, 0x0f, 0x65, 0x34, + 0x47, 0x37, 0xdd, 0x60, 0x0b, 0xae, 0x14, 0xcc, 0xe7, 0xa8, 0x34, 0x94, 0xd5, 0x39, 0xd7, 0x11, + 0xbc, 0x75, 0x11, 0xdf, 0xeb, 0xd2, 0x88, 0x59, 0x9b, 0x83, 0x02, 0xfa, 0xd2, 0xa7, 0x46, 0xcc, + 0xde, 0x88, 0xa7, 0x49, 0xa9, 0x79, 0x1e, 0x9e, 0x1e, 0x31, 0x7b, 0x23, 0x3d, 0xd6, 0x5a, 0xcf, + 0x8c, 0xe0, 0xca, 0x98, 0xe3, 0x51, 0xdf, 0x57, 0x19, 0xaa, 0x23, 0x55, 0xc1, 0xb3, 0x23, 0x66, + 0x7d, 0x0e, 0xe0, 0xda, 0xce, 0x73, 0x23, 0x53, 0x3f, 0x5b, 0xe4, 0xff, 0xd5, 0xe6, 0x7c, 0xb6, + 0xdf, 0xc6, 0xbf, 0x57, 0xca, 0x82, 0x45, 0x53, 0x61, 0x34, 0x77, 0x98, 0x3c, 0x35, 0x8c, 0xd1, + 0xbd, 0xb1, 0xcb, 0xc9, 0x61, 0x05, 0x99, 0x4a, 0xf0, 0x2d, 0x18, 0x57, 0x94, 0xa8, 0xf4, 0x23, + 0x1e, 0x68, 0x86, 0xab, 0xd2, 0x11, 0xee, 0x2a, 0xae, 0x57, 0x13, 0x6a, 0xc7, 0x35, 0xd0, 0x45, + 0x4f, 0x66, 0xf8, 0x3e, 0x45, 0xe9, 0xe6, 0x45, 0x29, 0x2f, 0xc3, 0x7e, 0x35, 0x16, 0x06, 0x4d, + 0xfb, 0xc9, 0xd8, 0x5d, 0x13, 0x4c, 0x76, 0x60, 0x52, 0x51, 0xf7, 0x50, 0x0f, 0x16, 0xfd, 0x16, + 0xaf, 0x44, 0xde, 0x1f, 0x9c, 0xba, 0x62, 0x11, 0xc0, 0xcc, 0x44, 0xed, 0xa1, 0x3b, 0x51, 0x75, + 0x4f, 0x5c, 0xb3, 0x8d, 0xb8, 0x25, 0x13, 0x2a, 0xff, 0x68, 0x5c, 0xd1, 0xa6, 0x81, 0xa8, 0xe4, + 0x7d, 0x3c, 0xae, 0xda, 0x20, 0x86, 0x12, 0x4b, 0xcb, 0xac, 0xeb, 0xf0, 0x1e, 0x83, 0x77, 0x8a, + 0x26, 0xd6, 0x8c, 0x77, 0xe8, 0x14, 0x7b, 0xb7, 0x68, 0x5e, 0x96, 0xe8, 0xcd, 0xb2, 0x6e, 0x97, + 0xc3, 0x7b, 0x39, 0x24, 0xd1, 0x4a, 0x90, 0xf7, 0x8b, 0xaa, 0x89, 0x0d, 0x1d, 0xfc, 0x12, 0xf0, + 0x58, 0xbc, 0xd9, 0xa9, 0x26, 0xfe, 0x20, 0x27, 0x94, 0xa8, 0x0f, 0x08, 0x7d, 0x58, 0x9c, 0xba, + 0x5c, 0x20, 0x04, 0xe3, 0x6f, 0xf1, 0xb8, 0x3a, 0x74, 0x2f, 0xab, 0xff, 0x09, 0x4b, 0x95, 0x9c, + 0x0d, 0x78, 0xde, 0xd2, 0x0d, 0xd6, 0x8f, 0xe9, 0x24, 0xbc, 0x90, 0x31, 0x96, 0x92, 0x89, 0x38, + 0x0d, 0x1f, 0xf4, 0xc5, 0x6c, 0xa8, 0xe4, 0x80, 0xe4, 0x53, 0xe8, 0x25, 0xcb, 0x74, 0x55, 0x51, + 0x48, 0xb8, 0x1a, 0x79, 0x1d, 0xf3, 0x48, 0xb4, 0x99, 0xc3, 0xcb, 0x96, 0xa2, 0x81, 0x58, 0x48, + 0xbd, 0xc8, 0x80, 0xd4, 0x2b, 0x16, 0xbd, 0x21, 0x9e, 0xa1, 0x3b, 0x49, 0x69, 0x7f, 0x5f, 0xcd, + 0x98, 0x3b, 0x17, 0x53, 0xfc, 0x2d, 0x14, 0xfa, 0xb8, 0x47, 0xfa, 0xf1, 0xd4, 0x7b, 0x2d, 0x9d, + 0xa8, 0xb1, 0xd5, 0x48, 0xb4, 0x39, 0x9f, 0xaf, 0x28, 0x78, 0x3d, 0x17, 0x83, 0x21, 0x62, 0x14, + 0x36, 0xbc, 0x31, 0x20, 0x54, 0xe7, 0x76, 0x5b, 0x79, 0xa6, 0xe4, 0xe1, 0xcd, 0x74, 0xf6, 0xec, + 0x20, 0xa4, 0x23, 0x78, 0x6b, 0xc0, 0x62, 0x8e, 0x81, 0x93, 0xd9, 0xfa, 0xb6, 0x75, 0xf6, 0x7f, + 0xb3, 0xd6, 0x25, 0x6b, 0xd7, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x05, 0xab, 0xaf, 0x14, 0xda, + 0x0e, 0x00, 0x00, +} |