Share via


LargeBuffer Constructor

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

Initializes a new instance of the LargeBuffer class with the specified size for the byte array buffer.

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

Syntax

'Declaration
Public Sub New ( _
    size As Integer _
)
public LargeBuffer(
    int size
)
public:
LargeBuffer(
    int size
)
new : 
        size:int -> LargeBuffer
public function LargeBuffer(
    size : int
)

Parameters

.NET Framework Security

See Also

Reference

LargeBuffer Class

Microsoft.SPOT.Hardware Namespace