<< Click to display table of contents >> TRVTCPConnectionType |
Defines how TRVCamSender and TRVCamReceiver are connected, if TCP/HTTP protocols are used.
Unit [VCL and LCL] MRVType;
Unit [FMX] fmxMRVType;
type
TRVTCPConnectionType = (rvtcpSenderToReceiver, rvtcpReceiverToSender);
Value |
Meaning |
rvtcpSenderToReceiver |
A sender initiates a connection to a receiver |
rvtcpReceiverToSender |
A receiver initiates a connection to a sender |
See also:
•TRVCamSender.TCPConnectionType
•TRVCamReceiver.TCPConnectionType