Topic Path: Symbol Reference > Structs, Records, Enums > TCheckResp Record
ContentsIndexHome
PreviousUpNext
TCheckResp Record

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

File
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. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.