![]() | ResponseT Properties |
The ResponseT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
Single entity.
E.g. one Station for an GetStation(AuthTicket, Int16) call. |
![]() | Message |
Details about unsuccessful requests (e.g. validation errors).
Empty if Result = TRUE. (Inherited from BaseResponse) |
![]() | Result |
TRUE for successful requests.
If FALSE, see Message for details about warnings/errors. (Inherited from BaseResponse) |