Demo3D 2017 API Documentation
Demo3D 2017 API Documentation
Demo3D Namespaces
Demo3D.IO
PacketWriter Class
PacketWriter Methods
Clear Method
Create Method
Dispose Method
Flush Method
FlushAsync Method
Insert Method
NotifyAfterResolve Method
NotifyBeforeResolve Method
Reset Method
Resolve Method
ResolveBuffer Method
WriteAsDouble Method
WriteAsInt16 Method
WriteAsInt32 Method
WriteAsInt64 Method
WriteAsSingle Method
WriteAsUInt16 Method
WriteAsUInt32 Method
WriteAsUInt64 Method
WriteBit Method
WriteBoolean Method
WriteByte Method
WriteBytes Method
WriteChar Method
WriteDouble Method
WriteDoubleBE Method
WriteDoubleLE Method
WriteInt16 Method
WriteInt16BE Method
WriteInt16LE Method
WriteInt32 Method
WriteInt32BE Method
WriteInt32LE Method
WriteInt64 Method
WriteInt64BE Method
WriteInt64LE Method
WriteSByte Method
WriteSingle Method
WriteSingleBE Method
WriteSingleLE Method
WriteString Method
WriteUInt16 Method
WriteUInt16BE Method
WriteUInt16LE Method
WriteUInt32 Method
WriteUInt32BE Method
WriteUInt32LE Method
WriteUInt64 Method
WriteUInt64BE Method
WriteUInt64LE Method
PacketWriter
WriteInt64 Method
Writes a 64bit signed integer at the current position in the packet packet. The current position is advanced by 8 bytes.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
Copy
public
void
WriteInt64
(
long
val
,
Endian
endian
=
null
)
Parameters
val
Type:
System
Int64
The value to write.
endian
(Optional)
Type:
Demo3D.IO
Endian
The endian format (or null to use the default).
Implements
IDataWriter
WriteInt64(Int64, Endian)
See Also
Reference
PacketWriter Class
Demo3D.IO Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com