Class TransmitRequestedEventArgs
- Namespace
- Selenium.WebDriver.BiDi.Cdp.SmartCardEmulation
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Fired when |SCardTransmit| is called.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga9a2d77242a271310269065e64633ab99 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardtransmit
public sealed record TransmitRequestedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<TransmitRequestedEventArgs>
- Inheritance
-
EventArgsTransmitRequestedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
TransmitRequestedEventArgs(string, long, string, Protocol?)
Fired when |SCardTransmit| is called.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga9a2d77242a271310269065e64633ab99 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardtransmit
public TransmitRequestedEventArgs(string RequestId, long Handle, string Data, Protocol? Protocol = null)
Parameters
Properties
Data
public string Data { get; init; }
Property Value
Handle
public long Handle { get; init; }
Property Value
Protocol
public Protocol? Protocol { get; init; }
Property Value
RequestId
public string RequestId { get; init; }