Share via


RFIDScannerProperties.CapMultipleProtocols Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets a value that indicates the available predefined RFID tag protocols this device supports.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Property CapMultipleProtocols As RFIDProtocols
public RFIDProtocols CapMultipleProtocols { get; set; }
public:
property RFIDProtocols CapMultipleProtocols {
    RFIDProtocols get ();
    void set (RFIDProtocols value);
}
/** @property */
public RFIDProtocols get_CapMultipleProtocols ()

/** @property */
public void set_CapMultipleProtocols (RFIDProtocols value)
public function get CapMultipleProtocols () : RFIDProtocols

public function set CapMultipleProtocols (value : RFIDProtocols)

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

RFIDScannerProperties Class
RFIDScannerProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace