Class TLoadSensorNode

Unit

Declaration

type TLoadSensorNode = class(TAbstractNetworkSensorNode)

Description

Monitors the progress and success of downloading URL elements over a network.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdTimeOut: TSFTime read FFdTimeOut;
Public property TimeOut: TFloatTime read GetTimeOut write SetTimeOut;
Public property FdWatchList: TMFNode read FFdWatchList;
Public property EventIsLoaded: TSFBoolEvent read FEventIsLoaded;
Public property EventLoadTime: TSFTimeEvent read FEventLoadTime;
Public property EventProgress: TSFFloatEvent read FEventProgress;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdTimeOut: TSFTime read FFdTimeOut;

Internal wrapper for property TimeOut. This wrapper API may change, we advise to access simpler TimeOut instead.

Public property TimeOut: TFloatTime read GetTimeOut write SetTimeOut;
 
Public property FdWatchList: TMFNode read FFdWatchList;

Internal wrapper for property WatchList. This wrapper API may change, we advise to access simpler WatchList instead.

Public property EventIsLoaded: TSFBoolEvent read FEventIsLoaded;
 
Public property EventLoadTime: TSFTimeEvent read FEventLoadTime;
 
Public property EventProgress: TSFFloatEvent read FEventProgress;
 

Generated by PasDoc 0.16.0.