RpcAddressBookInterface

Undocumented in source.

Constructors

this
this(RpcClient rpClient)
Undocumented in source.

Members

Aliases

RpcgetContactListCallback
alias RpcgetContactListCallback = void delegate(Contacts)
Undocumented in source.

Functions

getContactListInterface
Contacts getContactListInterface(AccountName accountName, RPC_PACKAGE_COMPRESS_TYPE compressType, int secondsTimeOut, size_t funcId)
Undocumented in source. Be warned that the author may not have intended to support it.
getContactListInterface
void getContactListInterface(AccountName accountName, RpcgetContactListCallback rpcCallback, RPC_PACKAGE_COMPRESS_TYPE compressType, int secondsTimeOut, size_t funcId)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

rpImpl
RpcClientImpl!(RpcAddressBookService) rpImpl;
Undocumented in source.

Meta