Class TLoadSensorNode
Unit
X3DNodes
Declaration
type TLoadSensorNode = class(TAbstractNetworkSensorNode)
Description
Monitors the progress and success of downloading URL elements over a network.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdTimeOut: TSFTime read FFdTimeOut; |
|
 |
property FdWatchList: TMFNode read FFdWatchList; |
|
 |
property TimeOut: TFloatTime read GetTimeOut write SetTimeOut; |
|
Generated by PasDoc 0.15.0.
|