LargeBufferMarshaller.LargeBufferEventHandler Delegate

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Delegate method for the OnLargeBufferRequest event.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public Delegate Sub LargeBufferEventHandler ( _
    marshalId As UShort _
)
public delegate void LargeBufferEventHandler(
    ushort marshalId
)
public delegate void LargeBufferEventHandler(
    unsigned short marshalId
)
type LargeBufferEventHandler = 
    delegate of 
        marshalId:uint16 -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.SPOT.Hardware Namespace