CurvResource.CurvResource

CurvResource(int)

Initializes a new instance of the CurvResource class.

public CurvResource(int maxChannelCount)
ParameterTypeDescription
maxChannelCountInt32The maximum channel count.

See Also


CurvResource(byte[])

Initializes a new instance of the CurvResource class.

public CurvResource(byte[] bytes)
ParameterTypeDescription
bytesByte[]The bytes.

See Also