ReaderCapabilitiesBuilder.OtherData Property

TegoOS

ReaderCapabilitiesBuilderOtherData Property
Table for holding other information that does not consitute capabilities, e.g. serial number, etc.

Namespace: Tego.Rfid.Gen2.Implementation
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public Dictionary<string, Object> OtherData { get; }
Public ReadOnly Property OtherData As Dictionary(Of String, Object)
	Get
public:
property Dictionary<String^, Object^>^ OtherData {
	Dictionary<String^, Object^>^ get ();
}
member OtherData : Dictionary<string, Object> with get

Property Value

Type: DictionaryString, Object
See Also