PointCardRW.Write1Data Property
Data PrintWrite uses to write to Track1.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Usage
'Usage
Dim pointCardRW1 As PointCardRW
Dim returnValue As Byte
returnValue = pointCardRW1.Write1Data
Dim sampleValue As Byte
pointCardRW1.Write1Data = sampleValue
Syntax
'Declaration
Public MustOverride Property Write1Data() As Byte()
public abstract byte[] Write1Data {get; set;}
public: property virtual array<Byte>^ Write1Data{
array<Byte>^ get();
Void set(array<Byte>^);
}
public abstract ubyte[] get_Write1Data();
public abstract void set_Write1Data(ubyte[]);
public abstract function get Write1Data() : Byte[];
public abstract function set Write1Data(Byte[]);
Remarks
The PrintWrite method writes this data in Track1 of a point card.
Write1Data contains track data between, but not including, the start and end sentinels.
Write1Data is typically initialized to 0. It should then be 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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000
Target Platforms
See Also
Reference
PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace