/n software 3-D Secure V2 Python Edition

Questions / Feedback?

on_data_packet_in Event

Fired when receiving a data packet from the server.

Syntax

class MPIDataPacketInEventParams(object):
  @property
  def data_packet() -> bytes: ...

# In class MPI:
@property
def on_data_packet_in() -> Callable[[MPIDataPacketInEventParams], None]: ...
@on_data_packet_in.setter
def on_data_packet_in(event_hook: Callable[[MPIDataPacketInEventParams], None]) -> None: ...

Remarks

This event fires when a packet is received. The entire data packet (including all framing and error detection characters) is contained in the parameter "DataPacket". This parameter may be inspected for advanced troubleshooting, or to extract additional response properties beyond the scope of this class.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8162]