Click or drag to resize

SerializableBlob Class

The base type for a BlobProperty must extends the abstract class SerializableBlob.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.SerializableBlob

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 class SerializableBlob : Object, 
	IJavaObject, IDisposable, IJavaPeerable

The SerializableBlob type exposes the following members.

Constructors
NameDescription
Public methodSerializableBlob
Initializes a new instance of the SerializableBlob class
Public methodSerializableBlob
Initializes a new instance of the SerializableBlob class
Top
Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodClone
Method to crete a clone of the instance of the base type of the BlobProperty it is used by the get() method of BlobProperty to give not the reference to the same instance present in ConfigurationManager tree otherwise the commit() does not work.
Top
Remarks
The base type for a BlobProperty must extends the abstract class SerializableBlob.

[Android Documentation]

See Also