Class TRALClientInfo

Unit

Declaration

type TRALClientInfo = class(TPersistent)

Description

Class that stores information from the client. Some of them can only be obtained with RALClient

Hierarchy

Overview

Methods

Protected procedure AssignTo(Dest: TPersistent); override;

Properties

Public property IP: StringRAL read FIP write FIP;
Public property MACAddress: StringRAL read FMACAddress write FMACAddress;
Public property Port: IntegerRAL read FPort write FPort;
Public property UserAgent: StringRAL read FUserAgent write FUserAgent;

Description

Methods

Protected procedure AssignTo(Dest: TPersistent); override;
 

Properties

Public property IP: StringRAL read FIP write FIP;
 
Public property MACAddress: StringRAL read FMACAddress write FMACAddress;
 
Public property Port: IntegerRAL read FPort write FPort;
 
Public property UserAgent: StringRAL read FUserAgent write FUserAgent;
 


GitHub Repository
Generated by PasDoc 0.16.0.