FACT++
1.0
|
|
inline |
Simplification wrapper to send a command with the given data
Example:
command | Dim command identifier |
t | object to be sent, the pointer to the data to be sent is set to &t |
T | type of the data to be sent. The size of the data to be sent is determined as sizeof(T) |
Definition at line 58 of file Dim.h.
References DimClient::sendCommand(), and t.