public class CustomExchangeParams| NurApiCustomExchangeParams | Initializes a new instance of the NurApiCustomExchangeParams class |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetByteLength | Get required buffer size for parameters. |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |
| appendHandle | The handle that is received from the tag singulation is appended to the bit stream. |
| asWrite | Tells the module to behave as if this operation was a write operation. |
| bitBuffer | Bit data. |
| MAX_TIMEOUT | Maximum timeout in milliseconds to wait for a response. |
| MIN_TIMEOUT | Minimum timeout in milliseconds to wait for a response. |
| noRxCRC | The receiver shall not decode the CRC. The data is received 'as is'. |
| noTxCRC | The transmission shall contain no CRC. |
| rxLen | Expected number bit in the response. |
| rxLenUnknown | RX length is unkown; rxLen parameter will be ignored. |
| rxStripHandle | Leave out the bacscattered handle in the reponse. |
| rxTimeout | Response wait timeout in ms (20...100). |
| txCRC5 | The transmission CRC shall be CRC-5 instead of CRC-16. |
| txLen | Transmission length in bits. |
| txOnly | ve The bit stream is only transmitted no response is expected. |
| xorRN16 | The RN16 received from the tag singulation is XOR'ed with the TX data in case the TX data length is 16 bits. |