Class TransmitRequestedEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V146.SmartCardEmulation
- Assembly
- Selenium.WebDriver.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 class TransmitRequestedEventArgs : EventArgs
- Inheritance
-
TransmitRequestedEventArgs
- Inherited Members
Properties
Data
Gets or sets the data
[JsonPropertyName("data")]
public string Data { get; set; }
Property Value
Handle
Gets or sets the handle
[JsonPropertyName("handle")]
public long Handle { get; set; }
Property Value
Protocol
Gets or sets the protocol
[JsonPropertyName("protocol")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Protocol? Protocol { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }