IMessage.CopyPayload
Copy the payload from this message to a buffer
Parameter | Description |
---|---|
destination | Buffer to copy the payload into |
start | (Optional) Index in bytes at which to start copying the payload bytes |
Copy the payload from this message to a bufferThe destination array must be of a primitive type
Parameter | Description |
---|---|
destination | Buffer to copy the payload into |
start | Index in bytes at which to start copying the payload bytes |
count | How many bytes after the start index to copy |