C# Class Gravitation.Comms.Transmiters.AbstractTransmitter

Inheritance: ITransmitter
显示文件 Open project: thedamoes/Gravitation

Protected Properties

Property Type Description
endpoint System.Net.IPEndPoint
stoped bool

Public Methods

Method Description
AbstractTransmitter ( IPEndPoint endpoint ) : System
sendMessage ( Messages message ) : void

Method Details

AbstractTransmitter() public method

public AbstractTransmitter ( IPEndPoint endpoint ) : System
endpoint System.Net.IPEndPoint
return System

sendMessage() public abstract method

public abstract sendMessage ( Messages message ) : void
message Messages
return void

Property Details

endpoint protected_oe property

protected IPEndPoint,System.Net endpoint
return System.Net.IPEndPoint

stoped protected_oe property

protected bool stoped
return bool