VendorDefinedCommand()
Reviewing my provider's code and also trying to call aVendorDefinedCommandfrom a client application, stumbled over its constructor:
public VendorDefinedCommand(byte[] passCode,string name,string command,VendorSpecificInformation parameters);Documentation states:
- passCode
Pass code (if the command executes on a tag)
- name
This name must correspond to the Name field inVendorEntityKey.
- command
Provider-specific command
- parameters
Command parameters.
I afraid I can misunderstand this, why it has separate second and third parameters?
Can any body (maybe other IHVs or DSPI Team) show an example when we'd have "name" and "command" different for the same command, please?
Thanks,

