e-CryptIt Engine Xojo Plugin |
|
MacBinary.OnMacBinaryEncode Event
This event is fired when the encoder has encoded data ready to be written to a file or a socket.
OnMacBinaryEncode(
buffer as String,
count as Integer) as Integer
Parameters
- buffer
- The string to write.
- count
- Number of bytes of the buffer.
Returns
- Integer
Remarks
Returns an error code, zero for no error.
See Also
MacBinary Class