Click or drag to resize

ConfigExceptionBadIdBuffer Property

The buffer of parameters IDs that caused error, returned by the Configuration Subsystem.

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<int> BadIdBuffer { get; set; }

Property Value

Type: IListInt32
Remarks

The buffer of parameters IDs that caused error, returned by the Configuration Subsystem. Only if bad_id_length > 0, bad_id_buffer is meaningful.

[Android Documentation]

See Also