SendCallback

Send octets into transmission line

@safe
alias SendCallback = bool delegate
(
const ubyte[] data
)

Return Value

true if send was successful

Meta