Method | Description | |
---|---|---|
CreateCommand ( this self, string text ) : |
||
GetSimpleName ( this self ) : string | ||
ReadBytes ( this reader ) : byte[] | ||
WriteBytes ( this self, byte data ) : void |
public static CreateCommand ( this self, string text ) : |
||
self | this | |
text | string | |
return |
public static GetSimpleName ( this self ) : string | ||
self | this | |
return | string |
public static ReadBytes ( this reader ) : byte[] | ||
reader | this | |
return | byte[] |
public static WriteBytes ( this self, byte data ) : void | ||
self | this | |
data | byte | |
return | void |