C# Class c_sharp.kernel

Datei anzeigen Open project: Seregamil/.NET-plugin

Public Properties

Property Type Description
_isEnabled bool
_server TcpListener
clients TcpClient[]

Public Methods

Method Description
HandleClient ( object obj ) : void
Server ( object port ) : void
createDir ( object args ) : object
createFile ( object args ) : object
createSocketServer ( ) : object
deleteDir ( object args ) : object
deleteFile ( object args ) : object
existDir ( object args ) : object
existFile ( object args ) : object
loopClients ( ) : void
onDotnetLoaded ( ) : object
renameDir ( object args ) : object
renameFile ( object args ) : object
sendData ( ) : object
testBOOL ( ) : object
testFLOAT ( ) : object
testINT ( ) : object
testSTRING ( ) : object

Method Details

HandleClient() public static method

public static HandleClient ( object obj ) : void
obj object
return void

Server() public static method

public static Server ( object port ) : void
port object
return void

createDir() public static method

public static createDir ( object args ) : object
args object
return object

createFile() public static method

public static createFile ( object args ) : object
args object
return object

createSocketServer() public static method

public static createSocketServer ( ) : object
return object

deleteDir() public static method

public static deleteDir ( object args ) : object
args object
return object

deleteFile() public static method

public static deleteFile ( object args ) : object
args object
return object

existDir() public static method

public static existDir ( object args ) : object
args object
return object

existFile() public static method

public static existFile ( object args ) : object
args object
return object

loopClients() public static method

public static loopClients ( ) : void
return void

onDotnetLoaded() public static method

public static onDotnetLoaded ( ) : object
return object

renameDir() public static method

public static renameDir ( object args ) : object
args object
return object

renameFile() public static method

public static renameFile ( object args ) : object
args object
return object

sendData() public static method

public static sendData ( ) : object
return object

testBOOL() public static method

public static testBOOL ( ) : object
return object

testFLOAT() public static method

public static testFLOAT ( ) : object
return object

testINT() public static method

public static testINT ( ) : object
return object

testSTRING() public static method

public static testSTRING ( ) : object
return object

Property Details

_isEnabled public_oe static_oe property

public static bool _isEnabled
return bool

_server public_oe static_oe property

public static TcpListener _server
return TcpListener

clients public_oe static_oe property

public static TcpClient[] clients
return TcpClient[]