Method | Description | |
---|---|---|
ReadStart ( Action |
||
ReadStop ( ) : void | ||
Shutdown ( Action |
||
Write ( byte data, Action |
||
Write ( byte data, int offset, int length, Action |
Method | Description | |
---|---|---|
InitDelegates ( ) : void | ||
OnRead ( |
||
OnShutdown ( |
||
OnWrite ( |
Method | Description | |
---|---|---|
OnAlloc ( |
||
OnRead ( |
||
OnShutdown ( |
||
OnWrite ( |
||
UvStream ( |
public ReadStart ( Action |
||
callback | Action |
|
return | void |
public Shutdown ( Action |
||
callback | Action |
|
return | void |
public Write ( byte data, Action |
||
data | byte | |
callback | Action |
|
return | void |
public Write ( byte data, int offset, int length, Action |
||
data | byte | |
offset | int | |
length | int | |
callback | Action |
|
return | void |