Skip to content

Commit

Permalink
Update declaration for Windows.Devices.SerialCommunication (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Nov 9, 2018
1 parent 57a32cc commit d58fd3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
Library_win_dev_serial_native_Windows_Devices_SerialCommunication_SerialDevice::get_BytesToRead___U4,
NULL,
NULL,
Expand Down Expand Up @@ -73,12 +74,14 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
};

const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_SerialCommunication =
{
"Windows.Devices.SerialCommunication",
0xD9E305D9,
0x093798D6,
method_lookup,
{ 1, 0, 2, 4 }
{ 1, 0, 2, 7 }
};
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
Library_win_dev_serial_native_Windows_Devices_SerialCommunication_SerialDevice::get_BytesToRead___U4,
NULL,
NULL,
Expand Down Expand Up @@ -73,12 +74,14 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
};

const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_SerialCommunication =
{
"Windows.Devices.SerialCommunication",
0xD9E305D9,
0x093798D6,
method_lookup,
{ 1, 0, 2, 4 }
{ 1, 0, 2, 7 }
};

0 comments on commit d58fd3f

Please sign in to comment.