Internet Direct (Indy)
Home
PreviousUpNext
TCheckResp Record

Contains the numeric code and text in an SNPP server response.

Pascal
TCheckResp = record
  Code: SmallInt;
  Resp: String;
end;

TCheckResp is a record type that contains the numeric code and text in an SNPP server response. 

 

Member Description 
 

------- ---------------------------------

 

Code A numeric SNPP response code. 
Resp Text from an SNPP response. 
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.