PathEngine home previous: Interface iOutputStreamnext: Interface iTerrainCallBack
Contents, API Reference, Interfaces, iOutputStream, put

iOutputStream::put()

Description

This method is called by PathEngine to send data to an application defined output stream.

Syntax

void put(char const * data_Buffer, uint32_t data_BufferEntries);

Parameters

data_Buffer, data_BufferEntries (See Passing Arrays.) A block of data being sent to the output stream.

C# Mapping

void put(byte[] data);

Java Mapping

void put(byte[] data);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Interface iTerrainCallBack