Click or drag to resize
GenericAreaSetContent Method
Sets the content of this area.

Namespace: Com.Datalogic.Extension.Selfshopping.Cradle.Joyatouch
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void SetContent(
	byte[] content
)

Parameters

content
Type: SystemByte
- The new byte array that will be deep copied inside the area, substituting the old one (if present).
Remarks

Sets the content of this area.

[Android Documentation]

See Also