Gets the value of a protocol configuration setting.
| C# | Visual Basic | Visual C++ |
public Object CmdGetProtocolConfiguration( TagProtocol protocol, SerialReader..::.ProtocolConfiguration key )
Public Function CmdGetProtocolConfiguration ( _ protocol As TagProtocol, _ key As SerialReader..::.ProtocolConfiguration _ ) As Object
public: Object^ CmdGetProtocolConfiguration( TagProtocol protocol, SerialReader..::.ProtocolConfiguration^ key )
- protocol (TagProtocol)
- the protocol of the setting
- key (SerialReader..::.ProtocolConfiguration)
- the setting
an object with the setting value. The type of the object
is dependant on the key; see the ProtocolConfiguration class for details.