boolean Cutter_ClearBuffer (int $InstanceID)
InstanceID | ID to the cutter |
If the command succeeds, it returns TRUE, otherwise FALSE.
This function clears the buffer of the cutter instance with the ID InstanceID.
// Cleans the buffer of the clutter instance with the ID 12345
Cutter_ClearBuffer(12345);