FACT++  1.0
void Dim::SendCommandNB ( const std::string &  command,
const void *  d,
size_t  s 
)
inline

Definition at line 100 of file Dim.h.

References DimClient::sendCommandNB().

101  {
102  DimClient::sendCommandNB(command.c_str(), const_cast<void*>(d), s);
103  }
static void sendCommandNB(const char *name, int data)
Definition: diccpp.cxx:1140

+ Here is the call graph for this function: