tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
DARTInterfaceOptions
tagion
services
DARTInterface
Undocumented in source.
@
safe
struct
DARTInterfaceOptions {
immutable
(
string
)
contract_sock_addr
(string prefix) via
import
tagion
.
services
.
options
:
contract_sock_addr
;
;
string
sock_addr
;
string
dart_prefix
;
int
sendtimeout
;
int
receivetimeout
;
uint
pool_size
;
uint
sendbuf
;
void
setDefault
();
void
setPrefix
(string prefix);
mixin
JSONCommon
;
}
Members
Functions
setDefault
void
setDefault
()
Undocumented in source. Be warned that the author may not have intended to support it.
setPrefix
void
setPrefix
(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
JSONCommon
Undocumented in source.
Variables
dart_prefix
string
dart_prefix
;
Undocumented in source.
pool_size
uint
pool_size
;
Undocumented in source.
receivetimeout
int
receivetimeout
;
Undocumented in source.
sendbuf
uint
sendbuf
;
Undocumented in source.
sendtimeout
int
sendtimeout
;
Undocumented in source.
sock_addr
string
sock_addr
;
Undocumented in source.
Mixed In Members
From
mixin
JSONCommon
check
alias
check
=
Check
!
OptionException
Undocumented in source.
ArrayElementTypes
alias
ArrayElementTypes
=
AliasSeq
!(
bool
,
string
,
double
,
int
)
Undocumented in source.
isSupportedArray
eponymoustemplate
isSupportedArray
(T)
Undocumented in source.
isSupportedAssociativeArray
eponymoustemplate
isSupportedAssociativeArray
(T)
Undocumented in source.
isSupported
eponymoustemplate
isSupported
(T)
Undocumented in source.
toJSON
JSON
.
JSONValue
toJSON
()
stringify
string
stringify
()
Stringify the struct
parse
void
parse
(JSON.JSONValue json_value)
Intialize a struct from a JSON
Meta
Source
See Implementation
tagion
services
DARTInterface
enums
InterfaceError
functions
checkSocketError
dartHiRPCCallback
structs
DARTInterfaceOptions
DARTInterfaceService
DartWorkerContext