TAGWAPI.GetPortInfo
TAGWAPI

<font face="Arial"><font SIZE="3">Retrieve Port Information
</font></font>

function GetPortInfo(iPort: Integer; Var szPortName: String; Var iOnAirBaud, iTrafficLevel, iTxDelay, iTxTail, iPersist, iSlotTime, iMaxFrame, iAX25Channel, iHowManyBytes, iFrames: Integer): Boolean;

Unit
AGWAPI

Description
<font face="Arial"><font SIZE="3">This function allows the application program to retrieve information about parameters on a given radio port.
The application has to call with a valid port number (between 1..PortMax) 
The information is only refreshed periodically if the Property Poll is set to TRUE, otherwise it reflects the status at the moment of the activation of the component (Property Active = TRUE).
This method should be called after the OnReady event has been received.

</font></font>