[This is preliminary documentation and is subject to change.]
Create an Erlang binary by copying its value from the given buffer
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public ErlBinary(
byte[] buf,
int offset,
int count
)
public ErlBinary(
byte[] buf,
int offset,
int count
)
Public Sub New (
buf As Byte(),
offset As Integer,
count As Integer
)
Public Sub New (
buf As Byte(),
offset As Integer,
count As Integer
)
public:
ErlBinary(
array<unsigned char>^ buf,
int offset,
int count
)
public:
ErlBinary(
array<unsigned char>^ buf,
int offset,
int count
)
new :
buf : byte[] *
offset : int *
count : int -> ErlBinary
new :
buf : byte[] *
offset : int *
count : int -> ErlBinary