C# Class NetLib.PacketSession

Inheritance: Packet
Exibir arquivo Open project: projectgroepA1/ProjectgroepA1 Class Usage Examples

Public Methods

Method Description
PacketSession ( string actualPower, string time, string distance, Identifier identifier ) : System
handleServerSide ( ServerInterface serverInterface ) : void

Method Details

PacketSession() public method

public PacketSession ( string actualPower, string time, string distance, Identifier identifier ) : System
actualPower string
time string
distance string
identifier Identifier
return System

handleServerSide() public method

public handleServerSide ( ServerInterface serverInterface ) : void
serverInterface ServerInterface
return void