dfins v0.3.0 (2019-06-25T13:55:22Z)
Dub
Repo
ResponseData
dfins
fins
struct
ResponseData {
Header
header
;
ubyte
mainRspCode
;
ubyte
subRspCode
;
ubyte
[]
text
;
}
Members
Variables
header
Header
header
;
Response header
mainRspCode
ubyte
mainRspCode
;
Main response code
subRspCode
ubyte
subRspCode
;
Sub response code
text
ubyte
[]
text
;
Payload
Meta
Source
See Implementation
dfins
fins
classes
FinsClient
FinsException
enums
MemoryArea
functions
createFinsClient
getSubnet
header
mainErrToString
toBytes
toHeader
toResponse
manifest constants
FINS_HEADER_LEN
structs
Header
ResponseData