| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683 |
- #include "pch-cpp.hpp"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
- #include <limits>
- #include <stdint.h>
- // System.Char[]
- struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
- // System.Type[]
- struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
- // System.Reflection.AssemblyCompanyAttribute
- struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4;
- // System.Reflection.AssemblyConfigurationAttribute
- struct AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C;
- // System.Reflection.AssemblyCopyrightAttribute
- struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC;
- // System.Reflection.AssemblyDescriptionAttribute
- struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3;
- // System.Reflection.AssemblyProductAttribute
- struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA;
- // System.Reflection.AssemblyTitleAttribute
- struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7;
- // System.Reflection.AssemblyTrademarkAttribute
- struct AssemblyTrademarkAttribute_t0602679435F8EBECC5DDB55CFE3A7A4A4CA2B5E2;
- // System.Reflection.Binder
- struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30;
- // System.Runtime.InteropServices.ComVisibleAttribute
- struct ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A;
- // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
- struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF;
- // System.Runtime.CompilerServices.CompilerGeneratedAttribute
- struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C;
- // System.Diagnostics.DebuggableAttribute
- struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B;
- // System.Reflection.MemberFilter
- struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81;
- // AOT.MonoPInvokeCallbackAttribute
- struct MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E;
- // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
- struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80;
- // System.String
- struct String_t;
- // System.Runtime.Versioning.TargetFrameworkAttribute
- struct TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517;
- // System.Type
- struct Type_t;
- // System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute
- struct UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F;
- // System.Void
- struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5;
- IL2CPP_EXTERN_C const RuntimeType* BluetoothBinaryEvent_t2463B974D6B841460BEEB57E5E6C3EB5FF5A484D_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* BluetoothBinaryEvent_t390198A623BFFFD6228C82678AA37E20594BFD96_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* BluetoothStringEvent2_t69557F848AE18CD55A413567974DDDB0B078E3C4_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* BluetoothStringEvent2_tF4195055E00D905F1129552F50E69E878026E8F8_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* BluetoothStringEvent_t2E03EB27189D6E298D604A2E1CD9D8AEA39A6105_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* BluetoothStringEvent_t7DE0358FA9D005FB18DA0C03BE83DBB5725AD956_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* BluetoothVoidEvent_tAA768568395191A3CCAE9B616E3DD7E7B48AD7E8_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* BluetoothVoidEvent_tE178FAB100D11847192D1598B31E6DD27BA88945_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* byteByteDelegate_t1F6B297554F23A4CD708AA90AABD00AD081DD281_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* byteByteDelegate_t685D01AB19C23D95AA200D1A111D03F83852FA27_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* voidByteDelegate_t2BC234CDA291C7E0A615562EB03D2E2B95E322AA_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* voidByteDelegate_tEE89A03AF012B59AE874C267771ECE94BAB32C71_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* voidObjDelegate_t96130CDF6A9EF5B6E7BAF95F0F3AB10458D5A640_0_0_0_var;
- IL2CPP_EXTERN_C const RuntimeType* voidObjDelegate_tABC7DE4C7A56EE3C56F9AF4872BC663AD0F72F67_0_0_0_var;
- IL2CPP_EXTERN_C_BEGIN
- IL2CPP_EXTERN_C_END
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Object
- // System.Attribute
- struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject
- {
- public:
- public:
- };
- // System.Reflection.MemberInfo
- struct MemberInfo_t : public RuntimeObject
- {
- public:
- public:
- };
- // System.String
- struct String_t : public RuntimeObject
- {
- public:
- // System.Int32 System.String::m_stringLength
- int32_t ___m_stringLength_0;
- // System.Char System.String::m_firstChar
- Il2CppChar ___m_firstChar_1;
- public:
- inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
- inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
- inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
- inline void set_m_stringLength_0(int32_t value)
- {
- ___m_stringLength_0 = value;
- }
- inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
- inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
- inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
- inline void set_m_firstChar_1(Il2CppChar value)
- {
- ___m_firstChar_1 = value;
- }
- };
- struct String_t_StaticFields
- {
- public:
- // System.String System.String::Empty
- String_t* ___Empty_5;
- public:
- inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
- inline String_t* get_Empty_5() const { return ___Empty_5; }
- inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
- inline void set_Empty_5(String_t* value)
- {
- ___Empty_5 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
- }
- };
- // System.ValueType
- struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
- {
- public:
- public:
- };
- // Native definition for P/Invoke marshalling of System.ValueType
- struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
- {
- };
- // Native definition for COM marshalling of System.ValueType
- struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
- {
- };
- // System.Reflection.AssemblyCompanyAttribute
- struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyCompanyAttribute::m_company
- String_t* ___m_company_0;
- public:
- inline static int32_t get_offset_of_m_company_0() { return static_cast<int32_t>(offsetof(AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4, ___m_company_0)); }
- inline String_t* get_m_company_0() const { return ___m_company_0; }
- inline String_t** get_address_of_m_company_0() { return &___m_company_0; }
- inline void set_m_company_0(String_t* value)
- {
- ___m_company_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_company_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyConfigurationAttribute
- struct AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyConfigurationAttribute::m_configuration
- String_t* ___m_configuration_0;
- public:
- inline static int32_t get_offset_of_m_configuration_0() { return static_cast<int32_t>(offsetof(AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C, ___m_configuration_0)); }
- inline String_t* get_m_configuration_0() const { return ___m_configuration_0; }
- inline String_t** get_address_of_m_configuration_0() { return &___m_configuration_0; }
- inline void set_m_configuration_0(String_t* value)
- {
- ___m_configuration_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_configuration_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyCopyrightAttribute
- struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyCopyrightAttribute::m_copyright
- String_t* ___m_copyright_0;
- public:
- inline static int32_t get_offset_of_m_copyright_0() { return static_cast<int32_t>(offsetof(AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC, ___m_copyright_0)); }
- inline String_t* get_m_copyright_0() const { return ___m_copyright_0; }
- inline String_t** get_address_of_m_copyright_0() { return &___m_copyright_0; }
- inline void set_m_copyright_0(String_t* value)
- {
- ___m_copyright_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_copyright_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyDescriptionAttribute
- struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyDescriptionAttribute::m_description
- String_t* ___m_description_0;
- public:
- inline static int32_t get_offset_of_m_description_0() { return static_cast<int32_t>(offsetof(AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3, ___m_description_0)); }
- inline String_t* get_m_description_0() const { return ___m_description_0; }
- inline String_t** get_address_of_m_description_0() { return &___m_description_0; }
- inline void set_m_description_0(String_t* value)
- {
- ___m_description_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_description_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyProductAttribute
- struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyProductAttribute::m_product
- String_t* ___m_product_0;
- public:
- inline static int32_t get_offset_of_m_product_0() { return static_cast<int32_t>(offsetof(AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA, ___m_product_0)); }
- inline String_t* get_m_product_0() const { return ___m_product_0; }
- inline String_t** get_address_of_m_product_0() { return &___m_product_0; }
- inline void set_m_product_0(String_t* value)
- {
- ___m_product_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_product_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyTitleAttribute
- struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyTitleAttribute::m_title
- String_t* ___m_title_0;
- public:
- inline static int32_t get_offset_of_m_title_0() { return static_cast<int32_t>(offsetof(AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7, ___m_title_0)); }
- inline String_t* get_m_title_0() const { return ___m_title_0; }
- inline String_t** get_address_of_m_title_0() { return &___m_title_0; }
- inline void set_m_title_0(String_t* value)
- {
- ___m_title_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_title_0), (void*)value);
- }
- };
- // System.Reflection.AssemblyTrademarkAttribute
- struct AssemblyTrademarkAttribute_t0602679435F8EBECC5DDB55CFE3A7A4A4CA2B5E2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Reflection.AssemblyTrademarkAttribute::m_trademark
- String_t* ___m_trademark_0;
- public:
- inline static int32_t get_offset_of_m_trademark_0() { return static_cast<int32_t>(offsetof(AssemblyTrademarkAttribute_t0602679435F8EBECC5DDB55CFE3A7A4A4CA2B5E2, ___m_trademark_0)); }
- inline String_t* get_m_trademark_0() const { return ___m_trademark_0; }
- inline String_t** get_address_of_m_trademark_0() { return &___m_trademark_0; }
- inline void set_m_trademark_0(String_t* value)
- {
- ___m_trademark_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___m_trademark_0), (void*)value);
- }
- };
- // System.Boolean
- struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37
- {
- public:
- // System.Boolean System.Boolean::m_value
- bool ___m_value_0;
- public:
- inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); }
- inline bool get_m_value_0() const { return ___m_value_0; }
- inline bool* get_address_of_m_value_0() { return &___m_value_0; }
- inline void set_m_value_0(bool value)
- {
- ___m_value_0 = value;
- }
- };
- struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields
- {
- public:
- // System.String System.Boolean::TrueString
- String_t* ___TrueString_5;
- // System.String System.Boolean::FalseString
- String_t* ___FalseString_6;
- public:
- inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); }
- inline String_t* get_TrueString_5() const { return ___TrueString_5; }
- inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
- inline void set_TrueString_5(String_t* value)
- {
- ___TrueString_5 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
- }
- inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); }
- inline String_t* get_FalseString_6() const { return ___FalseString_6; }
- inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
- inline void set_FalseString_6(String_t* value)
- {
- ___FalseString_6 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
- }
- };
- // System.Runtime.InteropServices.ComVisibleAttribute
- struct ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.Boolean System.Runtime.InteropServices.ComVisibleAttribute::_val
- bool ____val_0;
- public:
- inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A, ____val_0)); }
- inline bool get__val_0() const { return ____val_0; }
- inline bool* get_address_of__val_0() { return &____val_0; }
- inline void set__val_0(bool value)
- {
- ____val_0 = value;
- }
- };
- // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
- struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.Int32 System.Runtime.CompilerServices.CompilationRelaxationsAttribute::m_relaxations
- int32_t ___m_relaxations_0;
- public:
- inline static int32_t get_offset_of_m_relaxations_0() { return static_cast<int32_t>(offsetof(CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF, ___m_relaxations_0)); }
- inline int32_t get_m_relaxations_0() const { return ___m_relaxations_0; }
- inline int32_t* get_address_of_m_relaxations_0() { return &___m_relaxations_0; }
- inline void set_m_relaxations_0(int32_t value)
- {
- ___m_relaxations_0 = value;
- }
- };
- // System.Runtime.CompilerServices.CompilerGeneratedAttribute
- struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- public:
- };
- // System.Enum
- struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52
- {
- public:
- public:
- };
- struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields
- {
- public:
- // System.Char[] System.Enum::enumSeperatorCharArray
- CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0;
- public:
- inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); }
- inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
- inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
- inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value)
- {
- ___enumSeperatorCharArray_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
- }
- };
- // Native definition for P/Invoke marshalling of System.Enum
- struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke
- {
- };
- // Native definition for COM marshalling of System.Enum
- struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com
- {
- };
- // System.IntPtr
- struct IntPtr_t
- {
- public:
- // System.Void* System.IntPtr::m_value
- void* ___m_value_0;
- public:
- inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
- inline void* get_m_value_0() const { return ___m_value_0; }
- inline void** get_address_of_m_value_0() { return &___m_value_0; }
- inline void set_m_value_0(void* value)
- {
- ___m_value_0 = value;
- }
- };
- struct IntPtr_t_StaticFields
- {
- public:
- // System.IntPtr System.IntPtr::Zero
- intptr_t ___Zero_1;
- public:
- inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
- inline intptr_t get_Zero_1() const { return ___Zero_1; }
- inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
- inline void set_Zero_1(intptr_t value)
- {
- ___Zero_1 = value;
- }
- };
- // AOT.MonoPInvokeCallbackAttribute
- struct MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- public:
- };
- // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
- struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.Boolean System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::m_wrapNonExceptionThrows
- bool ___m_wrapNonExceptionThrows_0;
- public:
- inline static int32_t get_offset_of_m_wrapNonExceptionThrows_0() { return static_cast<int32_t>(offsetof(RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80, ___m_wrapNonExceptionThrows_0)); }
- inline bool get_m_wrapNonExceptionThrows_0() const { return ___m_wrapNonExceptionThrows_0; }
- inline bool* get_address_of_m_wrapNonExceptionThrows_0() { return &___m_wrapNonExceptionThrows_0; }
- inline void set_m_wrapNonExceptionThrows_0(bool value)
- {
- ___m_wrapNonExceptionThrows_0 = value;
- }
- };
- // System.Runtime.Versioning.TargetFrameworkAttribute
- struct TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.String System.Runtime.Versioning.TargetFrameworkAttribute::_frameworkName
- String_t* ____frameworkName_0;
- // System.String System.Runtime.Versioning.TargetFrameworkAttribute::_frameworkDisplayName
- String_t* ____frameworkDisplayName_1;
- public:
- inline static int32_t get_offset_of__frameworkName_0() { return static_cast<int32_t>(offsetof(TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517, ____frameworkName_0)); }
- inline String_t* get__frameworkName_0() const { return ____frameworkName_0; }
- inline String_t** get_address_of__frameworkName_0() { return &____frameworkName_0; }
- inline void set__frameworkName_0(String_t* value)
- {
- ____frameworkName_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&____frameworkName_0), (void*)value);
- }
- inline static int32_t get_offset_of__frameworkDisplayName_1() { return static_cast<int32_t>(offsetof(TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517, ____frameworkDisplayName_1)); }
- inline String_t* get__frameworkDisplayName_1() const { return ____frameworkDisplayName_1; }
- inline String_t** get_address_of__frameworkDisplayName_1() { return &____frameworkDisplayName_1; }
- inline void set__frameworkDisplayName_1(String_t* value)
- {
- ____frameworkDisplayName_1 = value;
- Il2CppCodeGenWriteBarrier((void**)(&____frameworkDisplayName_1), (void*)value);
- }
- };
- // System.Void
- struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
- {
- public:
- union
- {
- struct
- {
- };
- uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
- };
- public:
- };
- // System.Reflection.BindingFlags
- struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733
- {
- public:
- // System.Int32 System.Reflection.BindingFlags::value__
- int32_t ___value___2;
- public:
- inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); }
- inline int32_t get_value___2() const { return ___value___2; }
- inline int32_t* get_address_of_value___2() { return &___value___2; }
- inline void set_value___2(int32_t value)
- {
- ___value___2 = value;
- }
- };
- // System.Runtime.InteropServices.CallingConvention
- struct CallingConvention_tCD05DC1A211D9713286784F4DDDE1BA18B839924
- {
- public:
- // System.Int32 System.Runtime.InteropServices.CallingConvention::value__
- int32_t ___value___2;
- public:
- inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CallingConvention_tCD05DC1A211D9713286784F4DDDE1BA18B839924, ___value___2)); }
- inline int32_t get_value___2() const { return ___value___2; }
- inline int32_t* get_address_of_value___2() { return &___value___2; }
- inline void set_value___2(int32_t value)
- {
- ___value___2 = value;
- }
- };
- // System.Runtime.InteropServices.CharSet
- struct CharSet_tF37E3433B83409C49A52A325333BFBC08ACD6E4B
- {
- public:
- // System.Int32 System.Runtime.InteropServices.CharSet::value__
- int32_t ___value___2;
- public:
- inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CharSet_tF37E3433B83409C49A52A325333BFBC08ACD6E4B, ___value___2)); }
- inline int32_t get_value___2() const { return ___value___2; }
- inline int32_t* get_address_of_value___2() { return &___value___2; }
- inline void set_value___2(int32_t value)
- {
- ___value___2 = value;
- }
- };
- // System.RuntimeTypeHandle
- struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9
- {
- public:
- // System.IntPtr System.RuntimeTypeHandle::value
- intptr_t ___value_0;
- public:
- inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); }
- inline intptr_t get_value_0() const { return ___value_0; }
- inline intptr_t* get_address_of_value_0() { return &___value_0; }
- inline void set_value_0(intptr_t value)
- {
- ___value_0 = value;
- }
- };
- // System.Diagnostics.DebuggableAttribute/DebuggingModes
- struct DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8
- {
- public:
- // System.Int32 System.Diagnostics.DebuggableAttribute/DebuggingModes::value__
- int32_t ___value___2;
- public:
- inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8, ___value___2)); }
- inline int32_t get_value___2() const { return ___value___2; }
- inline int32_t* get_address_of_value___2() { return &___value___2; }
- inline void set_value___2(int32_t value)
- {
- ___value___2 = value;
- }
- };
- // System.Diagnostics.DebuggableAttribute
- struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.Diagnostics.DebuggableAttribute/DebuggingModes System.Diagnostics.DebuggableAttribute::m_debuggingModes
- int32_t ___m_debuggingModes_0;
- public:
- inline static int32_t get_offset_of_m_debuggingModes_0() { return static_cast<int32_t>(offsetof(DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B, ___m_debuggingModes_0)); }
- inline int32_t get_m_debuggingModes_0() const { return ___m_debuggingModes_0; }
- inline int32_t* get_address_of_m_debuggingModes_0() { return &___m_debuggingModes_0; }
- inline void set_m_debuggingModes_0(int32_t value)
- {
- ___m_debuggingModes_0 = value;
- }
- };
- // System.Type
- struct Type_t : public MemberInfo_t
- {
- public:
- // System.RuntimeTypeHandle System.Type::_impl
- RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9;
- public:
- inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
- inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; }
- inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; }
- inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value)
- {
- ____impl_9 = value;
- }
- };
- struct Type_t_StaticFields
- {
- public:
- // System.Reflection.MemberFilter System.Type::FilterAttribute
- MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0;
- // System.Reflection.MemberFilter System.Type::FilterName
- MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1;
- // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
- MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2;
- // System.Object System.Type::Missing
- RuntimeObject * ___Missing_3;
- // System.Char System.Type::Delimiter
- Il2CppChar ___Delimiter_4;
- // System.Type[] System.Type::EmptyTypes
- TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5;
- // System.Reflection.Binder System.Type::defaultBinder
- Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6;
- public:
- inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
- inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
- {
- ___FilterAttribute_0 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
- }
- inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; }
- inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
- {
- ___FilterName_1 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
- }
- inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
- inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
- inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
- {
- ___FilterNameIgnoreCase_2 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
- }
- inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
- inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
- inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
- inline void set_Missing_3(RuntimeObject * value)
- {
- ___Missing_3 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
- }
- inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
- inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
- inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
- inline void set_Delimiter_4(Il2CppChar value)
- {
- ___Delimiter_4 = value;
- }
- inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
- inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
- inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
- inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value)
- {
- ___EmptyTypes_5 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
- }
- inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
- inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; }
- inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
- inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value)
- {
- ___defaultBinder_6 = value;
- Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
- }
- };
- // System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute
- struct UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
- {
- public:
- // System.Runtime.InteropServices.CallingConvention System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute::m_callingConvention
- int32_t ___m_callingConvention_0;
- // System.Runtime.InteropServices.CharSet System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute::CharSet
- int32_t ___CharSet_1;
- // System.Boolean System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute::BestFitMapping
- bool ___BestFitMapping_2;
- // System.Boolean System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute::ThrowOnUnmappableChar
- bool ___ThrowOnUnmappableChar_3;
- // System.Boolean System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute::SetLastError
- bool ___SetLastError_4;
- public:
- inline static int32_t get_offset_of_m_callingConvention_0() { return static_cast<int32_t>(offsetof(UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F, ___m_callingConvention_0)); }
- inline int32_t get_m_callingConvention_0() const { return ___m_callingConvention_0; }
- inline int32_t* get_address_of_m_callingConvention_0() { return &___m_callingConvention_0; }
- inline void set_m_callingConvention_0(int32_t value)
- {
- ___m_callingConvention_0 = value;
- }
- inline static int32_t get_offset_of_CharSet_1() { return static_cast<int32_t>(offsetof(UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F, ___CharSet_1)); }
- inline int32_t get_CharSet_1() const { return ___CharSet_1; }
- inline int32_t* get_address_of_CharSet_1() { return &___CharSet_1; }
- inline void set_CharSet_1(int32_t value)
- {
- ___CharSet_1 = value;
- }
- inline static int32_t get_offset_of_BestFitMapping_2() { return static_cast<int32_t>(offsetof(UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F, ___BestFitMapping_2)); }
- inline bool get_BestFitMapping_2() const { return ___BestFitMapping_2; }
- inline bool* get_address_of_BestFitMapping_2() { return &___BestFitMapping_2; }
- inline void set_BestFitMapping_2(bool value)
- {
- ___BestFitMapping_2 = value;
- }
- inline static int32_t get_offset_of_ThrowOnUnmappableChar_3() { return static_cast<int32_t>(offsetof(UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F, ___ThrowOnUnmappableChar_3)); }
- inline bool get_ThrowOnUnmappableChar_3() const { return ___ThrowOnUnmappableChar_3; }
- inline bool* get_address_of_ThrowOnUnmappableChar_3() { return &___ThrowOnUnmappableChar_3; }
- inline void set_ThrowOnUnmappableChar_3(bool value)
- {
- ___ThrowOnUnmappableChar_3 = value;
- }
- inline static int32_t get_offset_of_SetLastError_4() { return static_cast<int32_t>(offsetof(UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F, ___SetLastError_4)); }
- inline bool get_SetLastError_4() const { return ___SetLastError_4; }
- inline bool* get_address_of_SetLastError_4() { return &___SetLastError_4; }
- inline void set_SetLastError_4(bool value)
- {
- ___SetLastError_4 = value;
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- // System.Void System.Reflection.AssemblyTrademarkAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyTrademarkAttribute__ctor_m6FBD5AAE48F00120043AD8BECF2586896CFB6C02 (AssemblyTrademarkAttribute_t0602679435F8EBECC5DDB55CFE3A7A4A4CA2B5E2 * __this, String_t* ___trademark0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyCopyrightAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3 (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * __this, String_t* ___copyright0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyProductAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8 (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * __this, String_t* ___product0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyCompanyAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0 (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * __this, String_t* ___company0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyConfigurationAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyConfigurationAttribute__ctor_m6EE76F5A155EDEA71967A32F78D777038ADD0757 (AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C * __this, String_t* ___configuration0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyDescriptionAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25 (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * __this, String_t* ___description0, const RuntimeMethod* method);
- // System.Void System.Reflection.AssemblyTitleAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * __this, String_t* ___title0, const RuntimeMethod* method);
- // System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute/DebuggingModes)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550 (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * __this, int32_t ___modes0, const RuntimeMethod* method);
- // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, const RuntimeMethod* method);
- // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::set_WrapNonExceptionThrows(System.Boolean)
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method);
- // System.Void System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Int32)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * __this, int32_t ___relaxations0, const RuntimeMethod* method);
- // System.Void System.Runtime.InteropServices.ComVisibleAttribute::.ctor(System.Boolean)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172 (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * __this, bool ___visibility0, const RuntimeMethod* method);
- // System.Void System.Runtime.Versioning.TargetFrameworkAttribute::.ctor(System.String)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetFrameworkAttribute__ctor_m0F8E5550F9199AC44F2CBCCD3E968EC26731187D (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * __this, String_t* ___frameworkName0, const RuntimeMethod* method);
- // System.Void System.Runtime.Versioning.TargetFrameworkAttribute::set_FrameworkDisplayName(System.String)
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TargetFrameworkAttribute_set_FrameworkDisplayName_mB89F1A63CB77A414AF46D5695B37CD520EAB52AB_inline (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * __this, String_t* ___value0, const RuntimeMethod* method);
- // System.Void System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35 (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * __this, const RuntimeMethod* method);
- // System.Void AOT.MonoPInvokeCallbackAttribute::.ctor(System.Type)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344 (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * __this, Type_t * ___type0, const RuntimeMethod* method);
- // System.Void System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute::.ctor(System.Runtime.InteropServices.CallingConvention)
- IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7 (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * __this, int32_t ___callingConvention0, const RuntimeMethod* method);
- static void ArduinoBluetoothAPI_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- AssemblyTrademarkAttribute_t0602679435F8EBECC5DDB55CFE3A7A4A4CA2B5E2 * tmp = (AssemblyTrademarkAttribute_t0602679435F8EBECC5DDB55CFE3A7A4A4CA2B5E2 *)cache->attributes[0];
- AssemblyTrademarkAttribute__ctor_m6FBD5AAE48F00120043AD8BECF2586896CFB6C02(tmp, il2cpp_codegen_string_new_wrapper(""), NULL);
- }
- {
- AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * tmp = (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC *)cache->attributes[1];
- AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3(tmp, il2cpp_codegen_string_new_wrapper("\x54\x6F\x6E\x79"), NULL);
- }
- {
- AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * tmp = (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA *)cache->attributes[2];
- AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8(tmp, il2cpp_codegen_string_new_wrapper(""), NULL);
- }
- {
- AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * tmp = (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 *)cache->attributes[3];
- AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0(tmp, il2cpp_codegen_string_new_wrapper(""), NULL);
- }
- {
- AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C * tmp = (AssemblyConfigurationAttribute_t071B324A83314FBA14A43F37BE7206C420218B7C *)cache->attributes[4];
- AssemblyConfigurationAttribute__ctor_m6EE76F5A155EDEA71967A32F78D777038ADD0757(tmp, il2cpp_codegen_string_new_wrapper(""), NULL);
- }
- {
- AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * tmp = (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 *)cache->attributes[5];
- AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25(tmp, il2cpp_codegen_string_new_wrapper(""), NULL);
- }
- {
- AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * tmp = (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 *)cache->attributes[6];
- AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x42\x6C\x75\x65\x74\x6F\x6F\x74\x68\x41\x50\x49"), NULL);
- }
- {
- DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[7];
- DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 2LL, NULL);
- }
- {
- RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[8];
- RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL);
- RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL);
- }
- {
- CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[9];
- CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, NULL);
- }
- {
- ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[10];
- ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL);
- }
- {
- TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * tmp = (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 *)cache->attributes[11];
- TargetFrameworkAttribute__ctor_m0F8E5550F9199AC44F2CBCCD3E968EC26731187D(tmp, il2cpp_codegen_string_new_wrapper("\x2E\x4E\x45\x54\x46\x72\x61\x6D\x65\x77\x6F\x72\x6B\x2C\x56\x65\x72\x73\x69\x6F\x6E\x3D\x76\x34\x2E\x36\x2E\x31"), NULL);
- TargetFrameworkAttribute_set_FrameworkDisplayName_mB89F1A63CB77A414AF46D5695B37CD520EAB52AB_inline(tmp, il2cpp_codegen_string_new_wrapper("\x2E\x4E\x45\x54\x20\x46\x72\x61\x6D\x65\x77\x6F\x72\x6B\x20\x34\x2E\x36\x2E\x31"), NULL);
- }
- }
- static void BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_U3CDeviceNameU3Ek__BackingField(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_U3CDeviceAddressU3Ek__BackingField(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_U3CRssiU3Ek__BackingField(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_set_DeviceName_mF90D96BDCEDFCAA1C0900E9BF1E41ABB3738CCC5(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_set_DeviceAddress_m814AC9B25E9F8DEEBF4470A264094E98A79EA91F(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_get_DeviceAddress_mE54A6B6FF804468B82F19065A3393DD65E656F7C(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_set_Rssi_m746A37D26249758D92E5406B8985021EB184E3CC(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_get_Rssi_mA3FED34C8B41BB21FEF70FCE48132019A3009601(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnConnected(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnConnectionFailed(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnDataReceived(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnServiceNotFound(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnCharacteristicNotFound(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnDescriptorNotFound(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnScanEnded(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnCharacteristicChanged(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnConnected_m5CE1875A1281B94F1FD5B265DE15CA4D1CC1807F(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnConnected_mE870425B28C112231D8B7B3DAB59B709C6D5AD28(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnConnectionFailed_mEFBC9568FA0492A45442EDE15EF9D93641967D5F(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnConnectionFailed_m8E8020C665F5F2853416AE83BF9466DBBE8DBD8B(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnDataReceived_mD01145C46F0B8B886F3DE1AC292B692D20C0512A(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnDataReceived_mA2F14CC63101ED55B18413453D29BD24E5C195BD(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnServiceNotFound_m5517430450852DCE2F94E4AD0C7C4C23A355D62F(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnServiceNotFound_mB19D5344C0DEC85F587BB6E1DA200D972D8668DA(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnCharacteristicNotFound_m39C0CBF8270673D0B2F1065808AE83C03E2AE734(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnCharacteristicNotFound_m0A14071C519BF7C965A8807E71B65898BDB1E729(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnScanEnded_m29C2C4D0D6C05C482081DB00D47ADA32CEF7D3F0(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnScanEnded_m3EB177481DC5E87DDDF61AB4995FAA05274DF948(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnCharacteristicChanged_mCF3C6E16969F2199776FEC9D2ACC99B4D06780F1(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnCharacteristicChanged_mB8A0AF2E56F47F4423A2B55D42672B3305A8F956(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_U3CInvokeOnDataReceivedU3Eb__76_0_mC3131CF50DC93B726D3C203A54A78F110CE07565(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_U3CInvokeOnConnectedU3Eb__77_0_m9EDD1F9B98D6847E56E0145192B9C0E5F2B69B26(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_U3CInvokeOnConnectionFailedU3Eb__78_0_mA55BA7E1C56C5FA2A49CD7DE9721A3B4CA9BCA70(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void U3CU3Ec__DisplayClass79_0_t396137FC8A13F64CEE19B2B585EF6297ACE5645B_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void U3CU3Ec__DisplayClass80_0_tF35EC2A6BFBC897DE3B16377F29C82E0BD76D742_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void U3CU3Ec__DisplayClass81_0_tDA889CCC71A9AD92A6F34FE75015F35C23AFE590_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void U3CU3Ec__DisplayClass82_0_t5DF194895FE7D96BE202EAF7E53135593AB80AB1_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void U3CU3Ec__DisplayClass89_0_t1212D0B89E654BB6535BE17FA2D4A05CABAB6FC0_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothRegistryDevice_t10D95AF92457BE065CBA640327002676B2A9D189_CustomAttributesCacheGenerator_U3CPortNameU3Ek__BackingField(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothRegistryDevice_t10D95AF92457BE065CBA640327002676B2A9D189_CustomAttributesCacheGenerator_BluetoothRegistryDevice_set_PortName_m46BF49900EE3B4D52EAC48D1CDACC603E24FC8B5(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void BluetoothRegistryDevice_t10D95AF92457BE065CBA640327002676B2A9D189_CustomAttributesCacheGenerator_BluetoothRegistryDevice_get_PortName_m3FDFA55554A150488228AE0851F16F136C385E05(CustomAttributesCache* cache)
- {
- {
- CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
- CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
- }
- }
- static void MacOSStreamManager_tB3597589EF0881C142A83F7A288C3DC2700A62CF_CustomAttributesCacheGenerator_MacOSStreamManager___handleReceivedData_m1286DE3E00521D3FE78129F484F9A3735A26A7FB(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&voidByteDelegate_t2BC234CDA291C7E0A615562EB03D2E2B95E322AA_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(voidByteDelegate_t2BC234CDA291C7E0A615562EB03D2E2B95E322AA_0_0_0_var), NULL);
- }
- }
- static void MacOSStreamManager_tB3597589EF0881C142A83F7A288C3DC2700A62CF_CustomAttributesCacheGenerator_MacOSStreamManager___formatDataToSend_m4F51159FBB0F52859B2E01EF682ADFBE48D8C4D9(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&byteByteDelegate_t685D01AB19C23D95AA200D1A111D03F83852FA27_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(byteByteDelegate_t685D01AB19C23D95AA200D1A111D03F83852FA27_0_0_0_var), NULL);
- }
- }
- static void MacOSStreamManager_tB3597589EF0881C142A83F7A288C3DC2700A62CF_CustomAttributesCacheGenerator_MacOSStreamManager___setInvokeOnDataReceived_m28B1B0FA5AA8AC6D9565E379F60A4FE4BC8AEB6B(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&voidObjDelegate_tABC7DE4C7A56EE3C56F9AF4872BC663AD0F72F67_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(voidObjDelegate_tABC7DE4C7A56EE3C56F9AF4872BC663AD0F72F67_0_0_0_var), NULL);
- }
- }
- static void voidByteDelegate_t2BC234CDA291C7E0A615562EB03D2E2B95E322AA_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void byteByteDelegate_t685D01AB19C23D95AA200D1A111D03F83852FA27_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void voidObjDelegate_tABC7DE4C7A56EE3C56F9AF4872BC663AD0F72F67_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnConnected_mF5AD3755CDB391BBB41D8320C37E6284291F372A(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothVoidEvent_tE178FAB100D11847192D1598B31E6DD27BA88945_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothVoidEvent_tE178FAB100D11847192D1598B31E6DD27BA88945_0_0_0_var), NULL);
- }
- }
- static void MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnConnectionFailed_mE7ACD21EF36959EE86D34A37BFF0F8091CAAF387(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothVoidEvent_tE178FAB100D11847192D1598B31E6DD27BA88945_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothVoidEvent_tE178FAB100D11847192D1598B31E6DD27BA88945_0_0_0_var), NULL);
- }
- }
- static void MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnDataReceived_m572E06149DB457646CFBE43C3FDB01EDC63DF5F0(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothStringEvent_t2E03EB27189D6E298D604A2E1CD9D8AEA39A6105_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothStringEvent_t2E03EB27189D6E298D604A2E1CD9D8AEA39A6105_0_0_0_var), NULL);
- }
- }
- static void MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnBinaryDataReceived_mEE9AAF5227B0F78E06448EDB2487A8749A71C9E6(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothBinaryEvent_t390198A623BFFFD6228C82678AA37E20594BFD96_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothBinaryEvent_t390198A623BFFFD6228C82678AA37E20594BFD96_0_0_0_var), NULL);
- }
- }
- static void MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnScanEnded_m4988CEC16B87AD644A6465B9C32F66D111524F03(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothVoidEvent_tE178FAB100D11847192D1598B31E6DD27BA88945_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothVoidEvent_tE178FAB100D11847192D1598B31E6DD27BA88945_0_0_0_var), NULL);
- }
- }
- static void MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnServiceNotFound_mA224AAB4F725E9D5BC3B2D6EEC5042A44F69E062(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothStringEvent_t2E03EB27189D6E298D604A2E1CD9D8AEA39A6105_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothStringEvent_t2E03EB27189D6E298D604A2E1CD9D8AEA39A6105_0_0_0_var), NULL);
- }
- }
- static void MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnCharacteristicNotFound_mBCF8CA273635656B6F166DCD6B7A9281D98A61BF(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothStringEvent2_tF4195055E00D905F1129552F50E69E878026E8F8_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothStringEvent2_tF4195055E00D905F1129552F50E69E878026E8F8_0_0_0_var), NULL);
- }
- }
- static void MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnCharacteristicChanged_m4DE042771918694D060075E573E3ADD92DE05D88(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothVoidEvent_tE178FAB100D11847192D1598B31E6DD27BA88945_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothVoidEvent_tE178FAB100D11847192D1598B31E6DD27BA88945_0_0_0_var), NULL);
- }
- }
- static void BluetoothVoidEvent_tE178FAB100D11847192D1598B31E6DD27BA88945_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void BluetoothStringEvent_t2E03EB27189D6E298D604A2E1CD9D8AEA39A6105_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void BluetoothStringEvent2_tF4195055E00D905F1129552F50E69E878026E8F8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void BluetoothBinaryEvent_t390198A623BFFFD6228C82678AA37E20594BFD96_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void BluetoothBinaryEvent2_tAC7067BD078AE17ADEF339FC8AA16F6CBA4A3FF2_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void IOSStreamManager_tF19A4282FB2D5AFF898C0A220AC2DFE85C7EF6A2_CustomAttributesCacheGenerator_IOSStreamManager___handleReceivedData_m143C75625C45461C4136B89F7ADE997D82020204(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&voidByteDelegate_tEE89A03AF012B59AE874C267771ECE94BAB32C71_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(voidByteDelegate_tEE89A03AF012B59AE874C267771ECE94BAB32C71_0_0_0_var), NULL);
- }
- }
- static void IOSStreamManager_tF19A4282FB2D5AFF898C0A220AC2DFE85C7EF6A2_CustomAttributesCacheGenerator_IOSStreamManager___formatDataToSend_mE120D8FB2C038F272956BEC7C52F05E2FAC41D09(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&byteByteDelegate_t1F6B297554F23A4CD708AA90AABD00AD081DD281_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(byteByteDelegate_t1F6B297554F23A4CD708AA90AABD00AD081DD281_0_0_0_var), NULL);
- }
- }
- static void IOSStreamManager_tF19A4282FB2D5AFF898C0A220AC2DFE85C7EF6A2_CustomAttributesCacheGenerator_IOSStreamManager___setInvokeOnDataReceived_m59A0774A7CBF45107EAD0FBB44C3E15F625439E2(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&voidObjDelegate_t96130CDF6A9EF5B6E7BAF95F0F3AB10458D5A640_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(voidObjDelegate_t96130CDF6A9EF5B6E7BAF95F0F3AB10458D5A640_0_0_0_var), NULL);
- }
- }
- static void voidByteDelegate_tEE89A03AF012B59AE874C267771ECE94BAB32C71_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void byteByteDelegate_t1F6B297554F23A4CD708AA90AABD00AD081DD281_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void voidObjDelegate_t96130CDF6A9EF5B6E7BAF95F0F3AB10458D5A640_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnConnected_mEC7E020921ACC08B3F922E59F3377F5028FE5093(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothVoidEvent_tAA768568395191A3CCAE9B616E3DD7E7B48AD7E8_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothVoidEvent_tAA768568395191A3CCAE9B616E3DD7E7B48AD7E8_0_0_0_var), NULL);
- }
- }
- static void IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnConnectionFailed_mA70CFF9CCA5BFAB6A0CAB46FCAD433AA3FE3C1B8(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothVoidEvent_tAA768568395191A3CCAE9B616E3DD7E7B48AD7E8_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothVoidEvent_tAA768568395191A3CCAE9B616E3DD7E7B48AD7E8_0_0_0_var), NULL);
- }
- }
- static void IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnDataReceived_m3144C70E8BDA142858B4ED3D741C0CB4FDE1DCB1(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothStringEvent_t7DE0358FA9D005FB18DA0C03BE83DBB5725AD956_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothStringEvent_t7DE0358FA9D005FB18DA0C03BE83DBB5725AD956_0_0_0_var), NULL);
- }
- }
- static void IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnBinaryDataReceived_m89EDEDE92F765C82C0842C40DF76D5FC3A1F3DBE(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothBinaryEvent_t2463B974D6B841460BEEB57E5E6C3EB5FF5A484D_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothBinaryEvent_t2463B974D6B841460BEEB57E5E6C3EB5FF5A484D_0_0_0_var), NULL);
- }
- }
- static void IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnScanEnded_m347F6ED559339974917293A4098987FDB8449356(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothVoidEvent_tAA768568395191A3CCAE9B616E3DD7E7B48AD7E8_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothVoidEvent_tAA768568395191A3CCAE9B616E3DD7E7B48AD7E8_0_0_0_var), NULL);
- }
- }
- static void IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnServiceNotFound_mEA352CEBFDD7F71AF71BDF09ED8B532041D5854D(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothStringEvent_t7DE0358FA9D005FB18DA0C03BE83DBB5725AD956_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothStringEvent_t7DE0358FA9D005FB18DA0C03BE83DBB5725AD956_0_0_0_var), NULL);
- }
- }
- static void IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnCharacteristicNotFound_mEA814168BA3E8A4831A0CD1BF6E4C0A02F4EEAA2(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothStringEvent2_t69557F848AE18CD55A413567974DDDB0B078E3C4_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothStringEvent2_t69557F848AE18CD55A413567974DDDB0B078E3C4_0_0_0_var), NULL);
- }
- }
- static void IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnCharacteristicChanged_m02A0B27FB30BF8AC43732EB5BD8A515525BC9B87(CustomAttributesCache* cache)
- {
- static bool s_Il2CppMethodInitialized;
- if (!s_Il2CppMethodInitialized)
- {
- il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothVoidEvent_tAA768568395191A3CCAE9B616E3DD7E7B48AD7E8_0_0_0_var);
- s_Il2CppMethodInitialized = true;
- }
- {
- MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E * tmp = (MonoPInvokeCallbackAttribute_t99C8CC5CE6CC69C51F99A6CE88F4F792D4777B2E *)cache->attributes[0];
- MonoPInvokeCallbackAttribute__ctor_mA23FC56D16F76D90C3F76B1C41D0765BB21FE344(tmp, il2cpp_codegen_type_get_object(BluetoothVoidEvent_tAA768568395191A3CCAE9B616E3DD7E7B48AD7E8_0_0_0_var), NULL);
- }
- }
- static void BluetoothVoidEvent_tAA768568395191A3CCAE9B616E3DD7E7B48AD7E8_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void BluetoothStringEvent_t7DE0358FA9D005FB18DA0C03BE83DBB5725AD956_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void BluetoothStringEvent2_t69557F848AE18CD55A413567974DDDB0B078E3C4_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void BluetoothBinaryEvent_t2463B974D6B841460BEEB57E5E6C3EB5FF5A484D_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- static void BluetoothBinaryEvent2_tC5603E1BD26FC9DCAE4C567A708F5EA737E6239A_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
- {
- {
- UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F * tmp = (UnmanagedFunctionPointerAttribute_t3361C55E19F9905230FD9C1691B0FE0FD341B43F *)cache->attributes[0];
- UnmanagedFunctionPointerAttribute__ctor_m4EE271163D421DF82BBCD7D91ED68D8EE26544F7(tmp, 2LL, NULL);
- }
- }
- IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_ArduinoBluetoothAPI_AttributeGenerators[];
- const CustomAttributesCacheGenerator g_ArduinoBluetoothAPI_AttributeGenerators[81] =
- {
- U3CU3Ec__DisplayClass79_0_t396137FC8A13F64CEE19B2B585EF6297ACE5645B_CustomAttributesCacheGenerator,
- U3CU3Ec__DisplayClass80_0_tF35EC2A6BFBC897DE3B16377F29C82E0BD76D742_CustomAttributesCacheGenerator,
- U3CU3Ec__DisplayClass81_0_tDA889CCC71A9AD92A6F34FE75015F35C23AFE590_CustomAttributesCacheGenerator,
- U3CU3Ec__DisplayClass82_0_t5DF194895FE7D96BE202EAF7E53135593AB80AB1_CustomAttributesCacheGenerator,
- U3CU3Ec__DisplayClass89_0_t1212D0B89E654BB6535BE17FA2D4A05CABAB6FC0_CustomAttributesCacheGenerator,
- voidByteDelegate_t2BC234CDA291C7E0A615562EB03D2E2B95E322AA_CustomAttributesCacheGenerator,
- byteByteDelegate_t685D01AB19C23D95AA200D1A111D03F83852FA27_CustomAttributesCacheGenerator,
- voidObjDelegate_tABC7DE4C7A56EE3C56F9AF4872BC663AD0F72F67_CustomAttributesCacheGenerator,
- BluetoothVoidEvent_tE178FAB100D11847192D1598B31E6DD27BA88945_CustomAttributesCacheGenerator,
- BluetoothStringEvent_t2E03EB27189D6E298D604A2E1CD9D8AEA39A6105_CustomAttributesCacheGenerator,
- BluetoothStringEvent2_tF4195055E00D905F1129552F50E69E878026E8F8_CustomAttributesCacheGenerator,
- BluetoothBinaryEvent_t390198A623BFFFD6228C82678AA37E20594BFD96_CustomAttributesCacheGenerator,
- BluetoothBinaryEvent2_tAC7067BD078AE17ADEF339FC8AA16F6CBA4A3FF2_CustomAttributesCacheGenerator,
- voidByteDelegate_tEE89A03AF012B59AE874C267771ECE94BAB32C71_CustomAttributesCacheGenerator,
- byteByteDelegate_t1F6B297554F23A4CD708AA90AABD00AD081DD281_CustomAttributesCacheGenerator,
- voidObjDelegate_t96130CDF6A9EF5B6E7BAF95F0F3AB10458D5A640_CustomAttributesCacheGenerator,
- BluetoothVoidEvent_tAA768568395191A3CCAE9B616E3DD7E7B48AD7E8_CustomAttributesCacheGenerator,
- BluetoothStringEvent_t7DE0358FA9D005FB18DA0C03BE83DBB5725AD956_CustomAttributesCacheGenerator,
- BluetoothStringEvent2_t69557F848AE18CD55A413567974DDDB0B078E3C4_CustomAttributesCacheGenerator,
- BluetoothBinaryEvent_t2463B974D6B841460BEEB57E5E6C3EB5FF5A484D_CustomAttributesCacheGenerator,
- BluetoothBinaryEvent2_tC5603E1BD26FC9DCAE4C567A708F5EA737E6239A_CustomAttributesCacheGenerator,
- BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_U3CDeviceNameU3Ek__BackingField,
- BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_U3CDeviceAddressU3Ek__BackingField,
- BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_U3CRssiU3Ek__BackingField,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnConnected,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnConnectionFailed,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnDataReceived,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnServiceNotFound,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnCharacteristicNotFound,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnDescriptorNotFound,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnScanEnded,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_OnCharacteristicChanged,
- BluetoothRegistryDevice_t10D95AF92457BE065CBA640327002676B2A9D189_CustomAttributesCacheGenerator_U3CPortNameU3Ek__BackingField,
- BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_set_DeviceName_mF90D96BDCEDFCAA1C0900E9BF1E41ABB3738CCC5,
- BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865,
- BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_set_DeviceAddress_m814AC9B25E9F8DEEBF4470A264094E98A79EA91F,
- BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_get_DeviceAddress_mE54A6B6FF804468B82F19065A3393DD65E656F7C,
- BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_set_Rssi_m746A37D26249758D92E5406B8985021EB184E3CC,
- BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100_CustomAttributesCacheGenerator_BluetoothDevice_get_Rssi_mA3FED34C8B41BB21FEF70FCE48132019A3009601,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnConnected_m5CE1875A1281B94F1FD5B265DE15CA4D1CC1807F,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnConnected_mE870425B28C112231D8B7B3DAB59B709C6D5AD28,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnConnectionFailed_mEFBC9568FA0492A45442EDE15EF9D93641967D5F,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnConnectionFailed_m8E8020C665F5F2853416AE83BF9466DBBE8DBD8B,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnDataReceived_mD01145C46F0B8B886F3DE1AC292B692D20C0512A,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnDataReceived_mA2F14CC63101ED55B18413453D29BD24E5C195BD,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnServiceNotFound_m5517430450852DCE2F94E4AD0C7C4C23A355D62F,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnServiceNotFound_mB19D5344C0DEC85F587BB6E1DA200D972D8668DA,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnCharacteristicNotFound_m39C0CBF8270673D0B2F1065808AE83C03E2AE734,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnCharacteristicNotFound_m0A14071C519BF7C965A8807E71B65898BDB1E729,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnScanEnded_m29C2C4D0D6C05C482081DB00D47ADA32CEF7D3F0,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnScanEnded_m3EB177481DC5E87DDDF61AB4995FAA05274DF948,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_add_OnCharacteristicChanged_mCF3C6E16969F2199776FEC9D2ACC99B4D06780F1,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_remove_OnCharacteristicChanged_mB8A0AF2E56F47F4423A2B55D42672B3305A8F956,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_U3CInvokeOnDataReceivedU3Eb__76_0_mC3131CF50DC93B726D3C203A54A78F110CE07565,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_U3CInvokeOnConnectedU3Eb__77_0_m9EDD1F9B98D6847E56E0145192B9C0E5F2B69B26,
- BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_CustomAttributesCacheGenerator_BluetoothHelper_U3CInvokeOnConnectionFailedU3Eb__78_0_mA55BA7E1C56C5FA2A49CD7DE9721A3B4CA9BCA70,
- BluetoothRegistryDevice_t10D95AF92457BE065CBA640327002676B2A9D189_CustomAttributesCacheGenerator_BluetoothRegistryDevice_set_PortName_m46BF49900EE3B4D52EAC48D1CDACC603E24FC8B5,
- BluetoothRegistryDevice_t10D95AF92457BE065CBA640327002676B2A9D189_CustomAttributesCacheGenerator_BluetoothRegistryDevice_get_PortName_m3FDFA55554A150488228AE0851F16F136C385E05,
- MacOSStreamManager_tB3597589EF0881C142A83F7A288C3DC2700A62CF_CustomAttributesCacheGenerator_MacOSStreamManager___handleReceivedData_m1286DE3E00521D3FE78129F484F9A3735A26A7FB,
- MacOSStreamManager_tB3597589EF0881C142A83F7A288C3DC2700A62CF_CustomAttributesCacheGenerator_MacOSStreamManager___formatDataToSend_m4F51159FBB0F52859B2E01EF682ADFBE48D8C4D9,
- MacOSStreamManager_tB3597589EF0881C142A83F7A288C3DC2700A62CF_CustomAttributesCacheGenerator_MacOSStreamManager___setInvokeOnDataReceived_m28B1B0FA5AA8AC6D9565E379F60A4FE4BC8AEB6B,
- MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnConnected_mF5AD3755CDB391BBB41D8320C37E6284291F372A,
- MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnConnectionFailed_mE7ACD21EF36959EE86D34A37BFF0F8091CAAF387,
- MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnDataReceived_m572E06149DB457646CFBE43C3FDB01EDC63DF5F0,
- MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnBinaryDataReceived_mEE9AAF5227B0F78E06448EDB2487A8749A71C9E6,
- MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnScanEnded_m4988CEC16B87AD644A6465B9C32F66D111524F03,
- MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnServiceNotFound_mA224AAB4F725E9D5BC3B2D6EEC5042A44F69E062,
- MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnCharacteristicNotFound_mBCF8CA273635656B6F166DCD6B7A9281D98A61BF,
- MacOSBluetoothHelper_tBC67AEFB8C46C739A24E09855673DA7D4E16A83A_CustomAttributesCacheGenerator_MacOSBluetoothHelper___OnCharacteristicChanged_m4DE042771918694D060075E573E3ADD92DE05D88,
- IOSStreamManager_tF19A4282FB2D5AFF898C0A220AC2DFE85C7EF6A2_CustomAttributesCacheGenerator_IOSStreamManager___handleReceivedData_m143C75625C45461C4136B89F7ADE997D82020204,
- IOSStreamManager_tF19A4282FB2D5AFF898C0A220AC2DFE85C7EF6A2_CustomAttributesCacheGenerator_IOSStreamManager___formatDataToSend_mE120D8FB2C038F272956BEC7C52F05E2FAC41D09,
- IOSStreamManager_tF19A4282FB2D5AFF898C0A220AC2DFE85C7EF6A2_CustomAttributesCacheGenerator_IOSStreamManager___setInvokeOnDataReceived_m59A0774A7CBF45107EAD0FBB44C3E15F625439E2,
- IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnConnected_mEC7E020921ACC08B3F922E59F3377F5028FE5093,
- IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnConnectionFailed_mA70CFF9CCA5BFAB6A0CAB46FCAD433AA3FE3C1B8,
- IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnDataReceived_m3144C70E8BDA142858B4ED3D741C0CB4FDE1DCB1,
- IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnBinaryDataReceived_m89EDEDE92F765C82C0842C40DF76D5FC3A1F3DBE,
- IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnScanEnded_m347F6ED559339974917293A4098987FDB8449356,
- IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnServiceNotFound_mEA352CEBFDD7F71AF71BDF09ED8B532041D5854D,
- IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnCharacteristicNotFound_mEA814168BA3E8A4831A0CD1BF6E4C0A02F4EEAA2,
- IOSBluetoothHelper_tC76AF8F63CE3EBF0EB81220567233CF36B817C6C_CustomAttributesCacheGenerator_IOSBluetoothHelper___OnCharacteristicChanged_m02A0B27FB30BF8AC43732EB5BD8A515525BC9B87,
- ArduinoBluetoothAPI_CustomAttributesCacheGenerator,
- };
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method)
- {
- {
- bool L_0 = ___value0;
- __this->set_m_wrapNonExceptionThrows_0(L_0);
- return;
- }
- }
- IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TargetFrameworkAttribute_set_FrameworkDisplayName_mB89F1A63CB77A414AF46D5695B37CD520EAB52AB_inline (TargetFrameworkAttribute_t9FA66D5D5B274F0E1A4FE20162AA70F62BFFB517 * __this, String_t* ___value0, const RuntimeMethod* method)
- {
- {
- String_t* L_0 = ___value0;
- __this->set__frameworkDisplayName_1(L_0);
- return;
- }
- }
|