共用方式為


DispatchData.FromByteBuffer 方法

定義

多載

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

FromByteBuffer(Byte[])

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

參數

buffer
Byte[]

傳回

適用於

FromByteBuffer(Byte[], Int32, Int32)

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

參數

buffer
Byte[]
start
Int32
length
Int32

傳回

適用於