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; }
Public Property BadIdBuffer As IList(Of Integer)
Get
Set
Property Value
Type:
IListInt32Remarks 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