MSR_DEAUTHENTICATE_DEVICE structure (pointofservicedriverinterface.h)

This structure provides the information necessary to deauthenticate the device.

Syntax

typedef struct _MSR_DEAUTHENTICATE_DEVICE {
  unsigned char Challenge2[MSR_CHALLENGE_SIZE];
} MSR_DEAUTHENTICATE_DEVICE, *PMSR_DEAUTHENTICATE_DEVICE;

Members

Challenge2[MSR_CHALLENGE_SIZE]

The challenge token used to deauthenticate the device.

Requirements

Requirement Value
Header pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h)