SpringCard PC/SC Helpers for .NET  18.10.10
High-level access to a few current cards and to advanced coupler features
SpringCard.PCSC.CardHelpers.Apple.VAS.AppleVasMessage Class Reference

This object encapsulates an Apple VAS message, as it is transmitted by the NFC-enabled iPhone or iPad. More...

Public Member Functions

 AppleVasMessage (AppleVasMerchant merchant, byte[] rawMessage)
 Try to decode a Message from the raw message provided by the iPhone or iPad.
 
bool IsTimestampAllowed (int delta=DefaultTimestampDelta)
 Check whether the delta between the computer's current date/time and the timestamp of the message is within an acceptable range. The delta is expressed in seconds.
 

Static Public Member Functions

static bool IsTimestampAllowed (DateTime when, int delta=DefaultTimestampDelta)
 

Public Attributes

const int DefaultTimestampDelta = 100
 Default width (expressed in seconds) of the acceptable timestamp window. See IsTimestampAllowed()
 

Properties

bool Valid [get]
 
DateTime Timestamp [get]
 Provides the timestamp of the message, i.e. the date/time (in UTC) it has been created on the iPhone or iPad.
 
byte [] Bytes [get]
 Raw content of the message provided by the iPhone or iPad.
 
string Text [get]
 Text translation of the message provided by the iPhone or iPad.
 

Detailed Description

This object encapsulates an Apple VAS message, as it is transmitted by the NFC-enabled iPhone or iPad.


The documentation for this class was generated from the following file: