Method | Description | |
---|---|---|
BufferToString ( byte b, int length ) : string | ||
StringToBuffer ( string s, byte b, int maxLength ) : void |
Method | Description | |
---|---|---|
memcpy ( |
public static BufferToString ( byte b, int length ) : string | ||
b | byte | |
length | int | |
return | string |
public static StringToBuffer ( string s, byte b, int maxLength ) : void | ||
s | string | |
b | byte | |
maxLength | int | |
return | void |