Method | Description | |
---|---|---|
FromByteArray ( byte bytes ) : |
Converts a word (2 bytes) to ushort (UInt16)
|
|
FromBytes ( byte LoVal, byte HiVal ) : |
Converts a word (2 bytes) to ushort (UInt16)
|
|
ToArray ( byte bytes ) : System.UInt16[] |
Converts an array of bytes to an array of ushort
|
|
ToByteArray ( |
Converts a ushort (UInt16) to word (2 bytes)
|
public static FromByteArray ( byte bytes ) : |
||
bytes | byte | |
return |
public static FromBytes ( byte LoVal, byte HiVal ) : |
||
LoVal | byte | |
HiVal | byte | |
return |
public static ToArray ( byte bytes ) : System.UInt16[] | ||
bytes | byte | |
return | System.UInt16[] |
public static ToByteArray ( |
||
value | ||
return | byte[] |