Property | Type | Description | |
---|---|---|---|
_isEnabled | bool | ||
_server | TcpListener | ||
clients | TcpClient[] |
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 |
public static HandleClient ( object obj ) : void | ||
obj | object | |
return | void |
public static createDir ( object args ) : object | ||
args | object | |
return | object |
public static createFile ( object args ) : object | ||
args | object | |
return | object |
public static createSocketServer ( ) : object | ||
return | object |
public static deleteDir ( object args ) : object | ||
args | object | |
return | object |
public static deleteFile ( object args ) : object | ||
args | object | |
return | object |
public static existDir ( object args ) : object | ||
args | object | |
return | object |
public static existFile ( object args ) : object | ||
args | object | |
return | object |
public static renameDir ( object args ) : object | ||
args | object | |
return | object |
public static renameFile ( object args ) : object | ||
args | object | |
return | object |