Skip to content

Need to update for latest CaptureSDK #6

Description

@LenOttSocketMobile

This calls out an older version of the SDK, that has to be updated, and once you do that, you must update line 98 of form1.cs

from
string infoAndDecodedData = $"{e.DecodedData.SymbologyName}:{e.DecodedData.DataToUTF8String}";

to

        string infoAndDecodedData = $"{e.DecodedData.DataSourceName}:{e.DecodedData.DataToUTF8String}";

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions