Partager via


DispatchData.FromByteBuffer Méthode

Définition

Surcharges

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

FromByteBuffer(Byte[])

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

Paramètres

buffer
Byte[]

Retours

S’applique à

FromByteBuffer(Byte[], Int32, Int32)

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

Paramètres

buffer
Byte[]
start
Int32
length
Int32

Retours

S’applique à