Transmit function in MATLAB

Hello,
what is the meaning of the parameters in the function:

function transmit(obj, samples,chan, timeout_ms, timestamp_in)

what values i should assign to each parameter for successful transmission?

Vinayak