SmartCardRW.CapTransmissionProtocol Property
2/27/2008
Indicates the types of transmission protocols supported by the device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapTransmissionProtocol As SmartCardTransmissionProtocols
public abstract SmartCardTransmissionProtocols CapTransmissionProtocol { get; }
public:
virtual property SmartCardTransmissionProtocols CapTransmissionProtocol {
SmartCardTransmissionProtocols get () abstract;
}
/** @property */
public abstract SmartCardTransmissionProtocols get_CapTransmissionProtocol ()
public abstract function get CapTransmissionProtocol () : SmartCardTransmissionProtocols
Remarks
This capability indicates the types of ISO 7816-3 transmission protocols that the SCR/W device is capable of supporting, T=0 (asynchronous half-duplex character transmission protocol), T=1 (asynchronous half-duplex block transmission protocol). The TransmissionProtocol property reflects the currently selected transmission protocol being used to communicate with the device.
CapTransmissionProtocol is a bitwise logical OR combination of any of the following values:
Value |
Meaning |
T0 |
Asynchronous, Half Duplex, Character, Transmission Protocol Mode |
T1 |
Asynchronous, Half Duplex, Block Transmission Protocol Mode |
CapTransmissionProtocol is set and updated by the service object, based on the capabilities of the device.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
SmartCardRW Class
SmartCardRW Members
Microsoft.PointOfService Namespace
TransmissionProtocol