TRVSenderItemEx

<< Click to display table of contents >>

TRVSenderItemEx

A class of item in TRVSenderCollectionEx.

Unit [VCL and LCL] MRVReceiver;

Unit [FMX] fmxMRVReceiver;

Syntax

TRVSenderItem = class(TCollectionItem)

hmtoggle_arrow1Hierarchy

Description

This class describe sender(s) allowing to send data to TRVCamReceiver.

This class has the following properties:

GUIDFrom: TRVMAnsiString – identifier of a sender.

SenderHost: String – host of a sender

SenderPort: Word – port of a sender

VideoSenders: TRVSenderCollection – a collection of identifiers of senders which can send video data to this receiver

AudioSenders: TRVSenderCollection – the same for audio data

UserDataSenders: TRVSenderCollection – the same for arbitrary data

FileSenders: TRVSenderCollection – the same for files

CmdSenders: TRVSenderCollection – the same for commands

VideoDefaultAcceptAll: Boolean (default: True) instructs to accept all connections if VideoSenders is empty (if False, all are rejected)

AudioDefaultAcceptAll: Boolean (default: True) – the same for audio data

UserDefaultAcceptAll: Boolean (default: True) – the same for arbitrary data

FileDefaultAcceptAll: Boolean (default: True) – the same for files

CmdDefaultAcceptAll: Boolean (default: True) – the same for commands.