TROBroadcastTransport

Overview

This class implements a transport object for Indy-based Broadcast server.

Location

Properties


Binding    (declared in TROIndyUDPTransport)

Returns Indy object that describes how the server is bound to IP addresses.

property Binding: TIdSocketHandle read

Server    (declared in TROIndyUDPTransport)

Provides access to the server instance that owns the current transport object instance.

property Server: TROIndyUDPServer read

Instance Methods


constructor Create    (declared in TROIndyUDPTransport)

Creates a new instance.

constructor Create(aServer: TROIndyUDPServer; aBinding: TIdSocketHandle)

Parameters:

  • aServer: The server instance that owns the transport object.
  • aBinding: An Indy object that describes how the server is bound to IP addresses.

GetTransportObject  protected    (declared in TROIndyUDPTransport)

Returns itself.

function GetTransportObject: TObject