GetStartDelay
Syntax
int getStartdelay()
Function
Determines the value of the start delay configured for this network node in the Simulation Setup.
Parameters
—
Return Values
Start delay in ms. If no start delay was set the function returns the value zero.
int val;...// Assign to val the value of the start delayval = getStartdelay();...
setStartdelay