Amount of time in seconds required for transmission of the prepared command from the CommandStation to the assets.
Read-write property
[Visual Basic .NET] |
---|
Public Property CommandingTime() As Double |
[C#] |
---|
public double CommandingTime {get; set;} |
[Managed C++] |
---|
public: __property double get_CommandingTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_CommandingTime( double * pVal ); public: HRESULT put_CommandingTime( double CommandingTime ); |
[Java] |
---|
public double getCommandingTime(); public void setCommandingTime( double ); |