Share via


RFIDDataEventArgs Constructor (Byte[], Byte[], DateTime) (POS for .NET v1.14 SDK Documentation)

3/2/2014

Creates an instance of the RFIDDataEventArgs class by using the id, data, and time parameters.

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

Syntax

'Declaration
Public Sub New ( _
    id As Byte(), _
    data As Byte(), _
    time As DateTime _
)
public RFIDDataEventArgs (
    byte[] id,
    byte[] data,
    DateTime time
)
public:
RFIDDataEventArgs (
    array<unsigned char>^ id, 
    array<unsigned char>^ data, 
    DateTime time
)
public RFIDDataEventArgs (
    byte[] id, 
    byte[] data, 
    DateTime time
)
public function RFIDDataEventArgs (
    id : byte[], 
    data : byte[], 
    time : DateTime
)

Parameters

  • id
    The tag ID.
  • data
    The user data contained in the tag.
  • time
    The time when the tag was read.

See Also

Reference

RFIDDataEventArgs Class
RFIDDataEventArgs Members
Microsoft.PointOfService.BaseServiceObjects Namespace