Thresher 1.2 Class Documentation | |
DccUtil.DccBytesToLong Method
Convert the 4 byte current DCC position
into a host order long.
[Visual Basic]Public Shared Function DccBytesToLong( _
ByVal
received As
Byte() _
) As
Long [C#]public static
long DccBytesToLong(
byte[] received);
Parameters
- received
- The 4 byte unsigned integer.
Return Value
A long
See Also
DccUtil Class | Sharkbite.Irc Namespace