Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Engine.Networking.MyMultipartSender Class Reference

Public Member Functions

unsafe MyMultipartSender (byte[] data, int dataLength, ulong sendTo, int channel, int blockSize=1150)
 
void ReceiveAck (int index, int head)
 
bool SendWhole ()
 
unsafe bool SendPart (int part)
 

Public Attributes

bool HeaderAck
 

Detailed Description

Definition at line 12 of file MyMultipartSender.cs.

Constructor & Destructor Documentation

unsafe Sandbox.Engine.Networking.MyMultipartSender.MyMultipartSender ( byte[]  data,
int  dataLength,
ulong  sendTo,
int  channel,
int  blockSize = 1150 
)
inline

Definition at line 39 of file MyMultipartSender.cs.

Member Function Documentation

void Sandbox.Engine.Networking.MyMultipartSender.ReceiveAck ( int  index,
int  head 
)
inline

Definition at line 68 of file MyMultipartSender.cs.

unsafe bool Sandbox.Engine.Networking.MyMultipartSender.SendPart ( int  part)
inline

Definition at line 127 of file MyMultipartSender.cs.

bool Sandbox.Engine.Networking.MyMultipartSender.SendWhole ( )
inline

Definition at line 89 of file MyMultipartSender.cs.

Member Data Documentation

bool Sandbox.Engine.Networking.MyMultipartSender.HeaderAck

Definition at line 37 of file MyMultipartSender.cs.


The documentation for this class was generated from the following file: