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 constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override;
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 constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override;
 
Public procedure CreateNode; override;

Create node fields and events.

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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

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

Generated by PasDoc 0.16.0.