C# Class btEngine.Interface

Exibir arquivo Open project: gurudvlp/SoundCloudFS Class Usage Examples

Public Properties

Property Type Description
IncomingBuffer string
OutgoingBuffer string
OutgoingByteBuffer byte[]
RemoteIP string
TerminateAfterSend bool
UseAsciiOutput bool

Public Methods

Method Description
Interface ( ) : System
ReceivedData ( string datain ) : void
Run ( string commandstring ) : bool
TakeTurn ( ) : bool

Method Details

Interface() public method

public Interface ( ) : System
return System

ReceivedData() public method

public ReceivedData ( string datain ) : void
datain string
return void

Run() public abstract method

public abstract Run ( string commandstring ) : bool
commandstring string
return bool

TakeTurn() public abstract method

public abstract TakeTurn ( ) : bool
return bool

Property Details

IncomingBuffer public_oe property

public string IncomingBuffer
return string

OutgoingBuffer public_oe property

public string OutgoingBuffer
return string

OutgoingByteBuffer public_oe property

public byte[] OutgoingByteBuffer
return byte[]

RemoteIP public_oe property

public string RemoteIP
return string

TerminateAfterSend public_oe property

public bool TerminateAfterSend
return bool

UseAsciiOutput public_oe property

public bool UseAsciiOutput
return bool