Skip to content

C# Wrapper Fixes

Compare
Choose a tag to compare
@mbientlab mbientlab released this 03 Apr 02:07
· 155 commits to master since this release

Minor update that addresses several issues with the C# wrapper files. There is no change to any of the C++ files.

Changes

  • Namespace of the Functions class changed to MbientLab.MetaWear
    • Was incorrectly named Mbientlab.MetaWear
  • Parameter type for ad_uuid for mbl_mw_ibeacon_set_uuid changed to byte[]
    • Was incorrectly assigned as a scalar byte
  • Readded GuidToByteArray for the iBeacon functions