Amount of time in seconds required from asset collection until data can be transmitted to the ReceiveStation.
Read-write property
[Visual Basic .NET] |
---|
Public Property PostCollectionTime() As Double |
[C#] |
---|
public double PostCollectionTime {get; set;} |
[Managed C++] |
---|
public: __property double get_PostCollectionTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_PostCollectionTime( double * pVal ); public: HRESULT put_PostCollectionTime( double PostCollectionTime ); |
[Java] |
---|
public double getPostCollectionTime(); public void setPostCollectionTime( double ); |