[This is preliminary documentation and is subject to change.]
Reads a short encoded as big endian from buffer at the specified index
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static short ReadBEShort(
this byte[] buf,
ref int idx
)
public static short ReadBEShort(
this byte[] buf,
ref int idx
)
<ExtensionAttribute>
Public Shared Function ReadBEShort (
buf As Byte(),
ByRef idx As Integer
) As Short
<ExtensionAttribute>
Public Shared Function ReadBEShort (
buf As Byte(),
ByRef idx As Integer
) As Short
public:
[ExtensionAttribute]
static short ReadBEShort(
array<unsigned char>^ buf,
int% idx
)
public:
[ExtensionAttribute]
static short ReadBEShort(
array<unsigned char>^ buf,
int% idx
)
static member ReadBEShort :
buf : byte[] *
idx : int byref -> int16
static member ReadBEShort :
buf : byte[] *
idx : int byref -> int16
Return Value
Type:
Int16Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).