[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
ErlLong class
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public ErlLong(
byte[] buf,
ref int offset,
int count
)
public ErlLong(
byte[] buf,
ref int offset,
int count
)
Public Sub New (
buf As Byte(),
ByRef offset As Integer,
count As Integer
)
Public Sub New (
buf As Byte(),
ByRef offset As Integer,
count As Integer
)
public:
ErlLong(
array<unsigned char>^ buf,
int% offset,
int count
)
public:
ErlLong(
array<unsigned char>^ buf,
int% offset,
int count
)
new :
buf : byte[] *
offset : int byref *
count : int -> ErlLong
new :
buf : byte[] *
offset : int byref *
count : int -> ErlLong