Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Emul8
Utilities
SocketIOSource
C# Class Emul8.Utilities.SocketIOSource
Inheritance:
IActiveIOSource
ファイルを表示
Open project: emul8/emul8
Public Methods
Method
Description
Dispose
( ) :
void
Flush
( ) :
void
SocketIOSource
(
int
port
) :
AntShell.Terminal
Write
(
byte
b
) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Flush()
public
method
public
Flush
( ) :
void
return
void
SocketIOSource()
public
method
public
SocketIOSource
(
int
port
) :
AntShell.Terminal
port
int
return
AntShell.Terminal
Write()
public
method
public
Write
(
byte
b
) :
void
b
byte
return
void