Mercury API
CmdSetTxRxPorts Method (txPort, rxPort)
NamespacesThingMagicSerialReaderCmdSetTxRxPorts(Int32, Int32)
Sets the Tx and Rx antenna port. Port numbers range from 1-255.
Declaration Syntax
C#Visual BasicVisual C++
public void CmdSetTxRxPorts(
	int txPort,
	int rxPort
)
Public Sub CmdSetTxRxPorts ( _
	txPort As Integer, _
	rxPort As Integer _
)
public:
void CmdSetTxRxPorts(
	int txPort, 
	int rxPort
)
Parameters
txPort (Int32)
the logical antenna port to use for transmitting
rxPort (Int32)
the logical antenna port to use for receiving

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)