Method | Description | |
---|---|---|
GetServiceHash ( string name ) : uint | ||
ReadFixedUInt16 ( this s ) : ushort | ||
ReadInt32 ( this s ) : int | ||
ReadInt64 ( this s ) : long | ||
ToHexString ( this data ) : string | ||
WriteFixedUInt16 ( this s, ushort val ) : void |
public static GetServiceHash ( string name ) : uint | ||
name | string | |
return | uint |
public static ReadFixedUInt16 ( this s ) : ushort | ||
s | this | |
return | ushort |
public static ToHexString ( this data ) : string | ||
data | this | |
return | string |
public static WriteFixedUInt16 ( this s, ushort val ) : void | ||
s | this | |
val | ushort | |
return | void |