Class TSignalPduNodeHelper
Unit
X3DNodes
Declaration
type TSignalPduNodeHelper = class helper(TObject) for TSignalPduNode
Description
Hierarchy
- TObject
- TSignalPduNodeHelper
Overview
Properties
 |
property Address: string read GetAddress write SetAddress; |
 |
property ApplicationID: Integer read GetApplicationID write SetApplicationID; |
 |
property DataLength: Integer read GetDataLength write SetDataLength; |
 |
property EncodingScheme: Integer read GetEncodingScheme write SetEncodingScheme; |
 |
property EntityID: Integer read GetEntityID write SetEntityID; |
 |
property MulticastRelayHost: string read GetMulticastRelayHost write SetMulticastRelayHost; |
 |
property MulticastRelayPort: Integer read GetMulticastRelayPort write SetMulticastRelayPort; |
 |
property Port: Integer read GetPort write SetPort; |
 |
property RadioID: Integer read GetRadioID write SetRadioID; |
 |
property ReadInterval: Single read GetReadInterval write SetReadInterval; |
 |
property RtpHeaderExpected: boolean read GetRtpHeaderExpected write SetRtpHeaderExpected; |
 |
property SampleRate: Integer read GetSampleRate write SetSampleRate; |
 |
property Samples: Integer read GetSamples write SetSamples; |
 |
property SiteID: Integer read GetSiteID write SetSiteID; |
 |
property TdlType: Integer read GetTdlType write SetTdlType; |
 |
property WhichGeometry: Integer read GetWhichGeometry write SetWhichGeometry; |
 |
property WriteInterval: Single read GetWriteInterval write SetWriteInterval; |
 |
property BboxCenter: TVector3Single read GetBboxCenter write SetBboxCenter; |
 |
property BboxSize: TVector3Single read GetBboxSize write SetBboxSize; |
Description
Properties
 |
property Address: string read GetAddress write SetAddress; |
|
 |
property ApplicationID: Integer read GetApplicationID write SetApplicationID; |
|
 |
property DataLength: Integer read GetDataLength write SetDataLength; |
|
 |
property EncodingScheme: Integer read GetEncodingScheme write SetEncodingScheme; |
|
 |
property EntityID: Integer read GetEntityID write SetEntityID; |
|
 |
property MulticastRelayHost: string read GetMulticastRelayHost write SetMulticastRelayHost; |
|
 |
property MulticastRelayPort: Integer read GetMulticastRelayPort write SetMulticastRelayPort; |
|
 |
property Port: Integer read GetPort write SetPort; |
|
 |
property RadioID: Integer read GetRadioID write SetRadioID; |
|
 |
property ReadInterval: Single read GetReadInterval write SetReadInterval; |
|
 |
property RtpHeaderExpected: boolean read GetRtpHeaderExpected write SetRtpHeaderExpected; |
|
 |
property SampleRate: Integer read GetSampleRate write SetSampleRate; |
|
 |
property Samples: Integer read GetSamples write SetSamples; |
|
 |
property SiteID: Integer read GetSiteID write SetSiteID; |
|
 |
property TdlType: Integer read GetTdlType write SetTdlType; |
|
 |
property WhichGeometry: Integer read GetWhichGeometry write SetWhichGeometry; |
|
 |
property WriteInterval: Single read GetWriteInterval write SetWriteInterval; |
|
 |
property BboxCenter: TVector3Single read GetBboxCenter write SetBboxCenter; |
|
Generated by PasDoc 0.14.0.
|