Method | Description | |
---|---|---|
GetIds ( this itemsWithId ) : string[] | ||
IsConnected ( this socket ) : bool | ||
PrependByteArray ( this args, byte valueToPrepend ) : byte[][] | ||
PrependInt ( this args, int valueToPrepend ) : byte[][] | ||
ToFastUtf8Bytes ( this value ) : byte[] | ||
ToMultiByteArray ( this args ) : byte[][] | ||
ToStringArray ( this multiDataList ) : string[] | ||
ToStringDictionary ( this multiDataList ) : string>.Dictionary |
||
ToStringList ( this multiDataList ) : List |
Method | Description | |
---|---|---|
FastToUtf8Bytes ( string strVal ) : byte[] |
public static GetIds ( this itemsWithId ) : string[] | ||
itemsWithId | this | |
return | string[] |
public static IsConnected ( this socket ) : bool | ||
socket | this | |
return | bool |
public static PrependByteArray ( this args, byte valueToPrepend ) : byte[][] | ||
args | this | |
valueToPrepend | byte | |
return | byte[][] |
public static PrependInt ( this args, int valueToPrepend ) : byte[][] | ||
args | this | |
valueToPrepend | int | |
return | byte[][] |
public static ToFastUtf8Bytes ( this value ) : byte[] | ||
value | this | |
return | byte[] |
public static ToMultiByteArray ( this args ) : byte[][] | ||
args | this | |
return | byte[][] |
public static ToStringArray ( this multiDataList ) : string[] | ||
multiDataList | this | |
return | string[] |
public static ToStringDictionary ( this multiDataList ) : string>.Dictionary |
||
multiDataList | this | |
return | string>.Dictionary |
public static ToStringList ( this multiDataList ) : List |
||
multiDataList | this | |
return | List |