FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
bool Dim::SendCommand
(
const std::string &
command
,
const void *
d
,
size_t
s
)
inline
Definition at line
75
of file
Dim.h
.
References
DimClient::sendCommand()
.
76
{
77
return
DimClient::sendCommand
(command.c_str(),
const_cast<
void
*
>
(d), s);
78
}
DimClient::sendCommand
static int sendCommand(const char *name, int data)
Definition:
diccpp.cxx:1098
Here is the call graph for this function:
Dim
Generated on Sun Sep 18 2016 20:51:05 for FACT++ by
1.8.11