NurApiCustomExchangeParamsGetByteLength Method

Get required buffer size for parameters.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public static int GetByteLength(
	NurApiCustomExchangeParams parameters
)

Parameters

parameters  NurApiCustomExchangeParams
Parameters from which the size is calculated from.

Return Value

Int32
Number of byte required for serializing given parameters.

See Also