다음을 통해 공유


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

반환

적용 대상