Compartilhar via


DispatchData.FromByteBuffer Método

Definição

Sobrecargas

FromByteBuffer(Byte[])
FromByteBuffer(Byte[], Int32, Int32)

FromByteBuffer(Byte[])

public static CoreFoundation.DispatchData FromByteBuffer (byte[] buffer);
static member FromByteBuffer : byte[] -> CoreFoundation.DispatchData

Parâmetros

buffer
Byte[]

Retornos

Aplica-se a

FromByteBuffer(Byte[], Int32, Int32)

public static CoreFoundation.DispatchData FromByteBuffer (byte[] buffer, int start, int length);
static member FromByteBuffer : byte[] * int * int -> CoreFoundation.DispatchData

Parâmetros

buffer
Byte[]
start
Int32
length
Int32

Retornos

Aplica-se a