Contains the numeric code and text in an SNPP server response.
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.
|