Click or drag to resize

ApiConstsFacilityMask Field

the bitmask used to extract the facility number from the ErrorCode of an ArticyApiException. This mask must be applied after shifting down the bits.

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public const int FacilityMask = 255

Field Value

Type: Int32
See Also