Utils.ValidateBufferBounds Method (Byte[], Int32, Int32)

 

Namespace:   Microsoft.Azure.Devices.Common
Assembly:  Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)

Syntax

public static void ValidateBufferBounds(
    byte[] buffer,
    int offset,
    int size
)
public:
static void ValidateBufferBounds(
    array<unsigned char>^ buffer,
    int offset,
    int size
)

Parameters

See Also

Utils Class
Microsoft.Azure.Devices.Common Namespace

Return to top