Skip to content

Need to update for latest CaptureSDK #6

@LenOttSocketMobile

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}";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions