Method ITcIoUdpProtocol:RegisterReceiver
Registering at the TCP/UDP RT module for receiving data.
Syntax
HRESULT TCOMAPI RegisterReceiver(USHORT udpPort, ITcIoUdpProtocolRecv* ipRecv)
Parameter
Name | Type | Description |
---|---|---|
udpPort | USHORT | Port on which the data is to be received. |
ipRecv | ITcIoUdpProtocolRecv* | Pointer to the receiver (Recv) interface. |