Skip to content

Commit

Permalink
Update Windows.Devices.I2c declaration (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Nov 9, 2018
1 parent 18ffd63 commit 57a32cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
Library_win_dev_i2c_native_Windows_Devices_I2c_I2cDevice::NativeInit___VOID,
Library_win_dev_i2c_native_Windows_Devices_I2c_I2cDevice::DisposeNative___VOID,
Library_win_dev_i2c_native_Windows_Devices_I2c_I2cDevice::NativeTransmit___WindowsDevicesI2cI2cTransferResult__SZARRAY_U1__SZARRAY_U1,
Expand All @@ -52,7 +54,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_I2c =
{
"Windows.Devices.I2c",
0x7566D8C2,
0x383E6224,
method_lookup,
{ 1, 0, 2, 4 }
{ 1, 0, 2, 8 }
};
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
Library_win_dev_i2c_native_Windows_Devices_I2c_I2cDevice::NativeInit___VOID,
Library_win_dev_i2c_native_Windows_Devices_I2c_I2cDevice::DisposeNative___VOID,
Library_win_dev_i2c_native_Windows_Devices_I2c_I2cDevice::NativeTransmit___WindowsDevicesI2cI2cTransferResult__SZARRAY_U1__SZARRAY_U1,
Expand All @@ -52,7 +54,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_I2c =
{
"Windows.Devices.I2c",
0x7566D8C2,
0x383E6224,
method_lookup,
{ 1, 0, 2, 4 }
{ 1, 0, 2, 8 }
};

0 comments on commit 57a32cc

Please sign in to comment.