C# Class Opc.Ua.ValueRanks

Constants defined for the ValueRank attribute.
Constants defined for the ValueRank attribute.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
IsValid ( IList actualArrayDimensions, int valueRank, IList expectedArrayDimensions ) : bool

Checks if the actual array diminesions is compatible with the expected value rank and array dimensions.

IsValid ( int actualValueRank, int expectedValueRank ) : bool

Checks if the actual value rank is compatible with the expected value rank.

Method Details

IsValid() public static method

Checks if the actual array diminesions is compatible with the expected value rank and array dimensions.
public static IsValid ( IList actualArrayDimensions, int valueRank, IList expectedArrayDimensions ) : bool
actualArrayDimensions IList
valueRank int
expectedArrayDimensions IList
return bool

IsValid() public static method

Checks if the actual value rank is compatible with the expected value rank.
public static IsValid ( int actualValueRank, int expectedValueRank ) : bool
actualValueRank int
expectedValueRank int
return bool