SmartCard.TransmitReceiveHeader
-------------------------------

Returns the receive header from last Transmit.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [SmartCard](component_SmartCard.md) | [6.3](newinversion63.md) | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |

MBS( "SmartCard.TransmitReceiveHeader"; SmartCardContext ) 

**MBS**( **"SmartCard.TransmitReceiveHeader";** /\* Returns the receive header from last Transmit. \*/  
**$SmartCardContext**) /\* The smartcard context reference number. \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| SmartCardContext | The smartcard context reference number. | $SmartCardContext |

### Result

Returns hex encoded data or error.

### Description

Returns the receive header from last Transmit.  
### See also

- [SmartCard.Transmit](SmartCardTransmit.md)

This function is free to use.

Created 19th June 2016 , last changed 19th June 2016

  
[SmartCard.Transmit](SmartCardTransmit.md) - [SmartCard.Valid](SmartCardValid.md)

[HTML Version](SmartCardTransmitReceiveHeader.shtml)