Description
Amount of time in seconds required for
transmission of the collected data from the assets to the
ReceiveStation.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property DownlinkTime() As Double
|
[C#] |
public double DownlinkTime {get; set;}
|
[Managed C++] |
public: __property double get_DownlinkTime();
public: __property void set_DownlinkTime(
double
);
|
[Unmanaged C++] |
public: HRESULT get_DownlinkTime(
double * pRetVal
);
public: HRESULT put_DownlinkTime(
double NewDownlinkTime
);
|
[Java] |
public double getDownlinkTime();public void setDownlinkTime(
double
);
|
See Also