IWriteBuffer.

WriteLong(long) Method

Summary

writes a long to the buffer

Syntax

void WriteLong(long l)

Parameters

Name Type Description
l long the long

Return Value

Type Description
void