Share via


PointCardRW.Write2Data Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets the data PrintWrite uses to write to Track2.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Property Write2Data As Byte()
public abstract byte[] Write2Data { get; set; }
public:
virtual property array<unsigned char>^ Write2Data {
    array<unsigned char>^ get () abstract;
    void set (array<unsigned char>^ value) abstract;
}
/** @property */
public abstract byte[] get_Write2Data ()

/** @property */
public abstract void set_Write2Data (byte[] value)
public abstract function get Write2Data () : byte[]

public abstract function set Write2Data (value : byte[])

Remarks

The PrintWrite method writes this data in track 2 of a point card.

Write2Data contains track data between, but excluding the start and end sentinels.

Write2Data is set and kept current by the service object while the device is enabled.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace