Compartir a través de


DispatchData.FromByteBuffer Método

Definición

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[]

Devoluciones

Se aplica 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

Devoluciones

Se aplica a