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