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

 

Namespace:   Microsoft.Azure.Devices.Client
Assembly:  Microsoft.Azure.Devices.Client (in Microsoft.Azure.Devices.Client.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.Client Namespace

Return to top