write(_:)
Writes the memory represented by the data object you provide into the write buffers.
Declaration
func write(_ data: Data) throwsParameters
- data:
The Nsdata object that represents the memory the framework uses to the write buffers.
Writes the memory represented by the data object you provide into the write buffers.
func write(_ data: Data) throwsThe Nsdata object that represents the memory the framework uses to the write buffers.